首次提交完整的python工程代码
This commit is contained in:
48
dist_20260413/config.ini
Normal file
48
dist_20260413/config.ini
Normal file
@@ -0,0 +1,48 @@
|
||||
# 本地本软件 M 监听的端口
|
||||
[LOCAL]
|
||||
; UDP_A_LISTEN_PORT = 7000
|
||||
; UDP_C_LISTEN_PORT = 6004
|
||||
A_B = 6000
|
||||
;A_B =6000,如果暂时不收数,改为7000
|
||||
A_C = 7001#6001被占用,改7001
|
||||
B_D = 6002
|
||||
B_E = 7003#6003被占用,改7003
|
||||
C_AB = 6004
|
||||
|
||||
C = 6004, # 单端口:C 软件只发这里
|
||||
A_LISTEN = 7000
|
||||
UDP_F_LISTEN_PORT = 7078 ; 新增F监听端口
|
||||
|
||||
# 目标软件地址
|
||||
[REMOTE]
|
||||
;A_IP = 192.168.10.100
|
||||
A_IP = 192.168.10.145
|
||||
;A同元笔记本IP:192.168.10.100,本地:127.0.0.1,台式机192.168.10.145
|
||||
A_PORT = 7788
|
||||
LOCAL_A_LISTEN_PORT = 5000 ;# A 软件的本地监听端口(原来就有的,不能动)
|
||||
|
||||
B_IP = 192.168.10.106
|
||||
;B_IP =127.0.0.1
|
||||
B_TELEM_PORT = 3078
|
||||
B_REMOTE_PORT = 3028
|
||||
B_UDP_PORT = 2098
|
||||
;# 新增 B 地测接收端口
|
||||
B_DICE_PORT = 4028
|
||||
|
||||
C_IP = 192.168.10.178
|
||||
;C_IP = 127.0.0.1
|
||||
C_PORT = 3071
|
||||
|
||||
D_IP = 127.0.0.1
|
||||
D_PORT = 5003
|
||||
|
||||
E_IP = 127.0.0.1
|
||||
E_PORT = 5004
|
||||
|
||||
F_IP = 192.168.10.106
|
||||
;192.168.10.106 ; 新增F地址
|
||||
F_PORT = 5078
|
||||
|
||||
# 卫星参数
|
||||
[SATELLITE]
|
||||
SATELLITE_ID = 1
|
||||
7748
dist_20260413/log/forward.log
Normal file
7748
dist_20260413/log/forward.log
Normal file
File diff suppressed because it is too large
Load Diff
BIN
dist_20260413/main.exe
Normal file
BIN
dist_20260413/main.exe
Normal file
Binary file not shown.
Reference in New Issue
Block a user