libossia icon indicating copy to clipboard operation
libossia copied to clipboard

feature request : add support for some IoT protocol

Open avilleret opened this issue 7 years ago • 6 comments

some of them are listed here : https://www.postscapes.com/internet-of-things-protocols/

  • [ ] MQTT (https://github.com/qt/qtmqtt) https://github.com/arobenko/mqtt
  • [ ] MQTT-SN (https://github.com/arobenko/mqtt-sn)
  • [ ] CoAP (https://github.com/obgm/libcoap)
  • [ ] Firmata
  • [ ] SLIP encoding

avilleret avatar May 29 '18 09:05 avilleret

see also

  • https://github.com/OSSIA/libossia/issues/85
  • https://github.com/OSSIA/libossia/issues/83

which are maybe related a bit ?

jcelerier avatar May 29 '18 09:05 jcelerier

absolutely, so it makes more sense for me to dig into protocol things to understand how to implement new ones

avilleret avatar May 29 '18 09:05 avilleret

https://github.com/redboltz/mqtt_cpp we could use that one for mqtt

jcelerier avatar Dec 08 '21 01:12 jcelerier

I would like to give an upvote for mqtt.

maybites avatar Dec 08 '21 10:12 maybites

do you have an example of an app which speaks MQTT we could use as an example to try against ?

jcelerier avatar Dec 08 '21 14:12 jcelerier

not an app per se but a cool mqtt-broker with fantastic visualizations of the dataflow:

https://www.shiftr.io/desktop

maybites avatar Dec 09 '21 12:12 maybites