Skip to content

python 스크립트 ip 변경 #8

@junsarakill

Description

@junsarakill

서버 설정

TCP_IP = '0.0.0.0' # 모든 인터페이스에서 수신
TCP_PORT = 65432 # 서버 포트 번호
BUFFER_SIZE = 1024

클라이언트 설정

#CLIENT_TCP_IP = '192.168.1.59' # 서버 IP 주소
CLIENT_TCP_IP = '127.0.0.1'
CLIENT_TCP_PORT = 65432 # 서버 포트 번호

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions