ninjasource / embedded-websocket

A rust websocket library for embedded systems (no_std)
Apache License 2.0
98 stars 28 forks source link

Add async support #13

Open stevefan1999-personal opened 2 years ago

stevefan1999-personal commented 2 years ago

hmm, speaking of the Read and Write support, embedded_io should actually worth to take a look. Even if it looks like there aren't AsyncRead and AsyncWrite yetThere are

elpiel commented 11 months ago

Any progress on this async support @ninjasource ?

PS: This create is amazing, thanks a lot! Will hopefully test it out soon.

ninjasource commented 11 months ago

Thanks @elpiel , I'll take a loot at async again. Been working on other stuff.

elpiel commented 11 months ago

I'm open in helping out with this effort as well. Can't wait to try out embedded websockets!

elpiel commented 9 months ago

embedded-hal and embedded-hal-async are now on version 1.0 :tada: https://docs.rs/embedded-hal-async/