cy99 / andromeda

MQTT broker in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tests

git clone https://github.com/local-group/andromeda.git
cd andromeda/broker

# Self included tests
cargo test

# Tests from eclipse
cargo run
git clone https://github.com/eclipse/paho.mqtt.python.git
cd paho.mqtt.python/interoperability
python3 client_test.py -z -p 8883

About

MQTT broker in Rust

License:Apache License 2.0


Languages

Language:Rust 99.0%Language:Python 1.0%