Upgrade to Pro — share decks privately, control downloads, hide ads and more …

IoT with extensible C - Democamp

IoT with extensible C - Democamp

Slides from the IoT with extensible C talk at Eclipse Demo Camp Stuttgart

Kolja Dummann

July 02, 2014
Tweet

More Decks by Kolja Dummann

Other Decks in Programming

Transcript

  1. IoT with extensible C mbeddr A Open Source Collection of

    integrated languages for embedded software engineering
  2. IoT with extensible C Architecture Core Plain C Ext Components

    Statemachines Units CC Requirements Documentation Analyses Debugger
  3. IoT with extensible C MQTT “MQ Telemetry Transport (MQTT) is

    a publish-subscribe based "light weight" messaging protocol for use on top of the TCP/IP protocol. It is designed for connections with remote locations where a "small code footprint" is required and/or network bandwidth is limited.” Wikipedia
  4. IoT with extensible C Raspberry Pi “The Raspberry Pi is

    a credit-card-sized single-board computer developed in the UK by the Raspberry Pi Foundation with the intention of promoting the teaching of basic computer science in schools.”
  5. IoT with extensible C Sample Build Traffic Light MQTT GPIO

    GPIO A traffic light representing the state of the tests on the build server. Light a red light when one or more test fails. Otherwise show green light.