You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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).
The text was updated successfully, but these errors were encountered:
@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.
@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).
The text was updated successfully, but these errors were encountered: