{"id":13650238,"url":"https://github.com/wiedehopf/readsb","last_synced_at":"2025-04-05T13:09:34.756Z","repository":{"id":37487616,"uuid":"326161007","full_name":"wiedehopf/readsb","owner":"wiedehopf","description":"ADS-B decoder swiss knife","archived":false,"fork":false,"pushed_at":"2024-05-21T16:42:10.000Z","size":3132,"stargazers_count":303,"open_issues_count":10,"forks_count":68,"subscribers_count":22,"default_branch":"dev","last_synced_at":"2024-05-22T12:07:40.473Z","etag":null,"topics":["1090","1090mhz","ads-b","adsb","aircraft","decoder","readsb","rtl-sdr","rtlsdr","sdr"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wiedehopf.png","metadata":{"files":{"readme":"README-api.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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":"2021-01-02T10:44:43.000Z","updated_at":"2024-05-29T17:17:23.927Z","dependencies_parsed_at":"2024-01-03T04:47:51.319Z","dependency_job_id":"d71af699-96e4-4fcb-9fe3-f7931854f2b5","html_url":"https://github.com/wiedehopf/readsb","commit_stats":{"total_commits":1739,"total_committers":9,"mean_commits":"193.22222222222223","dds":"0.012075905692926936","last_synced_commit":"2d102e65498e4c89e8fb91059679876080a611e8"},"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiedehopf%2Freadsb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiedehopf%2Freadsb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiedehopf%2Freadsb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiedehopf%2Freadsb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wiedehopf","download_url":"https://codeload.github.com/wiedehopf/readsb/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247339158,"owners_count":20923014,"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":["1090","1090mhz","ads-b","adsb","aircraft","decoder","readsb","rtl-sdr","rtlsdr","sdr"],"created_at":"2024-08-02T02:00:35.205Z","updated_at":"2025-04-05T13:09:34.726Z","avatar_url":"https://github.com/wiedehopf.png","language":"C","funding_links":[],"categories":["Software"],"sub_categories":["General"],"readme":"The api-port is best used with nginx and a unix socket:\n\n```\nreadsb [...] --net-api-port unix:/run/readsb/api.sock\n```\n\nnginx location:\n```\nlocation /re-api/ {\n    gzip on;\n    proxy_http_version 1.1;\n    proxy_max_temp_file_size 0;\n    proxy_set_header Connection $http_connection;\n    proxy_set_header Host $http_host;\n    proxy_pass http://unix:/run/readsb/api.sock:/$is_args$args;\n}\n```\n\n\nWhich can then be queried like this:\n```\ncurl --compressed -sS 'http://localhost/re-api/?box=-90,90,0,20' | jq\n```\n\nSee json readme for more details on the query syntax\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwiedehopf%2Freadsb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwiedehopf%2Freadsb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwiedehopf%2Freadsb/lists"}