修改bug
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -68,3 +68,4 @@ include/
|
|||||||
**/test_shared
|
**/test_shared
|
||||||
**/log
|
**/log
|
||||||
**/Camera
|
**/Camera
|
||||||
|
.idea
|
||||||
|
@@ -149,7 +149,7 @@ class Presenter:
|
|||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
# TODO: 初始化TCP服务和收收数据缓存
|
# TODO: 初始化TCP服务和收收数据缓存
|
||||||
server = TcpServer(host="0.0.0.0", port=65444)
|
server = TcpServer(host=HOST, port=PORT)
|
||||||
tcp_rec_buf = ""
|
tcp_rec_buf = ""
|
||||||
tcp_send_buf = ""
|
tcp_send_buf = ""
|
||||||
pkt = OrderedDict() # tcp发送数据包
|
pkt = OrderedDict() # tcp发送数据包
|
||||||
|
Reference in New Issue
Block a user