SmingRTOS status
@all : Seeing the recent deviations between SimgNONOS and SminRTOS I do not feel it is feasible to keep them in sync. Because of that, I will stop supporting/adding functionality to the SmingRTOS repository. For my applications I started the migration to Arduino-ESP8266 with AsyncTCP/AsyncWebServer. That provides a similar async network framework as Sming and a common codebase for my applications on ESP8266 & ESP32 (using Arduino-ESP32).
@hreintke, are you migrating your apps to Arduino-ESP8266, but you have to start to use looping approach or there is an option to also use event callbacks ?
@cvgaviao : Not all is (yet) event callback based but a lot of functions already provide std::functions/std::bind callback. For web : AsyncWebserver is fully event/callback based.
Any specific callback you are looking for ?