Initial commit

This commit is contained in:
2024-03-12 22:28:05 +01:00
commit 7711bcc220
40 changed files with 5137 additions and 0 deletions

11
config.example.json Normal file
View File

@@ -0,0 +1,11 @@
{
"aprs": {
"address": "aprs.example.com",
"user_name": "MYC4LLS1GN",
"password": "************",
"filter": "r/12.3/45.6/78",
"client_id": "my-program 0.1"
},
"ddb_url": "https://example.com/aircraft",
"bind_to": "127.0.0.1:8000"
}