mles-rs icon indicating copy to clipboard operation
mles-rs copied to clipboard

Distributed publish-subscribe data service and Mles protocol reference implementation on Rust, Warp and Serde

Results 10 mles-rs issues
Sort by recently updated
recently updated
newest added

Add optional TLS support for session to the reference implementations.

enhancement
help wanted
requirement

Update to Tokio 1.0

enhancement
help wanted

Add load-balancing/protection support with configurable peer-CID. Update specs accordingly first.

enhancement
help wanted
requirement

I'm currently using MQTT client (implemented in Rust) to push data through to server. We're using cloud solutions as MQTT server which works fine, however I'm looking for a light...

enhancement
help wanted

Move command line handling from custom to use clap.

enhancement
help wanted

Limit CID connection drop per channel. This would allow to use the same CID on different channels and increased scalability.

help wanted

An unused channel should be completely removed after a configurable time period e.g. one week.

enhancement
help wanted

Add support for async/await when released on stable.

enhancement

Add peering support to Mles v2 similar to Mles v1: * Peer address config via CLI * Send history to connecting clients when peer not connected/down

requirement
feature

Add authentication support for Mles v2 with optional JSON auth field. Use MLES_KEY environment variable similar to Mles v1.

requirement
feature