1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-06-11 10:28:45 -04:00
Commit Graph

14 Commits

Author SHA1 Message Date
hemna 6cbd6452d5 kiss consumer update
this patch updates the kiss consumer to call the callback with the frame
as arg[0] just like aprslib does.
2026-01-12 23:25:06 -05:00
hemna 3eade4eb8b updated pre-commit 2026-01-07 10:39:16 -05:00
hemna 26242f7d43 Added unit tests for log 2026-01-06 18:57:54 -05:00
hemna e4f82d6054 updated tools in pre-commit 2025-01-10 17:07:45 -05:00
hemna 7f2c1d7124 updated requirements 2025-01-07 10:06:02 -05:00
hemna b1a830d54e Changed README.rst -> README.md 2025-01-03 12:29:31 -05:00
hemna 72d068c0b8 Changed to ruff
This patch changes to the ruff linter.  SO MUCH quicker.
Removed grey and mypy as well.
2024-12-20 22:00:54 -05:00
hemna 1e4f0ca65a Added the new APRS Registry thread
This patch adds the new APRSRegistryThread,
which enabled in config, will send a small
packet of information to the as yet deployed
APRS service registry every 900 seconds.

The data that this thread will send is
the service callsign, a description of the service,
a website url for the service.

The idea being that the registry website that this thread
sends information to, will show all the services that are
running on the ARPS network, so Ham operators can discover
them and try them out.
2024-02-26 18:28:52 -05:00
hemna 1d6a667987 Convert webchat internet urls to local static urls 2023-08-22 12:51:50 -04:00
hemna e175f77347 Use Gray instead of Black for code formatting.
The Black code formatter sucks with respect to function
declarations with a lot of params.  Completely unreadable.
2021-08-23 13:32:09 -04:00
hemna a7c20430fe removed double-quote-string-fixer 2021-01-08 20:58:21 -05:00
hemna 231c15b1af Lots of fixes 2021-01-08 20:58:18 -05:00
hemna 4c0150dd97 Added more pre-commit hook tests
also added pre-commit job for tox.
2021-01-08 20:57:58 -05:00
hemna 75f610d971 Added pre-commit hooks
This patch adds pre-commit hook support to ensure
code passes basic checks prior to allowing a commit.
2021-01-06 17:54:50 -05:00