Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
I wrote an Arduino library that allows easy sending of events between Arduinos and the EventGhost Network Event Sender/Receiver. It is also compatible with the TCPEvents plugin and any other program that uses the same authentication protocol. It works with Arduino Ethernet, Arduino Ethernet Shield and the W5100, W5200, and W5500 Ethernet controllers.
I believe this is great news for users having arduinos for various purposes (myself I have already a private army of RPi's and use MQTT for communication with EventGhost)
Thanks Walter! I did initially try out the pubsubclient MQTT Arduino library with your excellent plugin. I decided to create my own library to use the event and payload system to communicate with EventGhost or other devices running EtherEvent without having to deal with the broker/topic/subscribe/publish thing. Along the way I learned a lot and it works well for my needs, however, the pubsubclient library is more lightweight and the MQTT protocol has many advantages.
Per