Gateway compatibility

Hi,

Can some one give me some gateway V2 part numbers / Mnfg compatible with LoRa Server ?
I would like to test LoRa Geo Server capability and I don’t know where and how to start.

Want is the procedure to get the key to decode fine timestamp ?

Thanks,

Nop Micro

You need to contact the gateway vendor to obtain the keys :slight_smile: One gateway which I have tested is the Kerlink iBTS, see also https://www.loraserver.io/lora-gateway-bridge/gateway/kerlink/.

Dear,

I have in fact the iBTS AES keys provided by Kerlink.

Some more info on :

My concern is the following. I am not using the chirpstack-gateway-bridge.ipk module running into the iBTS, but the one premise on my server (in other words iBTS send data over UDP to the server).
Are both chirpstack-gateway-bridge software (the one for iBTS and the one on the server) identicals ?

Thanks for your support,

Nop

Yes, the binary that you can install on the gateway is equal to the one that you can install on your server / VM.

Hi all,

Still unable to decode finetimesamp using AES on Chripstack.
Can some one confirm that the finetimestamp may be displayed in the “Live LoRa Frame” ?
The only fields I can have are the folloging:

 "fineTimestampType": "ENCRYPTED",
                    "encryptedFineTimestamp": {
                        "aesKeyIndex": 0,
                        "encryptedNS": "1DPLI6PqXe7gkPBJDe1OYA==",
                        "fpgaID": null
                    }, 

fpgaID is set to null, but the FPGA ID fileld has been set in the Gateway "Board #0 configuration ".

Thanks for any support,

Nop