sage_broker 0.3.0

MQTT 5.0 broker
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Sage Broker

**At the moment, this is a toy project. Feel free to use it but don't consider it fully functionnal until version 1.0.0.**

Sage Broker is a command line MQTT broker over tcp using `sage_mqtt`.
The project makes heavy use of _async/.await_ and supports `async_std`

The see the current support of MQTT 5, see the `mqtt5.todo.md` file in the
repository.