The Things Network Data SDK


License

License

MIT License
Categories

Categories

Data Net
GroupId

GroupId

org.thethingsnetwork
ArtifactId

ArtifactId

data
Last Version

Last Version

2.1.3
Release Date

Release Date

Type

Type

pom
Description

Description

The Things Network Data SDK
The Things Network Data SDK

Download data

Filename Size
data-2.1.3.pom 762 bytes
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • data-mqtt
  • data-amqp
  • data-common

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
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0