Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ftl/hamradio
Tools and libraries for hamradio in Go
https://github.com/ftl/hamradio
amateur-radio amateurradio ham-radio hamradio
Last synced: 1 day ago
JSON representation
Tools and libraries for hamradio in Go
- Host: GitHub
- URL: https://github.com/ftl/hamradio
- Owner: ftl
- License: mit
- Created: 2018-03-30T12:46:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-13T09:47:59.000Z (6 months ago)
- Last Synced: 2024-06-21T04:47:25.148Z (5 months ago)
- Topics: amateur-radio, amateurradio, ham-radio, hamradio
- Language: Go
- Size: 2.19 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HAMRADIO Tools
This is a collection of libaries and tools I use to do HF QSOs as DL3NEY:* calculate distance and azimuth between locations (given as lat/lon or maidenhead locator): [locator](./cmd/locator) and [latlon](./cmd/latlon)
* find DXCC information about radio callsign prefixes: [dxcc](./cmd/dxcc)
* retrieve information about a radio callsign from [HamQTH.com](https://hamqth.com) and [QRZ.com](https://qrz.com): [callbook](./cmd/callbook)
* use the callsign database from [Super Check Partial](http://www.supercheckpartial.com): [supercheck](./cmd/supercheck)
* talk to the [cwdaemon](https://github.com/acerion/cwdaemon) to output CW on your transceiver: [cw](./cmd/cw)
* more to come as I have time and needThe tools are written Go on Linux. They might also work on OSX or Windows, but I did not try that out.
## Disclaimer
I develop these tools for myself and just for fun in my free time. If you find them useful, I'm happy to hear about that. If you have trouble using them, you have all the source code to fix the problem yourself (although pull requests are welcome).## Links
* [Wiki](https://github.com/ftl/hamradio/wiki)## License
This tool is published under the [MIT License](https://www.tldrlegal.com/l/mit).Copyright [Florian Thienel](http://thecodingflow.com/)