Skip to content

MegaRedHand/network-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

43a5be4 · May 10, 2025
Nov 8, 2024
Mar 9, 2025
May 10, 2025
May 4, 2025
Nov 8, 2024
Nov 8, 2024
Oct 27, 2024
Nov 10, 2024
Mar 9, 2025
Oct 27, 2024
Apr 26, 2025
Feb 9, 2025
Oct 27, 2024
Jan 18, 2025
Jan 18, 2025
Jan 18, 2025

Repository files navigation

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