https://github.com/imranity/text_reverser
TCP iterative Client and server application to reverse the given input sentence, word and size count, and related text editing services using primitve C sockets
https://github.com/imranity/text_reverser
Last synced: 6 months ago
JSON representation
TCP iterative Client and server application to reverse the given input sentence, word and size count, and related text editing services using primitve C sockets
- Host: GitHub
- URL: https://github.com/imranity/text_reverser
- Owner: imranity
- Created: 2014-05-25T07:19:47.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-25T07:23:52.000Z (about 12 years ago)
- Last Synced: 2025-08-02T09:50:30.888Z (12 months ago)
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Text_reverser
=============
TCP iterative Client and server application to reverse the given input sentence, word and size count, and related text editing services using primitve C sockets
---------------------------------------------------------------
HOW TO RUN
--------------------------------------------------------------
compile client and server on Linux:
$ gcc -o client client.c
$ gcc -o server server.c
run both
./client
./server
Just provide appropriate filepath in Client.c and run :)