Internal LNS API

Hi!
Does anyone know if the internal LNS running on this gateway has any kind of API?
We want to register devices with a software that’s running in the same gateway.

Thanks in advance!

Hi,
If you use Raspberry gateway with buildin LNS, you can view the chirpstack document API - ChirpStack open-source LoRaWAN<sup>®</sup> Network Server.
There are two kinds of API, gRPC and RESTful JSON interface. If you want to read RESTful JSON interface. You just need to access http://yourGatewayIP:8080/api

For RAK7249, there are no API for user, yet.

Thanks @taylor
We want to implement a remote management of the local LNS for RAK7249 Gateways. We could use a CLI instead of an API but I guess we will have to wait. Using a Raspberry Pi based gateway is not suitable for a large scale production deploy.

Thanks again!