-
Notifications
You must be signed in to change notification settings - Fork 13
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
Replacing Akka IO with Akka Streams #5
Comments
+1 :-) Nice work by the way :-) On 24/01/16 05:36, Frédéric Cabestre wrote:
|
Thank you 😄. I try to do my best to reactivate (reanimate?) this pet project by the way. |
Also interested in this 👍 |
Hi @fcabestre , would be great. We, @grmpfhmbl and I @allixender, are using it experimentally in a research project, linking a Raspberry PI to an online/cloud MQTT link. This #Scala-MQTT-client is by far the most practical link we have seen so far. If you like, we can cite your software in a research article? @grmpfhmbl built a nice use case :-) If you think we could contribute, and be it only testing or some shared documentation or so, let us know. Cheers, |
Well, if you think it deserves it, I'll of course be happy 😄 |
* New flow to decode ```ByteStrings``` into ```Frames``` * Bumping many library versions * On the road again \o/
* New flow to encode Frames into ByteStrings
* New flow to encode Frames into ByteStrings
* Readme ans test cases adjustments
* New flow to decode ```ByteStrings``` into ```Frames``` * Bumping many library versions * On the road again \o/
* Readme and test cases adjustments
* Keeping in sync with branch master
In order to take advantage (at least) of back-pressuring for free, let's use Akka Streams instead of Akka IO.
The text was updated successfully, but these errors were encountered: