inre / rust-mq

RustMQ is the MQTT client written on pure Rust.
MIT License
190 stars 28 forks source link

Proxy? #12

Closed stephanbuys closed 8 years ago

stephanbuys commented 8 years ago

Hi, I'm a n00b at MQTT - does it support http_proxy to allow events to be sent out from inside enterprises?

inre commented 8 years ago

Hello, The MQTT client is working over TCP. it doesn't support WebSockets (through HTTP) in the current version.

stephanbuys commented 8 years ago

Is it in the spec, is it something we could possibly add or sponsor to add? I'm looking for a reliable (secure) way to transport events from all sorts of environments.

inre commented 8 years ago

Why do you need rust implementation? A lot of languages have the MQTT clients over WebSockets and so on. I have a plan to implement MQTT over WebSockets in future.