Commit Graph

8 Commits

Author SHA1 Message Date
Matous Hybl
482b7895e1
Make QOS and retain part of the publish API, add raw client, fix clippy warnings, update e-io version (#25) 2022-12-24 12:18:52 +01:00
Ulf Lilleengen
03546536b2
Use traits from embedded-io (#19)
* Use embedded-io and embedded-nal-async

Rather than rolling it's own trait implementations, make use of the
traits from embedded-io for connection read/write and embedded-nal-async
for connection close.

Remove NetworkConnectionFactory abstraction. If needed, the TcpClient
abstraction from e-n-a can be used.

* Remove unneeded tokio feature
2022-06-20 09:55:33 +02:00
Ondrej Babec
bf0bc29578
Remove drogue example 2022-04-28 14:27:09 +02:00
Ondrej Babec
d993457add
Rust MQTT 2022-03-12 15:56:37 +01:00
Ondrej Babec
3c00a7b81d
Add subscription to multiple topics 2022-03-04 15:32:11 +01:00
Ondrej Babec
57f0304d35
Clean warnings and delegate errors 2022-03-04 13:30:49 +01:00
Ondrej Babec
80c0e25eda
Add licences 2022-02-27 19:41:21 +01:00
Ondrej Babec
4eaa83bf1c
Error handling 2022-02-27 15:48:09 +01:00