Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gozeloglu/hubbmnet
Fall 2018-2019
https://github.com/gozeloglu/hubbmnet
c data-structures queue stack
Last synced: 12 days ago
JSON representation
Fall 2018-2019
- Host: GitHub
- URL: https://github.com/gozeloglu/hubbmnet
- Owner: gozeloglu
- Created: 2019-02-07T19:37:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-07T19:44:56.000Z (almost 6 years ago)
- Last Synced: 2024-11-09T14:48:07.531Z (2 months ago)
- Topics: c, data-structures, queue, stack
- Language: C
- Size: 575 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HUBBMNET
- This project has been implemented in `C` language in **Data Structures** lecture.
- Basic network application implemented in this project.
- Message transfers from sender client to receiver client.
- I implemented **stack and queue** data structures.
-----
## Run
`$ make`
`$ ./HUBBMNET clients.dat routing.dat commands.dat max_msg_size outgoing_port incoming_port`
- Program prints out the output on the screen. If you want to save an output file, you can execute the program as follow:
- `./HUBBMENT clients.dat routing.dat commands.dat max_msg_size outgoing_port incoming_port > output.txt `
-----
### Requirements
- `gcc` compiler