The Things Network Java Client


License

License

MIT License
Categories

Categories

Java Languages Net
GroupId

GroupId

org.thethingsnetwork
ArtifactId

ArtifactId

java-app-lib
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

The Things Network Java Client
The Things Network Java Client
Project URL

Project URL

https://github.com/TheThingsNetwork/java-app-lib
Source Code Management

Source Code Management

https://github.com/TheThingsNetwork/java-app-lib

Download java-app-lib

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.eclipse.paho : org.eclipse.paho.client.mqttv3 jar 1.1.0
org.json : json jar 20160810

Project Modules

There are no modules declared in this project.

The Things Network Java SDK Build Status

⚠️ This SDK has been discontinued and will not be further supported.

For The Things Stack V3 based networks, use MQTT, HTTP or Pub/Sub integrations for streaming data, and gRPC and HTTP for application and device management. See The Things Stack documentation for more information.


This is the Java SDK for The Things Network to interact with The Things Network V2 backend.

Modules

  • Account - Interact with The Things Network account server
  • Management - Interact with The Things Network Handler via the API
  • Data AMQP - Subscribe to Things Network Handler to send/receive data via AMQP
  • Data MQTT - Subscribe to Things Network Handler to send/receive data via MQTT
  • Samples - Samples of how to use previous libraries

Documentation

org.thethingsnetwork

The Things Network

Versions

Version
1.0.0
0.2.0
0.1