Skip to content

Latest commit

ย 

History

History
24 lines (14 loc) ยท 884 Bytes

README.md

File metadata and controls

24 lines (14 loc) ยท 884 Bytes

GEduNet ๐ŸŒ

GEduNet is an Graphical Educational Computer Network Simulator. It's meant as an aid to students trying to understand computer networks, along with their teachers.

The project runs on the browser and is hosted in GitHub Pages. You can access it here.

How to use

๐Ÿ—๏ธ This part is a work-in-progress ๐Ÿ—๏ธ

Preview of the simulator. Shows multiple hosts, routers and switches. Some network packets are being sent through the network.

Pressing one of the buttons on the left bar adds the device shown on the image to the network. The right bar presents information on the currently selected device.

Development

To run the local development server, use npm run start

For building the artifacts, use npm run build

For checking code format and lint, use npm run lint