Hi, there were some starting points for asynchronous sock merged since the last release. As with all features in this thread, since our release cycle is not feature-based, they are of course all more a nice-to-have, but it would be great to have the rest of this effort in, so this long awaited feature is a nicely wrapped up christmas present. There are currently 5 open PRs on that topic (in order of priority, highest to lowest):
- https://github.com/RIOT-OS/RIOT/pull/1292 A bug fix to make it compilable in the first place, so all the following PRs depend on it. - https://github.com/RIOT-OS/RIOT/pull/12602 event.h-based wrapper to get the asynchronous call in the application's context. - https://github.com/RIOT-OS/RIOT/pull/12975 select() implementation using `sock_async` - https://github.com/RIOT-OS/RIOT/pull/12907 sock_async backend implementation for tinydtls. Really, really just a nice-to-have, as the tinydtls port for sock is also quite new, so maybe let's wait with adding more features to that. - https://github.com/RIOT-OS/RIOT/pull/12601 msg.h-based wrapper to get the asynchronous call in the application's context -- NOT A MUST as it might not be needed Best regards, Martine On 28.11.19 09:59, Francois-Xavier Molina wrote: > |Dear RIOTers, The release dates for the upcoming release cycle are > fixed as follows: - 08.01.2020 - soft feature freeze, for high impact > features - 15.01.2020 - hard feature freeze, for all features - > 05.02.2020 - Release date Could you please send your suggestions for > features which you would like to see merged during this release cycle. > Best regards, and happy hacking! Francisco Molina| > > _______________________________________________ > devel mailing list > [email protected] > https://lists.riot-os.org/mailman/listinfo/devel _______________________________________________ users mailing list [email protected] https://lists.riot-os.org/mailman/listinfo/users
