Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SmingRTOS status #150

Open
hreintke opened this issue Nov 27, 2016 · 2 comments
Open

SmingRTOS status #150

hreintke opened this issue Nov 27, 2016 · 2 comments
Labels

Comments

@hreintke
Copy link
Collaborator

@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).

@cvgaviao
Copy link

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

@hreintke
Copy link
Collaborator Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants