Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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