# python_tcp_socket **Repository Path**: micheal_luk/python_tcp_socket ## Basic Information - **Project Name**: python_tcp_socket - **Description**: Python2 scripts for tcp socket (not WebSocket) - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-30 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # python_tcp_socket Python 2.7 scripts for client to connect to server, send/receive messages(echo), and server will send "alive" message to client every few seconds to keep the connection. You can see the command line example in following screenshots. Remember the message must be in quotes when you run it on command line. ![Image text](http://www.woyik.com/img/python_server_cli.png) ![Image text](http://www.woyik.com/img/python_client_cli.png)