Commit f875bcd65045c5d4235b71073ce974665a595f75
Committed by
GitHub
1 parent
d96f6c8c
Update README.md
Showing
1 changed file
with
0 additions
and
3 deletions
@@ -35,11 +35,8 @@ Where: | @@ -35,11 +35,8 @@ Where: | ||
35 | 35 | ||
36 | In order to get access to necessary resources from external IP/Host on **Windows** machine, please execute the following commands: | 36 | In order to get access to necessary resources from external IP/Host on **Windows** machine, please execute the following commands: |
37 | ``` | 37 | ``` |
38 | - # HTTP port | ||
39 | $ VBoxManage controlvm "default" natpf1 "tcp-port9090,tcp,,9090,,9090" | 38 | $ VBoxManage controlvm "default" natpf1 "tcp-port9090,tcp,,9090,,9090" |
40 | - # MQTT port | ||
41 | $ VBoxManage controlvm "default" natpf1 "tcp-port1883,tcp,,1883,,1883" | 39 | $ VBoxManage controlvm "default" natpf1 "tcp-port1883,tcp,,1883,,1883" |
42 | - # CoAP port | ||
43 | $ VBoxManage controlvm "default" natpf1 "tcp-port5683,tcp,,5683,,5683" | 40 | $ VBoxManage controlvm "default" natpf1 "tcp-port5683,tcp,,5683,,5683" |
44 | ``` | 41 | ``` |
45 | 42 |