AnyCloud Example: TCP Server

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
zhenning_zhu
Level 2
Level 2
10 sign-ins 10 replies posted 5 replies posted

我用这个路由器时按钮无反应(能ping 通),但另外一个路由时是成功的,还要改哪里吗?

0 Likes
1 Solution
zhenning_zhu
Level 2
Level 2
10 sign-ins 10 replies posted 5 replies posted

改py如下就可以了

# IP details for the TCP server

DEFAULT_IP   = '192.168.2.58'   # IP address of the TCP server

DEFAULT_PORT = 50007             # Port of the TCP server

server_ip = '192.168.2.58'

server_port= 50007 

View solution in original post

0 Likes
2 Replies
zhenning_zhu
Level 2
Level 2
10 sign-ins 10 replies posted 5 replies posted

改py如下就可以了

# IP details for the TCP server

DEFAULT_IP   = '192.168.2.58'   # IP address of the TCP server

DEFAULT_PORT = 50007             # Port of the TCP server

server_ip = '192.168.2.58'

server_port= 50007 

0 Likes
Roy_Liu
Moderator
Moderator
Moderator
5 comments on KBA First comment on KBA 10 questions asked

感谢您分享经验

Roy Liu
0 Likes