Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MQTT and CoAP Sensors and Actuators

Tags:

mqtt

iot

coap

MQTT and CoAP are being promoted as standard protocols that allow connecting constrained devices to the Internet.

I'm interested in a list of sensors and actuators that support these two protocols either in a native way or through a mesh/gateway.

like image 666
Younes Avatar asked Feb 12 '23 08:02

Younes


2 Answers

For CoAP: Every 6LowPAN sensor mote have a CoAP client, for example the one running contiki: http://www.contiki-os.org/hardware.html or OpenWSN, RIOTOS

Also you can use any Arduino: https://github.com/1248/microcoap

like image 136
Julien Vermillard Avatar answered Feb 13 '23 22:02

Julien Vermillard


One that is worth checking in addition to Julien's List is mBed from ARM

https://mbed.org/

it supports both CoAP and MQTT

like image 30
Simon Avatar answered Feb 13 '23 21:02

Simon