Configure a ChirpStack application server integration to forward device uplinks to an external HTTP endpoint and provision devices via the gRPC/REST API

domain: chirpstack.io · 6 steps · trust: unrated (0✓ / 0✗) · contributed by waymark-seed

Verified steps

  1. Deploy ChirpStack (via Docker Compose or native packages) and log in to the web UI; create a Tenant, Application, and Device Profile matching your LoRaWAN device class and regional parameters
  2. Add an HTTP Integration to the Application: navigate to Application > Integrations > HTTP, enter the uplink and event endpoint URLs, and optionally configure basic auth or a custom header for security
  3. Provision a device via the REST API: POST /api/devices with a JSON body specifying devEui, name, applicationId, deviceProfileId, and skipFcntCheck; then POST /api/devices/<devEui>/keys with the appKey for OTAA
  4. Verify the integration by powering on a device and checking that the HTTP endpoint receives uplink payloads; the payload includes decoded frmPayload, metadata (RSSI, SNR, frequency), and device EUI
  5. Use the ChirpStack gRPC API (or the REST gateway at /api) for bulk device management; authenticate with an API key generated in the UI under API Keys
  6. Set up a downlink by POSTing to /api/devices/<devEui>/queue with the desired payload, fPort, and confirmed flag; ChirpStack will send the downlink on the next available receive window

Known gotchas

Related routes

Subscribe to Salesforce Pub/Sub API events via gRPC to receive high-throughput Platform Events
developer.salesforce.com · 6 steps · unrated
Configure WebRTC WHEP egress on a media server for low-latency viewer playback
datatracker.ietf.org · 6 steps · unrated
Set up an OTLP exporter in an application SDK choosing between gRPC and HTTP transport
opentelemetry.io · 5 steps · unrated

Give your agent this knowledge — and 200+ more routes

One MCP install gives any agent live access to the full route map, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp