Skip to content
emmanuelsearch edited this page Feb 13, 2014 · 32 revisions

Below is a list of projects that are relevant for the Google Summer of Code 2014. There are 3 categories of projects:

  • System
  • Network
  • Application

Project: Dynamic linking support for RIOT

Project Category: System

Brief explanation: The goal of dynamic linking support in RIOT is two-fold, (i) enable loading and unloading of modules/functionalities at runtime, and (ii) implement the first phase of an approach towards enabling (automatic) software updates.

Expected results: concept and prototype implementation of dynamic linker.

Knowledge Prerequisite: C, Assembler, git, notions of how compiler and linker work.

Any of these are optional but not all of them.

Skill level: high.

Mentor: Kaspar Schleiser, Emmanuel Baccelli

Project: Supporting RIOT in ns3

Project Category: System

Brief explanation: RIOT can already run as a process in Linux via the native port and several RIOT instances can be networked on the same Linux machine via dedicated tools (nativenet and desvirt). However, RIOT support within ns3 is expected to enable the community to simulate larger networks of RIOT instances and finer grained network characteristics -- before deployment of the exact same code base on real hardware.

Expected results: multiple, networked instances of RIOT can be simulated within ns3.

Knowledge Prerequisite: C, C++, Python, git, ns3.

Any of these are optional but not all of them.

Skill level: high.

Mentor: Ludwig Ortmann, Christian Mehlis

Project: DTLS implementation

Project Category: Network

Brief explanation: Security is essential to protect the communication between IoT devices. Datagram Transport Layer Security (DTLS) RFC 6347 is the mandatory standard to provide security in this context. There are several implementation challenges of DTLS on embedded systems that one needs to keep in mind.

Expected results: Transport Layer Security can be used over the available UDP implementation in RIOT.

Knowledge Prerequisite: C, git, COAP, some notions of cryptography

Any of these are optional but not all of them.

Skill level: high.

Mentor: Martine Lenders, Matthias Wählisch

Project: Python interpreter for RIOT

Project Category: System

Brief explanation: Python is used for simple object oriented programming. The goal of this project is two-fold (i) to allow easier application programming in RIOT and (ii) in a second optional phase, to provide a generic way to access sensor data through Python scripts.

Expected results: implement the C API (and an interpreter) of Python to allow the standard libraries of Python and Python scripts to run on RIOT.

Knowledge Prerequisite: C, Python, git, some notions of programming theory, and embedded programming.

Skill level: high.

Mentor: Kaspar Schleiser, Martine Lenders

Project: eLua port for RIOT

Project Category: System

Brief explanation: eLua is a bare-metal embedded distribution of the Lua programming language. It sports a minimal MCU specific layer on top of which embedded devices can be programmed in Lua. This project aims to create a generic port of eLua to RIOT so that eLua's extensive Lua interpreter, libraries and applications can be run on any RIOT powered device with enough ressources.

Expected results: eLua runs as an application on top of RIOT.

Knowledge Prerequisite: C, Lua, git

Any of these are optional but not all of them.

Skill level: high.

Mentor: Kaspar Schleiser, Hauke Petersen

Project: ARM Cortex A8 port for RIOT

Project Category: System

Brief explanation: RIOT supports several 32bit ARM Cortex platforms, such as M3 and M4, but not yet platforms based on ARM Cortex A8 such as the BeagleBone. The goal of the project is to support this platform.

Expected results: RIOT kernel runs on BeagleBone.

Knowledge Prerequisite: C, Assembler, git

Skill level: high.

Mentor: Kaspar Schleiser, Hauke Petersen

Project: Arduino Due port for RIOT

Project Category: System

Brief explanation: The goal of this project is to port RIOT to the Arduino Due. RIOT already support boards based on ARM Cortex M3 (e.g, STM Discovery Board).

Expected results: RIOT runs on Arduino Due, with a simple application controlling an external device to be determined with the mentors.

Knowledge Prerequisite: C, Assembler, git

Skill level: medium.

Mentor: Kaspar Schleiser, Hauke Petersen

Project: Atmel ATmega328 port for RIOT

Project Category: System

Brief explanation: RIOT runs on 16bit platforms (e.g. TI MSP430) and on 32bit platforms (e.g. ARM Cortex) but not yet on 8 bit platforms such as Atmel ATmega328 which powers popular tiny boards including Arduino Uno. This project aims at providing support for such boards.

Expected results: RIOT kernel runs on Arduino Uno.

Knowledge Prerequisite: C, Assembler, git.

Skill level: high.

Mentor: Hauke Petersen, Kaspar Schleiser

Project: Support for umbrella platform Thingspeak

Project Category: Application

Brief explanation: www.thingspeak.com

Expected results:

Knowledge Prerequisite: C, git

Skill level: high.

Mentor: Matthias Wählisch

Clone this wiki locally