Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AMQP / RabbitMQ sender in AVR (Arduino)

Has an AMQP message sender been implemented on AVR / Arduino?

  • Is this possible, given the limited space available on the ATmega328
  • I am not looking for a full implementation. Just a bare-bones "send a message". Receiving messages would be nice too, but is not essential.
like image 744
Dirk Avatar asked Mar 16 '12 16:03

Dirk


1 Answers

Do you need exactly ACMQ or any MQ protocol for message exchange? There's an Arduino client for MQTT — a protocol designed for embedded devices.

like image 74
Andrew Avatar answered Sep 27 '22 15:09

Andrew