is not current version
Last Version 2.2.16

com.envisioniot:enos-mqtt 2.2.2

0.0.3-SNAPSHOT remove command DeleteDeviceCommand DisableDeviceCommand use these command instead: SubDeviceDelete, SubDeviceDisable SubDeviceEnable commands remove RrpcCommand, the ServiceInvocationCommand handle the sync service as well add requests including : QueryDeviceTag,AttributeQuery,AttributeUpdate 0.0.4-SNAPSHOT rename some requests 2.1.0 release 2.1.1-SNAPSHOT support dynamic activate(login by productSecret) support init by config file 2.1.2-SNAPSHOT support ota feature 2.1.2 release 2.1.3 message integration 2.1.4-SNAPSHOT internal logic refactor, fix thread pool resource leak 2.1.5-SNAPSHOT support device name internationalization for device registering 2.1.6-SNAPSHOT fix potential hanging bug during re-connect in paho 2.1.7-SNAPSHOT batch login sub-device 2.1.8 support composite jks 2.2.0-SNAPSHOT seperate the common part (message parsing etc.) into independent project 2.2.1-SNAPSHOT add file check in mqtt request (file is not supported yet) 2.2.2-SNAPSHOT upgrade to paho mqtt 1.2.1 due to security check

GroupId

GroupId

com.envisioniot
ArtifactId

ArtifactId

enos-mqtt
Version

Version

2.2.2
Type

Type

jar

Download enos-mqtt 2.2.2


<!-- https://jarcasting.com/artifacts/com.envisioniot/enos-mqtt/ -->
<dependency>
    <groupId>com.envisioniot</groupId>
    <artifactId>enos-mqtt</artifactId>
    <version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.envisioniot/enos-mqtt/
implementation 'com.envisioniot:enos-mqtt:2.2.2'
// https://jarcasting.com/artifacts/com.envisioniot/enos-mqtt/
implementation ("com.envisioniot:enos-mqtt:2.2.2")
'com.envisioniot:enos-mqtt:jar:2.2.2'
<dependency org="com.envisioniot" name="enos-mqtt" rev="2.2.2">
  <artifact name="enos-mqtt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.envisioniot', module='enos-mqtt', version='2.2.2')
)
libraryDependencies += "com.envisioniot" % "enos-mqtt" % "2.2.2"
[com.envisioniot/enos-mqtt "2.2.2"]