Commit Graph

19 Commits

Author SHA1 Message Date
Hemna e74585f4e7 Update for aprsd 3.0.0
This patch adds the new conf settings for slack plugin
2023-01-10 14:10:46 -05:00
Hemna 8367cc8fd2 Updated regex for message plugin
This regex will match on
s
s foo
slack foo
2022-12-29 14:41:39 -05:00
Hemna 7c28bb9886 Removed import of aprsd.messaging 2022-12-29 12:14:20 -05:00
Hemna 3bfc0188c0 Fixed missing import for config 2022-12-29 10:58:22 -05:00
Hemna 63726e426e Update for APRSD 3.0.0 release.
This provides the new config options defined in the plugin code
itself.
2022-12-29 09:23:32 -05:00
Hemna b624055d06 Update for aprsd >= 2.7.0
the new aprsd changes the packets to a dataclass object, so access
to the attributes is different.
2022-12-20 17:12:20 -05:00
Hemna 0c63bc5fcf update for new aprsd 2021-10-06 15:58:34 -04:00
Hemna d4010d7868 fixed build issues 2021-10-06 15:58:34 -04:00
Hemna 8bc5afe1ed Updated to work with 2.0.0 2021-10-06 15:58:34 -04:00
Hemna 3ce8471cb0 Added new notification and location plugin
This is an update to support the new version of aprsd
2021-10-06 15:58:32 -04:00
Hemna 41468d5467 Fixed to work with utils_refactor 2021-10-06 15:55:53 -04:00
Hemna 0a1d2b3e0e Update for new plugin interface. Add Notify plugin
This patch adds the notify plugin to be used with the new
notification plugins interface for aprsd.  This sends a notification
to a slack channel when a HAM callsign is seen on the APRS-IS network
after a specified timeout/age.
2021-07-15 20:34:51 -04:00
Hemna d983e1a824 Added geo description in location.
Unfortunately, this currently only works in the US.  need a global
reverse geolocation service that provides an area description
"6 miles northeast of X"
2021-07-09 11:24:46 -04:00
Hemna fc15ffd6eb new updated location plugin 2021-06-17 13:25:00 -04:00
Hemna 488b83a157 Updated slack formatting 2021-06-15 17:28:35 -04:00
Hemna 36b2eff71c Added Makefile, pre-commit. Also update for 1.5.0
This patch Adds the Makefile for setting up a dev environment
as well as fixing the plugin for the 1.5.0 release of aprsd.
2021-01-12 16:00:18 -05:00
Hemna 2a7167745b Plugin gets the version from pbr version now 2020-12-20 15:24:45 -05:00
Hemna b308285b28 Added some config checking at setup time
This patch ensures we check to make sure the required config
keys are available from the aprsd.yml config prior to accessing them.
The plugin won't work without them.  This prevents the plugin from
throwing stack dumps in aprsd.
2020-12-15 09:50:33 -05:00
Hemna 0fd335ffd6 Initial commit 2020-12-14 09:50:39 -05:00