DrBomb

Results 5 issues of 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. ![capture](https://cloud.githubusercontent.com/assets/6021771/9895439/71d4eb5a-5bf9-11e5-9607-f270c20724c6.PNG)

# 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...