coding_bounties - mqtt/mqtt.org GitHub Wiki
Ideas for apps
Have an idea for an MQTT app but don't have the time, skill or knowledge to create it? or just a cool idea you want to share with the community? add it to the list below.
-
web-based MQTT graphing - a challenge by Roger Light on the Mosquitto blog
-
a "modern" replacement for IA92
- cross-platform... could be Java.
- Needs updating to latest MQTT v3.1 with user auth - use Eclipse Paho Java client!
- could look a lot nicer (running IA92 with platform-native LaF improves it for a start)
-
a PyGTK desktop pub/sub testing app similar to the GUI in IA92
-
example mobile apps with source
- BlackBerry (JavaME?)
- Windows Phone mobile app with source
-
port of MQTT to TI Launchpad
- (is this even possible given platform limitations?)
- This seems like a prime candidate for MQTT-S RF BoosterPack
-
MQTT client for NeTV
-
LED panel client and server
-
MQTT for AWK. AWK is on resource constrained busy box linux systems allowing MQTT connectivity without need for additional run-time systems like Python.
- code in development can be found here: https://github.com/jamesrbent1ey/awktools
- feel free to offer suggestions for improvement including better binary character processing and/or I/O usage.
- alternative ideas also welcome.
-
add your idea here :-)
Completed
- an app for eInk/non-Fire Kindles
- the Kindle is Linux+Java - "should" be simple to use to display an MQTT data feed... assuming you can code for the Kindle without the unreleased KDK
- jailbreak needed
- in progress from @aefaradien code MqttDesu
- blog post about how this was done
- presentation from the London Green Hackathon