Web interface with MTCDT-H5-210A
- This topic has 3 replies, 2 voices, and was last updated 8 years ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › Lora Network Server › Web interface with MTCDT-H5-210A
Hello, what is the best practice to build a web interface whick works locally that is to say without web connection, the web interface must be hosted in the conduit.
I think I can use node-red, maybe there is a tutorial that explains how to make a local web interface with node-red?
Thanks
I would use node.js application and skip node-red for your interface.
Python or c++ could also be used.
Skip node-red in spite of using LoRa function and MQTT function in node-red ?
Actually I would like convert then display the contain of packets loRa in a local web interface
For exemple display temperature of sensor so on…
The sample app at the bottom of this page can get lora packets from MQTT same as node-red does. Python and C++ also have mqtt libraries.