Skip to content

Commit 15364da

Browse files
Update filepath
1 parent b92c267 commit 15364da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Server/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ npm run router
1313
```
1414

1515
## Switcher
16-
`Switcher.ts`
16+
`./src/Switcher.ts`
1717

1818
The Switcher is a NodeJS application that listens on port 51510 for OpenFlow messages. The Switcher is responsible for managing the Routers and Clients.
1919

@@ -26,7 +26,7 @@ The Switcher contains a FlowTable that is used to control the flow of traffic be
2626

2727

2828
## Router
29-
`Router.ts`
29+
`./src/Router.ts`
3030

3131
The Router is a NodeJS application that can be started as many different processes to create multiple OpenFlow layers that connect together.
3232

0 commit comments

Comments
 (0)