@@ -8,30 +8,11 @@ pod_data = "/podDataStructure"
88order_data = " /orderStructures"
99programable_boards = " /uploadableBoards"
1010connections = " /backend"
11- file_server = " /"
11+ files = " /"
1212
1313[vehicle ]
1414boards = [" VCU" ]
1515
16- [vehicle .network ]
17- tcp_client_tag = " TCP_CLIENT"
18- tcp_server_tag = " TCP_SERVER"
19- udp_tag = " UDP"
20- # sniffer = { mtu = 1500, interface = "lo" }
21- mtu = 1500
22- interface = " lo"
23- # blcu_ack_id = "blcu_ack"
24- timeout = " 1s"
25-
26- [vehicle .messages ]
27- info_id_key = " info"
28- fault_id_key = " fault"
29- warning_id_key = " warning"
30- error_id_key = " error"
31- blcu_ack_id_key = " blcu_ack"
32- add_state_orders_id_key = " add_state_orders"
33- remove_state_orders_id_key = " remove_state_orders"
34-
3516[excel .download ]
3617id =" 1NyNaAOw_6iWtnCpEg73AtSSFx1fMdhPRmmdOhjgjCZI"
3718name = " ade.xlsx"
@@ -49,49 +30,3 @@ units_table = "units"
4930ports_table = " ports"
5031board_ids_table = " board_ids"
5132message_ids_table = " message_ids"
52-
53- [logger_handler ]
54- topics = { enable = " logger/enable" }
55- base_path = " log"
56- flush_interval = " 5s"
57-
58- [packet_logger ]
59- file_name = " packets"
60- flush_interval = " 5s"
61-
62- [value_logger ]
63- folder_name = " values"
64- flush_interval = " 5s"
65-
66- [order_logger ]
67- file_name = " orders"
68- flush_interval = " 5s"
69-
70- [protection_logger ]
71- file_name = " protections"
72- flush_interval = " 5s"
73-
74- [orders ]
75- send_topic = " order/send"
76-
77- [messages ]
78- update_topic = " message/update"
79-
80- [data_transfer ]
81- fps = 20
82- topics = { update = " podData/update" }
83-
84- [connections ]
85- update_topic = " connection/update"
86-
87- [blcu ]
88- download_path = " downloads"
89-
90- [blcu .packets ]
91- upload = { id = 700 , field = " write_board" }
92- download = { id = 701 , field = " read_board" }
93- ack = { name = " tftp_ack" }
94-
95- [blcu .topics ]
96- upload = " blcu/upload"
97- download = " blcu/download"
0 commit comments