From 77ead5c0ee837a825768b6d75dd109f2461ff046 Mon Sep 17 00:00:00 2001 From: Timm Bogner <64260873+timmbogner@users.noreply.github.com> Date: Sun, 12 Jun 2022 23:56:33 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fbdb99f..4ad3524 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ Using an assigned MAC address scheme allows for the whole system to be configure Sensors gather data and send it to a gateway via ESP-NOW or LoRa. ### [Gateways](https://github.com/timmbogner/Farm-Data-Relay-System/tree/main/FDRS_Gateway2000) -Gateways are programmed to receive data over a variety of protocols and pass it on to other devices using the same or different protocols. - +Gateways listen for packets over ESP-NOW, UART, LoRa, and/or MQTT, then retransmit the packets using one or more of the same interfaces. + ### Front-end The Node-RED front-end can be set up with these nodes to format and send the data to InfluxDB: ```