Difference between revisions of "CoAP Chat Application for RIOT OS"

From Embedded Lab Vienna for IoT & Security
Jump to navigation Jump to search
Line 2: Line 2:


This documentation describes the setup and usage of a  
This documentation describes the setup and usage of a  
[[Constrained Application Protocol | CoAP]]-based, chat application for the RIOT operating system.
[[Constrained Application Protocol | CoAP]]-based, chat application for the [https://riot-os.org/ RIOT] operating system.


== Requirements ==
== Requirements ==
Line 10: Line 10:
* Hardware: a compatible MCU, a list is available [https://github.com/RIOT-OS/RIOT/wiki/RIOT-Platforms here]
* Hardware: a compatible MCU, a list is available [https://github.com/RIOT-OS/RIOT/wiki/RIOT-Platforms here]
   
   
In order to build and use this application, you need to install the toolchains used by RIOT. Tutorials on how to do that can be found in the official RIOT Github repository:
In order to build and use this application, you need to install the toolchains used by RIOT. Tutorials on how to do that can be found in the official RIOT Github repository and the official documentation:


* The [https://github.com/RIOT-OS/RIOT/wiki RIOT GitHub wiki] contains all the information to get started.
* The [https://github.com/RIOT-OS/RIOT/wiki RIOT GitHub wiki] contains all the information to get started.
* A detailed step-by-step [https://github.com/RIOT-OS/Tutorials/blob/master/README.md Tutorial] is also available.
* A detailed step-by-step [https://github.com/RIOT-OS/Tutorials/blob/master/README.md Tutorial] is also available.
* The official [https://doc.riot-os.org/index.html RIOT Documentation].


== Description ==
== Description ==

Revision as of 15:07, 26 March 2019

Summary

This documentation describes the setup and usage of a CoAP-based, chat application for the RIOT operating system.

Requirements

In order to build and use this application, you need to install the toolchains used by RIOT. Tutorials on how to do that can be found in the official RIOT Github repository and the official documentation:

Description

Step 1

Enter these commands in the shell

echo foo
echo bar

Step 2

Make sure to read

  • War and Peace
  • Lord of the Rings
  • The Baroque Cycle

Used Hardware

[[1]]


Courses

References