https://github.com/megaredhand/network-simulator
https://github.com/megaredhand/network-simulator
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/megaredhand/network-simulator
- Owner: MegaRedHand
- License: mit
- Created: 2024-09-23T00:32:49.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-04-09T23:49:00.000Z (2 months ago)
- Last Synced: 2025-04-09T23:51:46.592Z (2 months ago)
- Language: TypeScript
- Homepage: https://megaredhand.github.io/network-simulator/
- Size: 1.02 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://megaredhand.github.io/network-simulator/).## How to use
🏗️ This part is a work-in-progress 🏗️

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`