Commit e8d1d98c authored by Louis Neumann's avatar Louis Neumann
Browse files

increase LORA bandwith

parent 4c01e7c4
...@@ -37,6 +37,9 @@ import de.tudarmstadt.maki.simonstrator.api.component.network.NetworkComponent.N ...@@ -37,6 +37,9 @@ import de.tudarmstadt.maki.simonstrator.api.component.network.NetworkComponent.N
* *
* @author Bjoern Richerzhagen * @author Bjoern Richerzhagen
* @version 1.0, 25.02.2012 * @version 1.0, 25.02.2012
*
* @changes:
* Louis Neumann - setting LORA to "unlimited" bandwith
*/ */
public enum PhyType { public enum PhyType {
...@@ -92,7 +95,7 @@ public enum PhyType { ...@@ -92,7 +95,7 @@ public enum PhyType {
* Assuming the following defaults: zero link-layer packet loss, 0.3 kbit/s BW, * Assuming the following defaults: zero link-layer packet loss, 0.3 kbit/s BW,
* 500us latency, 1kByte MTU * 500us latency, 1kByte MTU
*/ */
LORA(NetInterfaceName.LORA, 0, 1 * Rate.kbit_s, LORA(NetInterfaceName.LORA, 0, 1 * Rate.Gbit_s,
500 * Time.MICROSECOND, 1024, true); 500 * Time.MICROSECOND, 1024, true);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment