craigerl / aprsd

Amateur radio APRS daemon which listens for messages and responds. By KM6LYW.
Apache License 2.0
120 stars 19 forks source link

Reworked the notification threads and admin ui. #66

Closed hemna closed 2 years ago

hemna commented 2 years ago

This patch updates the notification thread to send all packets through the notification plugins. The plugins themselves need to do smart filter to not reply to every packet. This allows for more interesting plugins.

Also fixed an issue with the messages tab in the admin ui, not showing all of the recieved packets. The messages tab now also sees all the packets that aprsd recieves.