Release v1.2 with support for 3GPP devices

LPWAN Server now supports any IP-based device, including 3GPP devices.

How it works

A devEUI is required for adding an IP-based device. Authentication happens via TLS and client certificates on the devices. The certificate subject CN must be the device’s devEUI. There are new endpoints for IP device messaging in the REST documentation.

  • /api/ip-device-uplinks - send an uplink from an IP device to the application server
  • /api/devices/:id/downlinks - send a downlink to any device
  • /api/ip-device-downlinks - get downlinks for an IP device. This endpoint supports long-polling.
2 Likes