chirpstack-packet-multiplexer
chirpstack-packet-multiplexer copied to clipboard
Wildcard/automatic gateway detection
Can it have some gateway ID wildcard/regexp? Or are there some other criteria we can match on? (frequency/channel perhaps) Do we need to restart the service to reload the configuration or can we send some signal?
I do not plan to support freq. / channel filters but I could see an option to forward for all gateway IDs for a given backend useful. Would you be interested in creating a pull-request?
Yes, you do need to restart the service in order to apply configuration changes.
I have to go learn Go first :) I had a small look and probably if I want to implement all my thoughts, I would need to rewrite some structures to dynamically add the gateway IDs. For now, quite busy with other things too.