timmbogner / Farm-Data-Relay-System

A system that uses ESP-NOW, LoRa, and other protocols to transport sensor data in remote areas without relying on WiFi.
MIT License
485 stars 108 forks source link

Two-way communications - take 2 #98

Closed timmbogner closed 1 year ago

timmbogner commented 1 year ago

With this update, fdrs_sensor.h is defunct and fdrs_node.h replaces it. If anyone has a term that they prefer to "node", please put forth suggestions. I think "client" is in the running, if anyone likes that.

I'm going to explain more in further postings, as some things might change soon. I want to do more than just the callback function on the receiving side. Maybe keeping track of received values in the background and using a get() function for the user to access the data.

All feedback is appreciated!