ftl / hamradio

Tools and libraries for hamradio in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 and latlon
  • find DXCC information about radio callsign prefixes: dxcc
  • retrieve information about a radio callsign from HamQTH.com and QRZ.com: callbook
  • use the callsign database from Super Check Partial: supercheck
  • talk to the cwdaemon to output CW on your transceiver: cw
  • more to come as I have time and need

The 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

License

This tool is published under the MIT License.

Copyright Florian Thienel

About

Tools and libraries for hamradio in Go

License:MIT License


Languages

Language:Go 100.0%