Update for 2 LTEs
This commit is contained in:
+26
-22
@@ -1,27 +1,31 @@
|
||||
database_migrate: False
|
||||
output_image_path: /var/www/downloads/speedgraph_{}.png
|
||||
output_txt_path: /var/www/downloads/speeds.txt
|
||||
ros_dynamic_speed: True
|
||||
ros_ip: 192.168.88.1
|
||||
ros_queues:
|
||||
- all
|
||||
ros_queues_except:
|
||||
- dummy
|
||||
ros_du_invert: False
|
||||
ros_fasttrack_comment: "defconf: fasttrack"
|
||||
# Minimum speed which not to cross, if speed is lower than this it will set this speed
|
||||
ros_minimum_speed: 100000
|
||||
# Speed at which to leave fasttrack on. Use if your ROS device's CPU can't handle max speed you get, for example LHG LTE
|
||||
# starts to show high CPU usage at close to 20mbit.
|
||||
# Not implemented yet
|
||||
ros_maximum_speed: 15000000 # 15 mbit
|
||||
ros_wan_interface:
|
||||
- eth_LTE6_1
|
||||
- eth_LTE_0
|
||||
api_host: 0.0.0.0
|
||||
api_port: 1357
|
||||
bad_speed_mbps: 0.2
|
||||
database_migrate: true
|
||||
good_speed_mbps: 8
|
||||
output_image_path: /var/www/downloads/speedgraph_{}.png
|
||||
output_txt_path: /var/www/downloads/speeds.txt
|
||||
ros_du_invert: True
|
||||
ros_dynamic_speed: true
|
||||
ros_fasttrack_comment: 'defconf: fasttrack'
|
||||
ros_ip: 192.168.88.1
|
||||
ros_maximum_speed: 15000000
|
||||
ros_minimum_speed: 100000
|
||||
ros_queues:
|
||||
- queue1
|
||||
ros_queues_except:
|
||||
- dummy
|
||||
ros_wan_interface:
|
||||
- eth_LTE6_1
|
||||
- eth_LTE_0
|
||||
ros_quality:
|
||||
total:
|
||||
- 1
|
||||
- 20
|
||||
eth_LTE6_1:
|
||||
- 1
|
||||
- 10
|
||||
eth_LTE_0:
|
||||
- 1
|
||||
- 10
|
||||
|
||||
|
||||
# Conversion rate 1 mbit : 1000000 bits
|
||||
Reference in New Issue
Block a user