Yes, exactly.
My goal is to make Espruino to act as a minimalistic web service that responds to HTTP rrquest with the analog sensor values as Json. Since DHCP is needed in order to avoid hard coding the IP, the bonjour is needed on the client side to find the sercvice ip. Because the device would be headless (no screen or other means to set config), in this way any need to pre-config could be avoided - just plug and play assuming there is DHCP service in the network.
Hmm. That would work with Ethernet but WiFi requires still SSID and pw to connect.. Could that be avoided somehow too?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Yes, exactly.
My goal is to make Espruino to act as a minimalistic web service that responds to HTTP rrquest with the analog sensor values as Json. Since DHCP is needed in order to avoid hard coding the IP, the bonjour is needed on the client side to find the sercvice ip. Because the device would be headless (no screen or other means to set config), in this way any need to pre-config could be avoided - just plug and play assuming there is DHCP service in the network.
Hmm. That would work with Ethernet but WiFi requires still SSID and pw to connect.. Could that be avoided somehow too?