Skip to content

Commit 18418d4

Browse files
Update Router connecting to Switcher example
1 parent c082225 commit 18418d4

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,13 @@ The following diagram shows the communication between the Switcher, Routers and
5353
| ---- | ---- | ------ | ----------- | -------- | ----- | ---- |
5454
| 5 | 10.382165 | 127.0.0.1 | 127.0.0.1 | UDP | 61 | 65469 -> 51510 |
5555

56-
Payload
5756
| Hexadecimal Payload | Base10 Decoded |
5857
| ------------------- | -------------- |
5958
| 0000 0020 7b 22 74 79 70 65 22 3a 31 2c 22 6d 65 73 73 61 | {"type": 1, "messa} |
60-
| 0010 67 65 22 3a 22 52 6f 75 74 65 72 22 7d | ge":"Rou ter"}
61-
|
59+
| 0010 67 65 22 3a 22 52 6f 75 74 65 72 22 7d | ge":"Rou ter"} |
6260

63-
Router on port 65469 is sending a message to the Switcher on port 51510 trying to join the network. Type is set to 1, as seen in [Communication Table protocol type 1](#1).
61+
- Router on port 65469 is sending a message to the Switcher on port 51510 trying to join the network.
62+
- Type is set to 1, as seen in [Communication Table protocol type 1](#Communication-Protocol).
6463

6564
## References
6665
- [0] OpenFlow - https://en.wikipedia.org/wiki/OpenFlow

0 commit comments

Comments
 (0)