Skip to content

Commit cbee1f9

Browse files
committed
restructuring
1 parent 4d74169 commit cbee1f9

File tree

10 files changed

+16
-16
lines changed

10 files changed

+16
-16
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Document _all_ your actions and findings.
3030
- for all tests use default channel `26` and PAN ID `0x23`
3131
- the RIOT node should be flashed with `example/gnrc_networking`
3232

33-
[1]: https://github.com/smartuni/exercises/Linux/basic/01_iot_node.md
33+
[1]: https://github.com/RIOT-OS/Exercises/blob/master/Linux/basics/iot_node.md
3434
[2]: https://github.com/linux-wpan/radvd
3535
[3]: http://unique-local-ipv6.com/
3636
[4]: http://openlabs.co/store/Raspberry-Pi-802.15.4-radio
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Document _all_ your actions and findings.
3333
- for interop of RPL between Linux and RIOT-OS, uncomment in Makefile:
3434
`CFLAGS += -DGNRC_RPL_DODAG_CONF_OPTIONAL_ON_JOIN`
3535

36-
[1]: https://github.com/smartuni/exercises/Linux/01_iot_node.md
36+
[1]: https://github.com/RIOT-OS/Exercises/blob/master/Linux/basics/iot_node.md
3737
[2]: https://github.com/smlng/unstrung/tree/pr/fix_update_child_route
3838
[3]: http://unique-local-ipv6.com/
3939
[4]: http://openlabs.co/store/Raspberry-Pi-802.15.4-radio

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33
## [Linux](Linux)
44
Linux specific exercises and tasks to get familiar with IoT standard technologies and protocols. Many of them will also involve or require embedded IoT hardware, i.e., (sensor) nodes that run RIOT.
5-
1. basic
6-
1. [01_iot_node](Linux/basic/01_iot_node.md)
7-
2. [02_iot_gateway](Linux/basic/02_iot_gateway.md)
8-
3. [03_rpl_gateway](Linux/basic/03_rpl_gateway.md)
5+
- basics
6+
- [iot_node](Linux/basics/iot_node.md)
7+
- [iot_gateway](Linux/basics/iot_gateway.md)
8+
- [rpl_gateway](Linux/basics/rpl_gateway.md)
99

1010
## [RIOT](RIOT)
1111
RIOT specific exercises and tasks to get familiar with RIOT, the friendly operating system for the Internet of Things (IoT). RIOT is an open source project and aims to foster usage of open standards, technologies and protocols in the IoT.
12-
1. coap
13-
1. [01_coap_server](RIOT/coap/01_coap_server.md)
14-
2. [02_coap_json_server](RIOT/coap/02_coap_json_server.md)
15-
2. documentation
16-
1. [01_tests](RIOT/documentation/01_tests.md)
17-
2. [02_doxygen](RIOT/documentation/02_doxygen.md)
18-
3. system
19-
1. [01_shell_command_morse](RIOT/system/01_shell_command_morse.md)
20-
2. [02_network_udp_stats](RIOT/system/02_network_udp_stats.md)
12+
- basics
13+
- [shell_command_morse](RIOT/basics/shell_command_morse.md)
14+
- networking
15+
- [network_udp_stats](RIOT/networking/network_udp_stats.md)
16+
- [coap_server](RIOT/networking/coap_server.md)
17+
- [coap_server_json](RIOT/networking/coap_server_json.md)
18+
- documentation
19+
- [doxygen](RIOT/documentation/doxygen.md)
20+
- [tests](RIOT/documentation/tests.md)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ Document _all_ your actions and findings. Create an archive with your solution.
2121

2222
## References
2323

24-
\[1\]: [https://github.com/RIOT-OS/Exercises/blob/master/RIOT/coap/01_coap_server.md](https://github.com/RIOT-OS/Exercises/blob/master/RIOT/coap/01_coap_server.md)
24+
\[1\]: [https://github.com/RIOT-OS/Exercises/blob/master/RIOT/networking/coap_server.md](https://github.com/RIOT-OS/Exercises/blob/master/RIOT/networking/coap_server.md)
2525

2626
\[2\]: [https://github.com/zserge/jsmn](https://github.com/zserge/jsmn)
File renamed without changes.

0 commit comments

Comments
 (0)