You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_GEduNet_ is an Graphical Educational Computer Network Simulator.
4
+
It's meant as an aid to students trying to understand computer networks, along with their teachers.
5
+
6
+
The project runs on the browser and is hosted in GitHub Pages.
7
+
You can access it [here](https://megaredhand.github.io/network-simulator/).
8
+
9
+
## How to use
10
+
11
+
🏗️ This part is a work-in-progress 🏗️
12
+
13
+

14
+
15
+
Pressing one of the buttons on the left bar adds the device shown on the image to the network.
16
+
The right bar presents information on the currently selected device.
17
+
18
+
## Development
2
19
3
20
To run the local development server, use `npm run start`
4
21
5
22
For building the artifacts, use `npm run build`
23
+
24
+
For checking code format and lint, use `npm run lint`
0 commit comments