Skip to content

Releases: cablelabs/lpwanserver

CSV import for IP devices

25 Jun 16:09
c73a7ae
Compare
Choose a tag to compare

IP-based devices can now be imported from a CSV file

IP Device Support

21 Jun 21:42
Compare
Choose a tag to compare

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.

Initial LPWan Demo

11 Oct 18:35
d73b2fc
Compare
Choose a tag to compare
Initial LPWan Demo Pre-release
Pre-release

Demo Release that supports Lora Server V1, V2 and TTN Demo.