Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 1.32 KB

File metadata and controls

27 lines (24 loc) · 1.32 KB

Network coursework

It is a network simulation program created as part of the university coursework.

Features

  • you can add, remove and configure each node and connection
  • the scene can be saved and restored from a JSON file
  • it uses distance-vector routing
  • 2 metrics of the shortest distance searching between nodes: "ByWeights" and "ByNodes"
  • visual highlighting of the shortest distance between selected nodes
  • simulates 3 sending modes between nodes: datagram mode, logical connection mode, virtual connection mode
  • has 2 simulation options: "realtime" and "fast result"
  • after the simulation, you get windows with rich simulation results with full logs of the simulation

Dependencies

The Qt Libraries - http://qt-project.org/downloads

Screenshots

Main window

main window

Example of some node routing table

node routing table

Example of the shortest path highlighting between some nodes

path highlighting

Example of simulation results

simulation results

Sending demonstration

sending