Hello everyone,
I have setup of 2 Rak7248 Running ChirpStack OS with Mesh Service enabled; one acting as Border Gateway and the other as Relay Gateway.
In the Relay, I want to generate and publish/send a LoRaWAN packet and receive it in the Border Gateway.
Think of it as simulationg a LoraWAN device in the Relay it self.
Why? I want to be able to send custom payloads to a server I will be connecting to the Border Gateway.
Thank
Not sure if Brocaar added the refactored mesh heartbeat that you can adjust the payload to, but if not this is the general steps that would be necessary.
It would be messy, especially to have them uplink through Chirpstack and appear in the UI. Although I’m sure it is possible, for example there is a LoRaWAN simulator out there to perform stress tests on your network, it creates “fake” Lorawan uplinks from different gateways, I believe it works by sending UDP packets to your gateway bridge that mimic real gateway uplinks.
The extra layer of complexity here is that you want to use the gateway mesh, which typically proxies traffic directly to/from…
Thank you for letting me know.
I will try and reply to you