The most basic way to integrate your application with The Things Network is to use standard protocol libraries to connect directly to The Things Network’s Handler APIs:
Data API #
The Data API allow you to receive events and messages from devices as well as send messages to devices.
You can work with the Data API using SDKs or directly through MQTT.
Application Manager API #
The Application Manager API lets you manage applications, gateways and devices.
You can work with the Application Manager API using SDKs or directly through HTTP.