Skip to content

Commit c53b8aa

Browse files
committed
fixed iot-lab
1 parent 76a60e9 commit c53b8aa

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

RIOT.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Then, run the MQTT-SN transparent gateway and the MQTT broker.
2727
## Run Gateway and broker
2828

2929
### Mosquitto as bridge
30-
Update `bridge_gateway_prof.conf` with your parameters and run int. You need to setup:
30+
Update `bridge_gateway_[dev|prod].conf` with your parameters and run it. You need to setup:
3131
- `address`
3232
- `remote_username`
3333

@@ -87,15 +87,20 @@ mosquitto_pub -d -h "127.0.0.1" -t "v1/devices/me/telemetry" -u "$ACCESS_TOKEN"
8787
3. Follow this [tutorial (riot-compilation)](https://www.iot-lab.info/tutorials/riot-compilation/)
8888
4. Complete all tutorials about RIOT on [iot-lab](https://www.iot-lab.info/tutorials/): Networking, Public IPv6, MQTT-SN.
8989

90-
My SSH credential is:
90+
Login with SSH in your remote machine:
9191
```s
9292
9393
```
94-
To build: *(into your SSH remote connection, after have configured as (3))*
94+
To build: *(into your SSH remote connection, after have done (1,2,3,4))*
9595
```sh
9696
source /opt/riot.source
9797
BOARD=iotlab-m3 make all
98+
iotlab-experiment submit -n riot_m3 -d 60 -l 1,archi=m3:at86rf231+site=saclay
99+
iotlab-experiment get -i <exp_id> -r
100+
iotlab-node --update <your_binary>.elf -l saclay,m3,<dev_id>
101+
nc <dev_id> 20000
98102
```
103+
In the previous example I am using `M3` devices. If you want to use `a8-m3` devices, the steps are different, check [iot-lab tutorials](https://www.iot-lab.info/tutorials/)
99104

100105
## IoT-LAB Networking example for M3 Nodes
101106
1. Connect to SSH
@@ -122,9 +127,9 @@ Example: `node-a8-101.saclay.iot-lab.info` will have `2001:660:3207:0465::/64` a
122127

123128
- `miniterm.py` is bugged on `2019.01` branch. In the new version `2020.01` has been fixed, you can avoid using the `-e` parameter.
124129

125-
- Check the my Hands-on [tips](hands-on) about RIOT tutorials.
130+
- Check the my Hands-on [tips](hands-on.md) about RIOT tutorials.
126131

127-
- if you have problems contact me on [Linkedin](https://www.linkedin.com/in/francesco-colasante/)s or open a new issue.
132+
- if you have problems contact me on [Linkedin](https://www.linkedin.com/in/francesco-colasante/) or open a new issue.
128133

129134

130135
Tutorial of the [Internet of Things course 2020](http://ichatz.me/Site/InternetOfThings2020), part of the MSc on Computer Engineering, Department of Computer, Control and Management Engineering (DIAG), Sapienza University of Rome.

0 commit comments

Comments
 (0)