Walter A. Boring IV
Walter A. Boring IV
You mentioned aprsd listening to RF. There are 2 ways to do that, via a TCPKISS connection or a SerialKISS connection. The other options is if aprsd has internet access,...
If there is an igate within listening distance of your radio, yes APRSD will get the message and respond to it accordingly Like I said before, the callsign configured in...
No. It's exactly what the comment says. ``` # The Ham callsign to allow access to the query plugin from RF. ``` The query plugin allowed the admin/owner of the...
want to be able to enable/disable a particular shard's backend to add ```image_volume_cache_enabled = True``` to it's config stanza. This will allow us to enable disable caching on individual backends...
hey guys, I just pushed a patch to master to fix this. thanks for the heads up. ffa28fa28adc60375ec0ca03f730fc321f09bfc6
Fix released in 3.4.1
I believe it's an issue with not being able to connect to the aprsd admin ui, which you probably don't have running. I will suppress those logs for that situation.
As a workaround you can disable the web admin ui in the config file by setting... ``` [admin] # # From aprsd.conf # # Enable the Admin Web Interface (boolean...
ok I haven't used that plugin in a while. If you find any issues let me know and I can try to address them.
It looks like the entire API for telegram has changed since I wrote the initial plugin. I'm working on reworking the code to work with the new API.