lorabasics / basicstation

LoRa Basics™ Station - The LoRaWAN Gateway Software
https://doc.sm.tc/station
Other
340 stars 178 forks source link

Class B beacon related logs are not showing #179

Open soorajm13 opened 1 year ago

soorajm13 commented 1 year ago

I am using basicstation 2.0.6 with sx1302 concentrator for EU865 region and v4-chirpstatck docker as my LNS. I have made the following modifications in the station.conf file to enable class b beacons.

"pps" : true under SX1302_conf and "pps" : gps, "gps" : "/dev/ttyACM0", "BEACON_INTVL": "128s" under station_conf

I cound not see any logs related to class b beacons in the basicstation logs and my LNS router_config response does not have the “bcning” field. Is there any other configuration that I need to modify in the basicstation files?

reissjason commented 1 year ago

May want to see this closed issue. https://github.com/lorabasics/basicstation/issues/129

If the LNS does not provide "bcning" it can be configured in the station .conf

https://lora-developers.semtech.com/build/software/lora-basics/lora-basics-for-gateways/?url=tcproto.html

The bcning field is either None or a BCNCONF object with the following layout:

{ "DR" : INT "layout": [INT,INT,INT] "freqs": [ INT, .. ] }