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: Bluetooth LE driver

Project Category: Network

Brief explanation:

Expected results:

Knowledge Prerequisite: C, git

Skill level: high.

Mentor: Hauke Petersen

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

Project: Software update distribution

Project Category: System

Brief explanation:

Expected results:

Knowledge Prerequisite: C, git

Any of these are optional but not all of them.

Skill level: high.

Mentor: Kaspar Schleiser

Clone this wiki locally