Dustin Sallings
Dustin Sallings
Hi, this looks like a pretty good design. I found it from an earlier revision at OSHPark, but the links to the latest don't seem to be working. Do you...
This implements most of the important parts of MQTT v5 from a client's perspective. There are lots of things that can be done for completeness, but this does provide a...
In generating connect requests, I found that intentionally specifying an empty string as a username is interpreted as no username, so the field is omitted altogether. AFAICT, an empty username...
I was sending an invalid subscription topic from my client to see the suback response with subscription errors and got disconnected. I noticed this initially with mosquitto and then tried...
#### What did I do Subscribed to topics with an alias limit set to request the broker to alias messages to the same topic. This does require a broker that...
The build is a little tedious in that I have a manually writen .rel that's erlang distribution specific. There are better ways.
With the `Token` interface in stdlib, I've almost been able to completely rid myself of my copy of the upstream `encoding/json` (with bits exported). The results are looking pretty good...
This is what I couldn't find when I wanted to do the subscribe stuff. http://tools.ietf.org/html/draft-ietf-core-observe-05
I'm not exactly sure what the problem is here, but this is what it looks like. I think it doesn't like my DB or something. dustinnmb:~ 1039% audit_couchdb http://single.couchbase.net/wikipedia2012 /Users/dustin/node_modules/audit_couchdb/node_modules/probe_couchdb/couch.js:26...
I've got an application that I'd written using gmq that consistently failed to connect to my MQTT server. I had been subscribed to a couple of topics (wildcarded) at `QoS2`...