Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 161 Bytes

File metadata and controls

12 lines (8 loc) · 161 Bytes

TCP intro

This repo implements as basic client/server to illustrate python support for TCP socket communication.

Testing

make server
make client