Skip to content

gozeloglu/HUBBMNET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Fall 2018-2019

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors