The Things Network AMQP Client


Лицензия

Лицензия

MIT License
Категории

Категории

Данные Сеть
Группа

Группа

org.thethingsnetwork
Идентификатор

Идентификатор

data-amqp
Последняя версия

Последняя версия

2.1.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

The Things Network AMQP Client
The Things Network AMQP Client

Скачать data-amqp

Как подключить последнюю версию

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.rabbitmq : amqp-client jar 4.1.0
org.thethingsnetwork : data-common jar 2.1.3

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0