Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Solace reference MQTT app for the Bosch XDK110.

License

Notifications You must be signed in to change notification settings

solace-iot-team/bosch-xdk110-solace-mqtt-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bosch-xdk110-solace-mqtt-app

Overview

We have developed a reference mqtt client app for the Bosch XDK110 to demonstrate how a device can be programmed to interact with a wider IoT platform.

The XDK 110 is a programmable sensor. See details here: http://xdk.bosch-connectivity.com. "I’m a programmable sensor device & a prototyping platform for any IoT use case you can imagine."

The main features of the reference mqtt client app are:

  • Configuration API - allows for a device management system to remotely configure the operations of the app
  • Command API - allows to send commands to the app
  • Status API - sends regular and ad-hoc status information
  • Sampling & Telemetry API - sends configurable sensor readings at regular intervals
  • Buttons API - sends a message when pressing / releasing a button

The software architecture:

See the source documentation here.

What you need before getting started

  • Bosch XDK 110 + Micro SD Card + SD Card Adapter
  • Go to https://xdk.bosch-connectivity.com/buy-xdk to find a retailer.
    • XDK110
    • Micro SD card 32GB (that's the max the XDK can manage, 8GB is fine too)
    • SD Card Adapter to write / edit the config file onto the SD card from your computer
  • XDK Workbench, version 3.6.1
  • download and install the XDK Workbench
  • MQTT test client

API Documentation

This is included as part of the source code documentation in section External Interfaces.


The End.