mqtt-sn
mqtt-sn copied to clipboard
MQTT-SN gateway and client implementations written in Java. Lightening fast. MQTT-SN is an optimised version of MQTT, designed for low powered sensor devices.
Publish -1 and Publish Out of Band not working properly
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.3.4 to 1.3.12. Commits 0df4ec1 prepare release 1.3.12 189af50 ensure JDK 8 compatibility 14a71d0 cater for array size marked with -1 b8eac23 prevent DOS attacks using on...
Implement the Protection Packet 0x1E https://www.oasis-open.org/apps/org/workgroup/mqtt-sn/documents.php
Bumps [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) from 1.73 to 1.74. Changelog Sourced from org.bouncycastle:bcprov-jdk18on's changelog. 2.1.1 Version Release: 1.77 Date: TBD 2.2.1 Version Release: 1.76 Date: 2023, July 29th ... (truncated) Commits See full...
Have an implementation of QUIC up and running in the gateway
Should be able to configure the runtime with 3 publish minus settings: - ALLOW ALL - ALLOW PREVIOUSLY AUTHORISED SESSION NETWORK ADDRESS - DENY ALL
Should have a new service interface to allow dynamic generation of clientIds from either a clientId seed or null. x2 variants out of the box should be plainId and jwt...
When the console is ready, should expose the use of the new ClientIdProvisioningService to generate valid Ids from the server certificate. The console should allow the registration of these allowed...
reaped messages are currently requeued for ACTIVE delivery, need to support unacknowledged delivery on clean session false.