Skip to content
Snippets Groups Projects
Commit 960dfdf3 authored by Felix Agner's avatar Felix Agner
Browse files

Update readme

parent 7fdb47ed
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,12 @@ end
```
### Network
The omnibots automatically connect to the router named "robotlab". You can connect to the omnibots via this router, IP `130.235.83.171`. Use port `90XX` to rout to bot number `XX`, e.g. `9006` routs to bot number 6.
The omnibots automatically connect to the router named "robotlab". You can connect to the omnibots via this router, IP `130.235.83.171`. Use port `90XX` to rout to bot number `XX`, e.g. `9006` routs to bot number 6. In the example above you would use
```
HOST = "130.235.83.171"
PORT = 9006
```
to connect to bot number 6.
## Support
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment