Code Monkey home page Code Monkey logo

deptcp's Introduction

Blue Hartsell
TCP Client:Server Programs

---DESCRIPTION---
This folder contains a TCP server program as well as a client program. The server program is able to accept multiple clients. The client sends the file line by line to the server, and the server reverses the order of the characters in each line before storing them in a file.

---FILES---
hw3.tgz: Tar archive of the program files
tcpClient.c: TCP Client program
tcpServer.c: TCP Server program
makefile: Makefile for the program

---INSTRUCTIONS---
0. In your terminal, navigate to the directory where hw3.tgz is located.
1. Run the command 'tar tvzf hw3.tgz'
2. Open a terminal in the newly created folder.
3. Run the command 'make'
4. Run the command './tcpServer.c'
5. Open a new terminal in the program folder.
6. In your new terminal, run the command './tcpServer.c <filename.txt>' where filename is the name of the file to copy.

---NOTES---
All the code in this project was designed and written by Charles "Blue" Kent Hartsell III. A significant amount of guidance was taken from:
https://www.geeksforgeeks.org/tcp-server-client-implementation-in-c/

For the purposes of documentation, this archive was zipped with the command 'tar czvf hw3.tgz *'

deptcp's People

Contributors

tealblu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.