craigerl / aprsd

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

Enable multiple replies for plugins #68

Closed hemna closed 2 years ago

hemna commented 2 years ago

This patch adds the ability for plugins to send multiple messages back in response to a command/message. The plugin simple needs to return a list of messages (Strings). Each string in that list will result in a separate message being sent back to the originator of the message.