Client/Server implementation for the Netstring protocol.
- To run server: ./server
- To run client: ./client 1100
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign up| Type | Name | Latest commit message | Commit time |
|---|---|---|---|
| Failed to load latest commit information. | |||
|
|
.gitignore | ||
|
|
Makefile | ||
|
|
README.md | ||
|
|
client.c | ||
|
|
netstring.c | ||
|
|
netstring.h | ||
|
|
server.c | ||
|
|
test_netstring.c | ||
Client/Server implementation for the Netstring protocol.