LAPI-588: Update simulator to make short PTT calls in a period of time
This commit is contained in:
@ -21,7 +21,7 @@ send_gps = true
|
||||
gps_report_interval = 10000 # The interval in which the GPS is sent
|
||||
gps_lat_start_point = 46.217802
|
||||
gps_lng_start_point = 24.776126
|
||||
testing_period = 1500
|
||||
delay_between_clients = 1500
|
||||
|
||||
[assets]
|
||||
# linx-simulator-1
|
||||
|
@ -21,7 +21,7 @@ send_gps = true
|
||||
gps_report_interval = 10000 # The interval in which the GPS is sent
|
||||
gps_lat_start_point = 46.217802
|
||||
gps_lng_start_point = 24.776126
|
||||
testing_period = 1500
|
||||
delay_between_clients = 1500
|
||||
|
||||
[assets]
|
||||
# andrei
|
||||
|
53
config/dev/default.toml
Normal file
53
config/dev/default.toml
Normal file
@ -0,0 +1,53 @@
|
||||
[mumble]
|
||||
port = '5668'
|
||||
host = 'dev.linx.safemobile.com'
|
||||
|
||||
[hub]
|
||||
address = 'https://hub.dev.linx.safemobile.com/'
|
||||
|
||||
[elogs]
|
||||
name = 'dev'
|
||||
|
||||
[api]
|
||||
port = ''
|
||||
host = 'dev.linx.safemobile.com/api'
|
||||
use_secure = true
|
||||
accept_untrusted_certs = true
|
||||
|
||||
[settings]
|
||||
max_fails = 3
|
||||
send_voice = true
|
||||
send_gps = true
|
||||
gps_report_interval = 10000 # The interval in which the GPS is sent
|
||||
gps_lat_start_point = 46.217802
|
||||
gps_lng_start_point = 24.776126
|
||||
delay_between_clients = 300
|
||||
testing_duration = 15 # seconds
|
||||
|
||||
[assets]
|
||||
#ids = [ 8089 ]
|
||||
ids = [ 8089, 8090, 8091, 8092, 8093, 8094, 8095, 8096, 8097, 8098 ]
|
||||
|
||||
#ids = [
|
||||
# 8089, 8090, 8091, 8092, 8093, 8094, 8095, 8096, 8097, 8098,
|
||||
# 8099, 8100, 8101, 8102, 8103, 8104, 8105, 8106, 8107, 8108
|
||||
#]
|
||||
|
||||
#ids = [
|
||||
# 8089, 8090, 8091, 8092, 8093, 8094, 8095, 8096, 8097, 8098,
|
||||
# 8099, 8100, 8101, 8102, 8103, 8104, 8105, 8106, 8107, 8108
|
||||
#]
|
||||
|
||||
|
||||
#ids = [
|
||||
# 8089, 8090, 8091, 8092, 8093, 8094, 8095, 8096, 8097, 8098,
|
||||
# 8099, 8100, 8101, 8102, 8103, 8104, 8105, 8106, 8107, 8108,
|
||||
# 8109, 8110, 8111, 8112, 8113, 8114, 8115, 8116, 8117, 8118,
|
||||
# 8119, 8120, 8121, 8122, 8123, 8124, 8125, 8126, 8127, 8128
|
||||
#]
|
||||
|
||||
[sounds]
|
||||
#sound = 'sound.mp3'
|
||||
#sound = 'Donald Trump Sings I Will Survive (64 kbps).mp3'
|
||||
#sounds_total_number = 20
|
||||
tracks = ['1.mp3','2.mp3','3.mp3','4.mp3','5.mp3','6.mp3','7.mp3','8.mp3','9.mp3','10.mp3','11.mp3','12.mp3','13.mp3','14.mp3','15.mp3','16.mp3','17.mp3','18.mp3','19.mp3']
|
@ -6,7 +6,7 @@ host = 'stage.linx.safemobile.com'
|
||||
address = 'https://hub.stage.linx.safemobile.com/'
|
||||
|
||||
[elogs]
|
||||
name = 'testing'
|
||||
name = 'stage'
|
||||
|
||||
[api]
|
||||
port = ''
|
||||
@ -21,34 +21,58 @@ send_gps = true
|
||||
gps_report_interval = 10000 # The interval in which the GPS is sent
|
||||
gps_lat_start_point = 46.217802
|
||||
gps_lng_start_point = 24.776126
|
||||
testing_period = 7000
|
||||
testing_period = 1
|
||||
|
||||
[assets]
|
||||
#VOICE and GPS Stag
|
||||
#ids = [3258] # alone_test
|
||||
#ids = [3298] # linx-simulator-1
|
||||
#ids = [3347] # linx-simulator-50
|
||||
|
||||
ids = [3299,3347] # linx-simulator-2 and linx-simulator-50
|
||||
#ids = [ 5483 ]
|
||||
|
||||
#ids = [
|
||||
# 5482,5483,5484,5485,5486,5487,5488,5489,5490,5491
|
||||
#]
|
||||
|
||||
ids = [
|
||||
5482,5483,5484,5485,5486,5487,5488,5489,5490,5491,
|
||||
5492,5493,5494,5495,5496,5497,5498,5499,5500,5501
|
||||
]
|
||||
|
||||
#ids = [
|
||||
# 5482,5483,5484,5485,5486,5487,5488,5489,5490,5491,
|
||||
# 5492,5493,5494,5495,5496,5497,5498,5499,5500,5501,
|
||||
# 5502,5503,5504,5505,5506,5507,5508,5509,5510,5511
|
||||
#]
|
||||
|
||||
#ids = [
|
||||
# 5482,5483,5484,5485,5486,5487,5488,5489,5490,5491,
|
||||
# 5492,5493,5494,5495,5496,5497,5498,5499,5500,5501,
|
||||
# 5502,5503,5504,5505,5506,5507,5508,5509,5510,5511,
|
||||
# 5512,5513,5514,5515,5516,5517,5518,5519,5520,5521
|
||||
#]
|
||||
|
||||
|
||||
# linx-simulator-1 - linx-simulator-10 [10 units]
|
||||
#ids = [3298,3299,3300,3301,3302,3303,3304,3305,3306,3307]
|
||||
|
||||
# linx-simulator-1 - linx-simulator-50 [50 units]
|
||||
# 3330 linx-simulator-1
|
||||
# 3307 linx-simulator-10
|
||||
# 3317 linx-simulator-20
|
||||
# 3327 linx-simulator-30
|
||||
# 3337 linx-simulator-40
|
||||
# 3347 linx-simulator-50
|
||||
#ids = [
|
||||
#3298,3299,3300,3301,3302,3303,3304,3305,3306,3307,
|
||||
#3308,3309,3310,3311,3312,3313,3314,3315,3316,3317,
|
||||
#3318,3319,3320,3321,3322,3323,3324,3325,3326,3327,
|
||||
#3328,3329,3330,3331,3332,3333,3334,3335,3336,3337,
|
||||
#3338,3339,3340,3341,3342,3343,3344,3345,3346,3347
|
||||
# 5435,5436,5437,5438,5439,
|
||||
# 5440,5441,5442,5443,5444
|
||||
# 5445,5446,5447,5448,5449,
|
||||
# 5450,5451,5452,5453,5454,
|
||||
# 5455,5456,5457,5458,5459,
|
||||
# 5460,5461,5462,5463,5464,
|
||||
# 5465,5466,5467,5468,5469
|
||||
#]
|
||||
|
||||
#ids = [
|
||||
# 5435,5436,5437,5438,5439,
|
||||
# 5440,5441,5442,5443,5444,
|
||||
# 5445,5446,5447,5448,5449,
|
||||
# 5450,5451,5452,5453,5454,
|
||||
# 5455,5456,5457,5458,5459,
|
||||
# 5460,5461,5462,5463,5464,
|
||||
# 5465,5466,5467,5468,5469
|
||||
#]
|
||||
|
||||
[sounds]
|
||||
sound = 'sound.mp3'
|
||||
#sound = 'Donald Trump Sings Without Me by Eminem.mp3'
|
||||
sound = 'poke.mp3'
|
||||
sounds_total_number = 20
|
||||
|
34
config/stage3/default.toml
Normal file
34
config/stage3/default.toml
Normal file
@ -0,0 +1,34 @@
|
||||
[mumble]
|
||||
port = '5668'
|
||||
host = 'stage3.linx.safemobile.com'
|
||||
|
||||
[hub]
|
||||
address = 'https://hub.stage3.linx.safemobile.com/'
|
||||
|
||||
[elogs]
|
||||
name = 'stage3'
|
||||
|
||||
[api]
|
||||
port = ''
|
||||
host = 'stage3.linx.safemobile.com/api'
|
||||
use_secure = true
|
||||
accept_untrusted_certs = true
|
||||
|
||||
[settings]
|
||||
max_fails = 3
|
||||
send_voice = true
|
||||
send_gps = true
|
||||
gps_report_interval = 10000 # The interval in which the GPS is sent
|
||||
gps_lat_start_point = 46.217802
|
||||
gps_lng_start_point = 24.776126
|
||||
testing_period = 500
|
||||
|
||||
[assets]
|
||||
#VOICE and GPS Stag
|
||||
ids = [
|
||||
4849
|
||||
]
|
||||
|
||||
[sounds]
|
||||
sound = 'Donald Trump Sings I Will Survive (64 kbps).mp3'
|
||||
sounds_total_number = 20
|
Reference in New Issue
Block a user