Page 1 of 1

rabbitmq c on esp32

Posted: Mon May 17, 2021 11:40 am
by ashegheparyshun
Hello guys.
I want to run rabbitmq https://www.rabbitmq.com/devtools.html#c-dev broker on esp32. There are a chttps://github.com/alanxz/rabbitmq-c and cpphttps://github.com/akalend/amqpcpp libraries for this purpose.
My question is,
Is it possible to run them on esp32?
and how?
Tnx

Re: rabbitmq c on esp32

Posted: Tue May 18, 2021 6:06 am
by ESP_Sprite
Not sure if those will run on an ESP32, but you may check out especially that first link: the github repos you mention are clients, not brokers.

Re: rabbitmq c on esp32

Posted: Mon May 31, 2021 7:32 am
by ashegheparyshun
My mistake, I want to run it on ESP32 as client.
Now I'm challenging errors arising.
Any advice?