Wiebe Cazemier
Wiebe Cazemier
Going to the WebGUI doesn't really make it clear for me what's going on or what my choices are:  What are those colored labels? What are my choices and...
> Hi @halfgaar, some findings still have not been reported in #103, so I have submitted this issue and apologize for any inconvenience caused. No apologies necessary. I just didn't...
I addressed most of the issues in this branch: https://github.com/halfgaar/FlashMQ/tree/more-protocol-fixes It's not final yet. Currently, two are in an undecided state: * Sending `PINGRESP` even when it's a client/bridge. It...
> > > According to the specification of [MQTTv5.0](https://docs.oasis-open.org/mqtt/mqtt/v5.0/os/mqtt-v5.0-os.html): > > > > > > > > > > > > > > […] > > > > > >...
I had forgotten one mqtt5 property to check for 'more than once'. I fixed that. It's been pushed to master. A new release with this included will be made soon....
For both issues, it would probably require integration with some kind of storage specific software, like something SQL based (Sqlite maybe). And then in such a way so that it's...
Great addition :+1: I would like the `.deb` to install this globally. Step one is easy: ```diff diff --git a/CMakeLists.txt b/CMakeLists.txt index a1e7d49..0cad90f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,6...
Note, @bigsmoke added a feature recently, now merged in master, which adds a listen and bridge option `tcp_nodelay` (two options). Because you prefixed stuff with `listen__`, that may need updating....
I can see why you would want it. I'd have to spend some time looking at how complex it would be to make, and what the performance implications are (I...
I did some checking for feasibility. One question pops to mind: if there is authentication in place, do you expect that to happen before or after the mangling? Let's say...