The Things Network Account SDK

The Things Network Account API Client

License

License

MIT License
Categories

Categories

Net
GroupId

GroupId

org.thethingsnetwork
ArtifactId

ArtifactId

account
Last Version

Last Version

2.1.3
Release Date

Release Date

Type

Type

jar
Description

Description

The Things Network Account SDK
The Things Network Account API Client

Download account

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
io.reactivex : rxjava jar 1.2.9
com.fasterxml.jackson.core : jackson-databind jar 2.8.7
com.squareup.okhttp3 : okhttp jar 3.6.0

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