https://github.com/riot-os/exercises
Collection of practical exercises, assignments, and tasks to become familiar with IoT technologies and RIOT-OS
https://github.com/riot-os/exercises
exercises iot riot-os
Last synced: 3 months ago
JSON representation
Collection of practical exercises, assignments, and tasks to become familiar with IoT technologies and RIOT-OS
- Host: GitHub
- URL: https://github.com/riot-os/exercises
- Owner: RIOT-OS
- License: lgpl-2.1
- Created: 2017-04-12T08:17:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-25T10:40:54.000Z (over 4 years ago)
- Last Synced: 2025-01-15T13:44:11.427Z (4 months ago)
- Topics: exercises, iot, riot-os
- Homepage:
- Size: 22.5 KB
- Stars: 8
- Watchers: 11
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Exercises
## [Linux](Linux)
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.
- basics
- [iot_node](Linux/basics/iot_node.md)
- [iot_gateway](Linux/basics/iot_gateway.md)
- [rpl_gateway](Linux/basics/rpl_gateway.md)## [RIOT](RIOT)
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.
- basics
- [shell_command_morse](RIOT/basics/shell_command_morse.md)
- networking
- [network_udp_stats](RIOT/networking/network_udp_stats.md)
- [udp_reflection_server](RIOT/networking/udp_reflection_server.md)
- [coap_server](RIOT/networking/coap_server.md)
- [coap_server_json](RIOT/networking/coap_server_json.md)
- documentation
- [doxygen](RIOT/documentation/doxygen.md)
- [tests](RIOT/documentation/tests.md)