All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download all versions of enos-mqtt JAR files with all dependencies

Search JAR files by class name

enos-mqtt from group com.envisioniot (version 2.4.0)

EnOS Device SDK For Java (MQTT)

Group: com.envisioniot Artifact: enos-mqtt
Show documentation Show source 
 

0 downloads
Artifact enos-mqtt
Group com.envisioniot
Version 2.4.0
Last update 20. December 2022
Tags: enos java mqtt device
Organization not specified
URL https://github.com/EnvisionIot/enos-device-sdk-java
License not specified
Dependencies amount 4
Dependencies enos-core, org.eclipse.paho.client.mqttv3, lz4-java, lzo-core,
There are maybe transitive dependencies!

enos-mqtt from group com.envisioniot (version 2.2.16)

EnOS Device SDK For Java (MQTT)

Group: com.envisioniot Artifact: enos-mqtt
Show documentation Show source 
 

0 downloads
Artifact enos-mqtt
Group com.envisioniot
Version 2.2.16
Last update 14. April 2022
Tags: enos java mqtt device
Organization not specified
URL https://github.com/EnvisionIot/enos-device-sdk-java
License not specified
Dependencies amount 4
Dependencies enos-core, org.eclipse.paho.client.mqttv3, lz4-java, lzo-core,
There are maybe transitive dependencies!

enos-mqtt from group com.envisioniot (version 2.2.15)

EnOS Device SDK For Java (MQTT)

Group: com.envisioniot Artifact: enos-mqtt
Show documentation Show source 
 

0 downloads
Artifact enos-mqtt
Group com.envisioniot
Version 2.2.15
Last update 04. March 2021
Tags: enos mqtt device java
Organization not specified
URL https://github.com/EnvisionIot/enos-device-sdk-java
License not specified
Dependencies amount 4
Dependencies enos-core, org.eclipse.paho.client.mqttv3, lz4-java, lzo-core,
There are maybe transitive dependencies!

enos-mqtt from group com.envisioniot (version 2.2.13)

EnOS Device SDK For Java (MQTT)

Group: com.envisioniot Artifact: enos-mqtt
Show documentation Show source 
 

0 downloads
Artifact enos-mqtt
Group com.envisioniot
Version 2.2.13
Last update 10. December 2020
Tags: enos mqtt device java
Organization not specified
URL https://github.com/EnvisionIot/enos-device-sdk-java
License not specified
Dependencies amount 4
Dependencies enos-core, org.eclipse.paho.client.mqttv3, lz4-java, lzo-core,
There are maybe transitive dependencies!

enos-mqtt from group com.envisioniot (version 2.2.10)

EnOS Device SDK For Java (MQTT)

Group: com.envisioniot Artifact: enos-mqtt
Show documentation Show source 
 

0 downloads
Artifact enos-mqtt
Group com.envisioniot
Version 2.2.10
Last update 06. October 2020
Tags: enos mqtt device java
Organization not specified
URL https://github.com/EnvisionIot/enos-device-sdk-java
License not specified
Dependencies amount 4
Dependencies enos-core, org.eclipse.paho.client.mqttv3, lz4-java, lzo-core,
There are maybe transitive dependencies!

enos-mqtt from group com.envisioniot (version 2.2.9)

EnOS Device SDK For Java (MQTT)

Group: com.envisioniot Artifact: enos-mqtt
Show documentation Show source 
 

0 downloads
Artifact enos-mqtt
Group com.envisioniot
Version 2.2.9
Last update 22. July 2020
Tags: enos mqtt device java
Organization not specified
URL https://github.com/EnvisionIot/enos-device-sdk-java
License not specified
Dependencies amount 2
Dependencies enos-core, org.eclipse.paho.client.mqttv3,
There are maybe transitive dependencies!

enos-mqtt from group com.envisioniot (version 2.2.7)

EnOS Device SDK For Java (MQTT)

Group: com.envisioniot Artifact: enos-mqtt
Show documentation Show source 
 

0 downloads
Artifact enos-mqtt
Group com.envisioniot
Version 2.2.7
Last update 17. May 2020
Tags: enos mqtt device java
Organization not specified
URL https://github.com/EnvisionIot/enos-device-sdk-java
License not specified
Dependencies amount 2
Dependencies enos-core, org.eclipse.paho.client.mqttv3,
There are maybe transitive dependencies!

enos-mqtt from group com.envisioniot (version 2.2.6)

EnOS Device SDK For Java (MQTT)

Group: com.envisioniot Artifact: enos-mqtt
Show documentation Show source 
 

0 downloads
Artifact enos-mqtt
Group com.envisioniot
Version 2.2.6
Last update 07. May 2020
Tags: enos mqtt device java
Organization not specified
URL https://github.com/EnvisionIot/enos-device-sdk-java
License not specified
Dependencies amount 2
Dependencies enos-core, org.eclipse.paho.client.mqttv3,
There are maybe transitive dependencies!

enos-mqtt from group com.envisioniot (version 2.2.3)

0.0.3 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 rename some requests 2.1.0 release 2.1.1 support dynamic activate(login by productSecret) support init by config file 2.1.2 support ota feature 2.1.3 message integration 2.1.4 internal logic refactor, fix thread pool resource leak 2.1.5 support device name internationalization for device registering 2.1.6 fix potential hanging bug during re-connect in paho 2.1.7 batch login sub-device 2.1.8 support composite jks 2.2.0 seperate the common part (message parsing etc.) into independent project 2.2.1 add file check in mqtt request (file is not supported yet) 2.2.2 upgrade to paho mqtt 1.2.1 due to security check 2.2.3 solve decoder initialization defect in SpringBoot application, solve the problem of checking sans by default due to paho upgrade

Group: com.envisioniot Artifact: enos-mqtt
Show documentation Show source 
 

0 downloads

enos-mqtt from group com.envisioniot (version 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

Group: com.envisioniot Artifact: enos-mqtt
Show documentation Show source 
 

0 downloads



Page 1 from 2 (items total 16)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy