https://github.com/christinec-dev/python_clients
Simple UDP Client, TCP Client, and TCP Server made with Python 🐍
https://github.com/christinec-dev/python_clients
python python3
Last synced: about 1 month ago
JSON representation
Simple UDP Client, TCP Client, and TCP Server made with Python 🐍
- Host: GitHub
- URL: https://github.com/christinec-dev/python_clients
- Owner: christinec-dev
- Created: 2022-06-16T15:56:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-16T16:03:02.000Z (almost 3 years ago)
- Last Synced: 2025-01-30T07:42:33.231Z (3 months ago)
- Topics: python, python3
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python_Clients
I started learning Python - and made a simple UDP Client, TCP Client, and TCP Server. 🐍## TCP_Client
Run via the following command: `python3 tcp_client.py`## TCP_Server
Run via the following command: `python3 tcp_server.py`## UDP_Client
Run via the following command: `python3 udp_client.py`