gotthardp / lorawan-server

Compact server for private LoRaWAN networks
https://gotthardp.github.io/lorawan-server
MIT License
955 stars 328 forks source link

Regulatory compliance not ensured #84

Open gotthardp opened 7 years ago

gotthardp commented 7 years ago

Right now we assume the devices are well-behaving. The server shall detect devices violating the duty-cycle and shall obey the rules as well.

pdl86 commented 6 years ago

Hi my two cents : good idea, but need to keep an option to de-activate this "compliance check"; on our side, Lorawan -server have three main interrests : a) build private network, starting small, and then if used in production in area submitted to standards, effectively lorawan compliance is a must b) build private network, starting small, but in area NOT submitted (yet) to standards, then compliance is not really needed ,but warning is interesting c)devollipn a solution, and then often , operating beyond standard , temporarly, is either interesting ( o establish operationnal limits) or needed ( for debug), in tha case "complaicen" check is either not inforced or resulting only in warning.

so thanks to envision wth an on/off option !

regards Philippe