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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@ The switcher is a simple device that allows the routers to communicate with each
10
10
## Project Structure
11
11
This project is divided into the following sections:
12
12
-[/Server](/Server)
13
-
- Writen in NodeJS using the [dgram](https://nodejs.org/api/dgram.html) module to create a Switcher and a number of Routers.
13
+
- Writen in NodeJS using the [dgram](https://nodejs.org/api/dgram.html)and [Typescript](https://www.typescriptlang.org/)module to create a Switcher and a number of Routers.
14
14
-[/Client](/Client)
15
-
- An [ElectronJS](https://www.electronjs.org/) desktop GUI application which provides a user interface that connects to the OpenFlow Network (in /Server).
15
+
- An [ElectronJS](https://www.electronjs.org/) desktop GUI application which provides a user interface that connects to the OpenFlow Network (in /Server). Built with [VueJS](https://vuejs.org/) and [Typescript](https://www.typescriptlang.org/)
16
16
17
17
## Downloading Repository
18
18
```
@@ -65,4 +65,4 @@ The following diagram shows the communication between the Switcher, Routers and
0 commit comments