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.

EtherEvent Arduino library for Network Event Sender/Receiver

If you have a question or need help, this is the place to be.
Post Reply
pearbear
Experienced User
Posts: 150
Joined: Mon Apr 02, 2012 10:28 pm
Contact:

EtherEvent Arduino library for Network Event Sender/Receiver

Post by pearbear »

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.

The download, documentation, and examples are available here:
https://github.com/per1234/EtherEvent

I have also written an outgoing event queue library for EtherEvent:
https://github.com/per1234/EtherEventQueue

Changelog:

2015-08-26 v0.2.0
  • Unauthenticated option
  • Support for long payloads
  • Support for TCPEvents custom event prefix
Last edited by pearbear on Wed Aug 26, 2015 6:32 pm, edited 1 time in total.
krambriw
Plugin Developer
Posts: 2570
Joined: Sat Jun 30, 2007 2:51 pm
Location: Stockholm, Sweden
Contact:

Re: EtherEvent Arduino library for Network Event Sender/Rece

Post by krambriw »

Very good and thank you for your contribution!

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)

Kind regards,
Walter
pearbear
Experienced User
Posts: 150
Joined: Mon Apr 02, 2012 10:28 pm
Contact:

Re: EtherEvent Arduino library for Network Event Sender/Rece

Post by pearbear »

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
Post Reply