-
This project has been implemented in
Clanguage 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.
$ 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
gcccompiler