Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 531 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 531 Bytes

Examples

  • JsonPub: A simple example demonstrating periodic JSON publications (with a non-blocking loop()); requires ArduinoJson library.
  • Pub_Sub: An example of publish application with the Redis library.
  • Simple: Open the connection, set and get a key then close the connection.
  • Subscribe: An example demonstrating subscription(s) to PubSub channels.
  • SubscribeNonBlocking: An example demonstrating subscription(s) to PubSub channels in the same manner as Subscribe but using the non-blocking functionality.