Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TP FINAL AYED

In this project, user can simulate an Internet Network system (TCP-like). The system can manage every machine, as routers or terminals, send data in pages, see how routers divides the pages on several packets, see the network congestion, etc. The software uses an Dikjstra algorithm to determinate the most efficient path for sending data from one router to another. The user can edit:

config.json File

For emulating different scenarios of network

main.cpp

For setting debug mode of Simulator

Simulator

The simulator tool has access to the netowrk, so it can modify, execute, run, send pages, print maps, etc.

Compile the Project & Execute

cd src
g++ main.cpp -o main
./main

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages