Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suyashsingh/c-sockets
Socket Programming in C
https://github.com/suyashsingh/c-sockets
c client-server network-programming socket-programming sockets-tcp sockets-udp
Last synced: about 1 month ago
JSON representation
Socket Programming in C
- Host: GitHub
- URL: https://github.com/suyashsingh/c-sockets
- Owner: suyashsingh
- Created: 2020-05-20T14:56:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-20T16:48:51.000Z (over 4 years ago)
- Last Synced: 2023-10-29T17:24:45.173Z (about 1 year ago)
- Topics: c, client-server, network-programming, socket-programming, sockets-tcp, sockets-udp
- Language: C
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Socket Programming in C
1. **host-info.c**: Prints ip and hostname information of the host system.
**Usage:** `./a.out` or `./a.out localhost`