Доработка. WIP Добавление элементов для ЭМС-ТГ

This commit is contained in:
sasha80
2026-03-18 09:40:12 +03:00
parent c5bae21436
commit 190f06b72c
14 changed files with 726 additions and 643 deletions

View File

@@ -2,6 +2,7 @@
class_name Network extends Node
const YAU07_PROTO: = {'yau07tx': yau07.YaU07}
const IYEMS_PROTO: = {'iyems-tx': yems_info.YeMSInfo}
const UDP_PROTO: = {'capsrpb': capsrpb.CapsRpb, 'trassa': trassa.Trassa}
const TCP_PROTO: = {'5p28': tcp5p28.TCP5P28}
const SERIAL_PROTO: = {'spt25': spt25.SPT25}