Integrate LoRa (App) Server APIs with Java application

Hi all,

We are installing your bridge , lara server and mqtt in our gateway now we need intermediate application for communication between our Head end system to your Lora server.

How do i communicate your lora server using java code?

How to send Bidirectional Command to your server using java code?

You can use the RESTful APIs like you would use with any other external APIs or you could use gRPC (which exposes the same methods). For gRPC and Java, see this introduction: https://grpc.io/docs/quickstart/java.html.