-
Notifications
You must be signed in to change notification settings - Fork 0
Description
So we need to make a LoraAdapter that has a LoaraAccessPoint this LoraAccessPoint knows how to connect to the gateway, so it has the right config to connect to the gateway it has a channel or an address The GenerateChannels function should create one channel for each endpoint LoraChannel The LoraChannel in the TransportBuilder should ask the LoraAccessPoint to connect to the gateway.
We need to make this chain for now.
I think.
Connecting to the gateway is like connecting to Wi-Fi. Nikolai described it there that is, the Lora module starts listening for special packets on the channel that the gateway should broadcast on this packet contains parameters that allow you to send something to the gateway the module waits for the right moment and sends the first message to the gateway the gateway now knows the client.