The repeater database has been udpated today as a Merry Christmas present for DMR Radio users! – over half of the radioid.net DMR listings have now been pulled in to Hearham repeater listing, with permission. This means users looking for DMR digital repeaters will find the RepeaterSTART app more useful in the future!
Continue reading “Merry Christmas, and a Repeater Listing update”Building a Linux app part 8: Adding an options screen
As you may have noticed, the repeater-START app doesn’t currently have an option to change that internal km/mile calculation. It also does not have any option to filter the repeaters of VHF, UHF or your preferred band.
Let’s see how to add a new dialog, then store the options, and load them on your program’s start:
Continue reading “Building a Linux app part 8: Adding an options screen”Review: Linux in the Ham Shack Linux
Budgie Desktop is an interesting Linux distro which you can see is the base of Linux in the Ham Shack, downloadable here.
Continue reading “Review: Linux in the Ham Shack Linux”Linux 5.9
Recently, Linux 5.9 was released! While folks are unlikely to see this in any distribution very soon, it brings some improvements that will be a clear reason that we will hear about it very soon (ok, enough ham radio jokes 🙂 )
Although it’s not something particularly recommended for your main system, but you could install it now – in fact with kernels of Linux you can generally switch it out and if it doesn’t work, just select the old one at the boot screen.
Announcing Repeater-START Amateur radio app for Android
In the past weeks, I have noticed hearham.com repeater listing gets many requests from Android devices. Furthermore, many ham radio people already have an Android phone and are still waiting on their Librem Phone to ship. So I started an Android port of the Linux open-data repeater app, Repeater-START.
Continue reading “Announcing Repeater-START Amateur radio app for Android”What3Words API in Laravel: Integrating geolocation finder in your web app
What3words is an interesting alternative to sharing around long latitude/longitude numbers, instead share just a few words!
The first step to integrating the api is signing up for a free API key. Then require the library using composer – in the main project folder run:
Continue reading “What3Words API in Laravel: Integrating geolocation finder in your web app”New England Repeaters added to Hearham.live Repeater Listing and Repeater-START
The Repeater-START app now includes repeaters imported from the New England Repeater Directory. This makes the app and repeater listing much more useful to those in Massachusetts, Connecticut, Vermont, Rhode Island, New Hampshire and Maine! This expands the repeater-START app and any other applications needing an offline, fairly complete listing of amateur radio repeaters worldwide.
Continue reading “New England Repeaters added to Hearham.live Repeater Listing and Repeater-START”Things to do while distancing or quarantined at home
With the recent increased cases of covid-19, many are staying home or quarantined. Here are a few ideas to productively spend some time…
Continue reading “Things to do while distancing or quarantined at home”Announcing Hearham live repeater listing
The new Hearham live repeater listing has been up for one week and now has hundreds of repeater listings up! If you’ve been looking for a database to use for your offline app, this may be it! Unlike other repeater listings this aims to be up to date and allow for timely comments to go out to all users of the repeaters to know about any outages or changes.
Continue reading “Announcing Hearham live repeater listing”Building a Linux App part 7: Building an Installer File
There’s a big difference between having that quick python script set up with a GUI, and having a full desktop or mobile app ready to click install. In this post I’ll show the steps to build a Python script into an installable application.
Continue reading “Building a Linux App part 7: Building an Installer File”