https://github.com/nikhilroxtomar/socket-programming-server-in-c-and-client-in-python
A simple TCP client-server program, where server in written in C programming language while the client is written in Python programming language.
https://github.com/nikhilroxtomar/socket-programming-server-in-c-and-client-in-python
c python socket-programming tcp tcp-client tcp-server tcp-socket
Last synced: 9 months ago
JSON representation
A simple TCP client-server program, where server in written in C programming language while the client is written in Python programming language.
- Host: GitHub
- URL: https://github.com/nikhilroxtomar/socket-programming-server-in-c-and-client-in-python
- Owner: nikhilroxtomar
- License: mit
- Created: 2021-09-20T09:08:12.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-20T10:09:50.000Z (about 4 years ago)
- Last Synced: 2025-01-26T15:14:06.753Z (11 months ago)
- Topics: c, python, socket-programming, tcp, tcp-client, tcp-server, tcp-socket
- Language: C
- Homepage:
- Size: 3.91 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Socket-Programming-Server-in-C-and-Client-in-Python
A simple TCP client-server program, where server in written in C programming language while the client is written in Python programming language.
## YouTube Video
YouTube tutorial: [https://youtu.be/MO152LVEqtc](https://youtu.be/MO152LVEqtc)