Skip to content

Commit 2473064

Browse files
Update README.md
1 parent c4980c0 commit 2473064

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ The switcher is a simple device that allows the routers to communicate with each
1010
## Project Structure
1111
This project is divided into the following sections:
1212
- [/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.
1414
- [/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/)
1616

1717
## Downloading Repository
1818
```
@@ -65,4 +65,4 @@ The following diagram shows the communication between the Switcher, Routers and
6565

6666
## References
6767
- [0] OpenFlow - https://en.wikipedia.org/wiki/OpenFlow
68-
- [1] Node Datagram Library - https://nodejs.org/api/dgram.html
68+
- [1] Node Datagram Library - https://nodejs.org/api/dgram.html

0 commit comments

Comments
 (0)