SmingRTOS icon indicating copy to clipboard operation
SmingRTOS copied to clipboard

SmingRTOS status

Open hreintke opened this issue 9 years ago • 2 comments

@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 avatar Nov 27 '16 10:11 hreintke

@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 avatar Jan 10 '17 11:01 cvgaviao

@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 ?

hreintke avatar Jan 10 '17 17:01 hreintke