- The Aedes brnodeI would suggest you install mosquitto as your broker and remove the Aedes node. Mosquitto is easy to install* and use and many on the forum use it. Here is a tutorial for installing it: https://www.arrow.com/en/research-and-events/articles/mqtt-tutorial
- do not use leading
/
as part of the topic. There is a great read at MQTT Essentials - All Core Concepts Explained talking about MQTT - What arduino you are using?
- have you tried any of the MQTT examples that are provided with PubSubClient to see if they work?
- Advice by @Colin copied from another thread"
There is one thing missing from that tutorial. With the latest mosquitto, if you want to access the broker across the network, you need to add some configuration. This is best done by making a file in
/etc/mosquitto/conf.d/
with the configuration in. It can be called anything.conf. So make a file called, for example,/etc/mosquitto/conf.d/mossy.conf
and in there putlistener 1883 allow_anonymous true