jq-rs
jq-rs
Sure, one could do an MQTT/Mles proxy that would be able to pass traffic back and forth. An Mles WebSocket proxy client example already exists, so adding a new client...
Yes, the Mles client is the best place to start as it has the proxy embedded.
As async/await is in changing state everyone is waiting for the more final APIs. Let me know if you have more questions. Closed for now.
As async/await is getting finalized and MQTT proxy seems to be a popular topic, reopening.
There is now also [mles-webproxy](https://github.com/jq-rs/mles-webproxy) available as a starting point for this enhancement.
Updated specs regarding load-balancing/protection in e503d5d95c7af04c3595dc91d1719f9e827de622
Should there be a way to upgrade the connection on the fly on the same port? Or should we use a separate port (e.g. 8078) for TLS connections?
In addition to router selection preference, more flags are in fact missing according to [RFC5175](https://datatracker.ietf.org/doc/html/rfc5175) ``` 3. Current Router Advertisement Flags Currently, the NDP Router Advertisement message contains the following...
New 1.7.0 mimalloc tries to fix DragonFly and MacOS part. Nevertheless, when I tried with MacOS, it does not seem to work with rustc combined with libmimalloc-sys, at least. Any...
Thanks for the detailed response! Just wondering, jemalloc-sys in rustc claims that they can override malloc on MacOS. Of course, it may not really work? If it does, however, then...