mirror of
https://github.com/craigerl/aprsd.git
synced 2024-10-31 15:07:13 -04:00
Hemna
1e4f0ca65a
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.
23 lines
501 B
YAML
23 lines
501 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v4.5.0
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
- id: end-of-file-fixer
|
|
- id: check-yaml
|
|
- id: detect-private-key
|
|
- id: check-merge-conflict
|
|
- id: check-case-conflict
|
|
- id: check-docstring-first
|
|
- id: check-builtin-literals
|
|
|
|
- repo: https://github.com/asottile/setup-cfg-fmt
|
|
rev: v2.5.0
|
|
hooks:
|
|
- id: setup-cfg-fmt
|
|
|
|
- repo: https://github.com/dizballanze/gray
|
|
rev: v0.14.0
|
|
hooks:
|
|
- id: gray
|