-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
40 lines (40 loc) · 962 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"Simulation": {
"id": "1",
"name": "Simple_WSN",
"log_path": "logs/",
"screen_title": "Network Coding Simulator",
"screen_header": "NCSim Visualizer",
"auto_run_all": "clo",
"auto_full_aod": true,
"header_font_size": 30,
"text_font_size": 14,
"screen_refresh_time": 0.1,
"screen_height": 600,
"screen_width": 600,
"screen_margin": 30,
"head_margin": 100,
"message_margin": 50,
"screen_bgcolor": "white",
"button_width": 120,
"button_height": 30
},
"Parameters": {
"nodes_num": 20,
"seed": 17,
"node_buffer_size": 100,
"generations_num": 1,
"generation_time_ms": 1000,
"action_time_ms": 40,
"topology": "random",
"min_dist_between_nodes": 50,
"nodes_coverage": 100,
"packet_size_bytes": 100,
"fifi":"binary8",
"packet_loss_percent": 0,
"channels": 5,
"timeslots": 5,
"tx_mode": "half_duplex",
"rx_mode": "single"
}
}