DrBomb
DrBomb
Arduino uIP is a drop-in library for boards based on the ENC28J60. It has the same API as the ethernet.h. Ethernet example worked flawlessly after adding. Will continue testing. 
# Issue If you make a call to `mgos_settimeofday` after setting a timer with the `MGOS_TIMER_RUN_NOW` flag, the timer gets a negative `next_invocation` value, breaking all the timers in the...
**Platform: ESP32 with multiple network interfaces. Wifi, Eth and PPPoS together.** MongooseOS handles nameservers on an odd way. The NET event handler installed by [mgos_net.c](https://github.com/cesanta/mongoose-os/blob/master/src/mgos_net.c) takes care of setting the...
Leaving this here as a proposal. I might come around to start doing it but I think starting this conversation is good to have a good final result. I've been...
Using RPC over MQTT. When the MQTT broker closes connection for any reason. The mos tool reports a `Lost conection to MQTT broker: EOF` but stays waiting for a response...