A simple MQTT Websocket client written in Java using Netty.
Stars
5
Forks
1
Watchers
5
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
20
commits
Added additional logging, ACK responses to MQTT server messages and Asynch mode so processing continues once a connection is established.
b75b720View on GitHubHandle SubAck, document requirement for QOS1 in subscribe messages.
4223442View on GitHubMerge branch 'main' of https://github.com/oreillymj/netty-mqtt-websocket-client
4bf1d30View on GitHubReverse logic in IF/ELSE to make it clearer the response we expect.
6e10697View on GitHubReverse logic in IF/ELSE to make it cealrer the respnse we expect.
4b4bb56View on GitHubAdded user authentication support, shutdown if auth fails.
550efd8View on GitHubAdded Docker file to start a local Mosquitto instance supportting Websockets on port 9001
cb0c8c8View on GitHub