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: Server/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ npm run router
13
13
```
14
14
15
15
## Switcher
16
-
`Switcher.ts`
16
+
`./src/Switcher.ts`
17
17
18
18
The Switcher is a NodeJS application that listens on port 51510 for OpenFlow messages. The Switcher is responsible for managing the Routers and Clients.
19
19
@@ -26,7 +26,7 @@ The Switcher contains a FlowTable that is used to control the flow of traffic be
26
26
27
27
28
28
## Router
29
-
`Router.ts`
29
+
`./src/Router.ts`
30
30
31
31
The Router is a NodeJS application that can be started as many different processes to create multiple OpenFlow layers that connect together.
0 commit comments