sengulhamza / esp32_lora_gateway

Lora Gateway - Master & Client
https://meplis.dev/lora_gw/
GNU General Public License v3.0
7 stars 5 forks source link

Can you write a detailed description of the overall workflow of the project? #5

Closed zhangyyhh closed 1 year ago

zhangyyhh commented 1 year ago

After reading the code, I don't quite understand the meaning of gateway,Can you write a detailed description of the overall workflow of the project?

sengulhamza commented 1 year ago

Hi @zhangyyhh , The roadmap looks like this: Lora layers and tasks have been written, but the gateway feature has not been added yet. I am planning to send lora data to MQTT broker as gateway. For this, first the connection layer, then the mqtt layer and data processing layer will be added. Rest api / web gui will also be added for the configuration of the whole device. MQTT broker side work continues and lora gateway - broker auth and data structure are added to broker. The next step is the OTA feature.

Thanks.

sengulhamza commented 1 year ago

@zhangyyhh Hi, wifi connection layer added into master.

sengulhamza commented 1 year ago

@zhangyyhh Hi,

MQTT manager and publish layer added into master.