{"id":20445134,"url":"https://github.com/philrw/aprs2traccar","last_synced_at":"2025-07-16T06:47:42.939Z","repository":{"id":92265335,"uuid":"194334741","full_name":"PhilRW/aprs2traccar","owner":"PhilRW","description":"Track APRS devices in Traccar","archived":false,"fork":false,"pushed_at":"2021-06-24T17:24:09.000Z","size":9,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-21T04:48:45.915Z","etag":null,"topics":["aprs","aprs-is","traccar"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PhilRW.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-28T21:16:32.000Z","updated_at":"2024-12-22T02:55:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"f9749245-e5d6-498c-8925-6707e85ad4c3","html_url":"https://github.com/PhilRW/aprs2traccar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PhilRW/aprs2traccar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhilRW%2Faprs2traccar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhilRW%2Faprs2traccar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhilRW%2Faprs2traccar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhilRW%2Faprs2traccar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PhilRW","download_url":"https://codeload.github.com/PhilRW/aprs2traccar/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhilRW%2Faprs2traccar/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265489296,"owners_count":23775302,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aprs","aprs-is","traccar"],"created_at":"2024-11-15T10:11:07.038Z","updated_at":"2025-07-16T06:47:42.896Z","avatar_url":"https://github.com/PhilRW.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# About\n\nThis little Docker container will connect to [APRS-IS](http://aprs-is.net/) over the internet and copy APRS position reports into device locations in a [Traccar](https://www.traccar.org/) server.\n\n## How to\n\nClone this repo and then add this to your `docker-compose.yml` file:\n\n```yaml\n  aprs2traccar:\n    build: https://github.com/PhilRW/aprs2traccar.git\n    container_name: aprs2traccar  # optional\n    environment:\n      - \"CALLSIGN=FO0BAR\"\n      - \"APRS_HOST=noam.aprs2.net\"  # optional but recommended, defaults to rotate.aprs.net\n      - \"APRS_FILTER=b/FO0BAR*\"  # optional, defaults to b/CALLSIGN\n      - \"TRACCAR_HOST=https://traccar.example.com\"  # optional, defaults to http://traccar:8082\n      - \"LOG_LEVEL=DEBUG\"  # optional, defaults to INFO\n    restart: unless-stopped\n  ```\n  \n  * `CALLSIGN` is your callsign and what you use to connect to APRS-IS.\n  * `APRS_HOST` is the APRS-IS host to connect to.\n  * `APRS_FILTER` is the [filter](http://aprs-is.net/javAPRSFilter.aspx) for stations to track and send to Traccar.\n  * `TRACCAR_HOST` is your Traccar server's URI/URL. If run in the same docker-compose stack, name your Traccar service `traccar` and omit this env var.\n\n\u003e NOTE: You will want to create devices for each Callsign you intend to track in Traccar, it will not create them automatically for you.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilrw%2Faprs2traccar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphilrw%2Faprs2traccar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilrw%2Faprs2traccar/lists"}