best way to implement a IoT server on ESP32 ?
Posted: Tue May 01, 2018 5:15 pm
Hey there. First post and a little newby, so please show understanding.
I choose ESP32 to be the basis of my thesis : I want to build an IoT system that will be MONITORED and CONTROLLED by ESP32, which will SEND FEEDBACK and ACCEPT COMMANDS respectively from an Linux Apache MySQL PHP server.
So far I've implemented just a simple C server on my ESP32 that responses to telnet. And having done that, I am scared in the idea of building the whole server in C . Is there another language (maybe higher level) that is more suitable for my application and is supported by esp32?
What is the way to go here and what are my options ? Any recommendations?
thanks in advance !
I choose ESP32 to be the basis of my thesis : I want to build an IoT system that will be MONITORED and CONTROLLED by ESP32, which will SEND FEEDBACK and ACCEPT COMMANDS respectively from an Linux Apache MySQL PHP server.
So far I've implemented just a simple C server on my ESP32 that responses to telnet. And having done that, I am scared in the idea of building the whole server in C . Is there another language (maybe higher level) that is more suitable for my application and is supported by esp32?
What is the way to go here and what are my options ? Any recommendations?
thanks in advance !