LISHUZUOXUN_yangjiang/LSZXNetWork/consensus.py

18 lines
240 B
Python
Raw Normal View History

2024-09-23 14:54:15 +08:00
IP = "ip"
PORT = "port"
DEVICE_TYPE = "device_type"
TIME = "time"
MES_COMMAND = "mes_command"
SET = "set"
DEL = "del"
UPDATE = "update"
DATA = "data"
SEND_BUFFER_SIZE = 2048
RECV_BUFFER_SIZE = 2048
DATA_TYPE = "data_type"
FILE = "file"