{"id":20690298,"url":"https://github.com/ftl/godxmap","last_synced_at":"2026-04-21T01:32:57.218Z","repository":{"id":241802476,"uuid":"807329857","full_name":"ftl/godxmap","owner":"ftl","description":"Integrate HamDXMap to display locations and other things on the map","archived":false,"fork":false,"pushed_at":"2024-12-22T17:27:16.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-25T12:58:04.922Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ftl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-05-28T22:32:33.000Z","updated_at":"2025-01-12T15:43:01.000Z","dependencies_parsed_at":"2024-05-30T05:31:24.358Z","dependency_job_id":"3fd67bd3-46df-480b-9220-3d47934fcbf2","html_url":"https://github.com/ftl/godxmap","commit_stats":null,"previous_names":["ftl/godxmap"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ftl/godxmap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ftl%2Fgodxmap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ftl%2Fgodxmap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ftl%2Fgodxmap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ftl%2Fgodxmap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ftl","download_url":"https://codeload.github.com/ftl/godxmap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ftl%2Fgodxmap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32072962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T21:26:33.338Z","status":"ssl_error","status_checked_at":"2026-04-20T21:26:22.081Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-16T23:12:34.118Z","updated_at":"2026-04-21T01:32:57.196Z","avatar_url":"https://github.com/ftl.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# goDXMap\nThis is a simple Go library to integrate with [F5UUI's HamDXMap](https://dxmap.f5uii.net/). It opens a websocket and allows to display different things on the map, using the [wtSock protocol](https://dxmap.f5uii.net/help/index.html).\n\n## Example\n\n```go\n// see also ./example/main.go\nfunc main() {\n\tserver := godxmap.NewServer(\":12345\")\n\n\tgo serveCallsigns(server)\n\n\terr := server.Serve()\n\tif err != nil \u0026\u0026 err != http.ErrServerClosed {\n\t\tlog.Fatal(err)\n\t}\n}\n\nfunc serveCallsigns(server *godxmap.Server) {\n\tcallsigns := []string{\"F5UII\", \"W1AW\", \"PY1PY\", \"DL3NEY\", \"ZL2CTM\"}\n\tfor _, callsign := range callsigns {\n\t\ttime.Sleep(10 * time.Second)\n\t\tserver.ShowPartialCall(callsign)\n\t}\n\terr := server.Close()\n\tif err != nil {\n\t\tlog.Printf(\"error closing the server: %v\", err)\n\t}\n}\n```\n\n## License\nThis library is published under the [MIT License](https://www.tldrlegal.com/l/mit).\n\nCopyright [Florian Thienel](http://thecodingflow.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fftl%2Fgodxmap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fftl%2Fgodxmap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fftl%2Fgodxmap/lists"}