<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>netbsd - Hamradio.my</title>
	<atom:link href="https://hamradio.my/tag/netbsd/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Amateur Radio, Tech Insights and Product Reviews</description>
	<lastBuildDate>Thu, 03 Jul 2025 12:35:55 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://hamradio.my/wp-content/uploads/2026/02/cropped-cropped-image-removebg-preview-3-32x32.png</url>
	<title>netbsd - Hamradio.my</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>What Is the BSD License?</title>
		<link>https://hamradio.my/2025/07/what-is-the-bsd-license/</link>
					<comments>https://hamradio.my/2025/07/what-is-the-bsd-license/#respond</comments>
		
		<dc:creator><![CDATA[9M2PJU]]></dc:creator>
		<pubDate>Thu, 03 Jul 2025 12:35:51 +0000</pubDate>
				<category><![CDATA[BSD license]]></category>
		<category><![CDATA[free open source software]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[license]]></category>
		<category><![CDATA[apachelicense]]></category>
		<category><![CDATA[bsdlicense]]></category>
		<category><![CDATA[buildsoftware]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[commercialuse]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[devtools]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[freesoftware]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[gplv3]]></category>
		<category><![CDATA[legaltech]]></category>
		<category><![CDATA[licensetips]]></category>
		<category><![CDATA[Licensing]]></category>
		<category><![CDATA[mitlicense]]></category>
		<category><![CDATA[netbsd]]></category>
		<category><![CDATA[openbsd]]></category>
		<category><![CDATA[opencode]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[permissivelicense]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[reusecode]]></category>
		<category><![CDATA[softwareengineering]]></category>
		<category><![CDATA[softwarefreedom]]></category>
		<category><![CDATA[softwarelaw]]></category>
		<category><![CDATA[softwarelicense]]></category>
		<category><![CDATA[sourcecode]]></category>
		<category><![CDATA[startups]]></category>
		<category><![CDATA[TechBlog]]></category>
		<guid isPermaLink="false">https://hamradio.my/?p=8207</guid>

					<description><![CDATA[<p>If you&#8217;ve ever dabbled in open source software, you’ve probably come across the term “BSD License.” But what exactly is it? Is it safe to use in your project? Can you build a business around it? Or remix the code however you want? 🧭 The BSD License, In a Nutshell The BSD License is one [&#8230;]</p>
<p>The post <a href="https://hamradio.my/2025/07/what-is-the-bsd-license/">What Is the BSD License?</a> appeared on <a href="https://hamradio.my">Hamradio.my - Amateur Radio, Tech Insights and Product Reviews</a> by <a href="https://hamradio.my/author/9m2pju/">9M2PJU</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h1 class="wp-block-heading"></h1>



<p class="wp-block-paragraph">If you&#8217;ve ever dabbled in open source software, you’ve probably come across the term “BSD License.” But what exactly <em>is</em> it? Is it safe to use in your project? Can you build a business around it? Or remix the code however you want?</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f9ed.png" alt="🧭" class="wp-smiley" style="height: 1em; max-height: 1em;" /> The BSD License, In a Nutshell</h2>



<p class="wp-block-paragraph">The <strong>BSD License</strong> is one of the simplest, most permissive open source licenses out there. It comes from the <a>Berkeley Software Distribution (BSD)</a>, a Unix-based operating system developed at the University of California, Berkeley, in the late 1970s and 1980s.</p>



<p class="wp-block-paragraph">Think of it like this:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">“Here’s some code. Do what you want with it. Just give us credit, don’t use our name for marketing, and include this license if you share it.”</p>
</blockquote>



<p class="wp-block-paragraph">That’s it. No strings attached.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f6e0.png" alt="🛠" class="wp-smiley" style="height: 1em; max-height: 1em;" /> What Can You Do With BSD-Licensed Code?</h2>



<p class="wp-block-paragraph">The short answer: <strong>Almost anything</strong>.</p>



<ul class="wp-block-list">
<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2705.png" alt="✅" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Use it in personal or commercial projects</li>



<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2705.png" alt="✅" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Modify it to fit your needs</li>



<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2705.png" alt="✅" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Combine it with other software (even proprietary stuff)</li>



<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2705.png" alt="✅" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Redistribute it — with or without changes</li>
</ul>



<p class="wp-block-paragraph">There are <strong>no requirements</strong> to open-source your code, even if you’re using or modifying BSD-licensed code. This makes it <strong>very business-friendly</strong>.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f9fe.png" alt="🧾" class="wp-smiley" style="height: 1em; max-height: 1em;" /> The Different Flavors of BSD Licenses</h2>



<p class="wp-block-paragraph">There isn’t just <em>one</em> BSD License. Over time, it evolved into a few versions. Let’s go over the most common ones:</p>



<h3 class="wp-block-heading">1. <strong>4-Clause BSD License</strong> (Original)</h3>



<ul class="wp-block-list">
<li>Includes the controversial <strong>advertising clause</strong>, which required anyone using the software in promotions to include a credit.</li>



<li>No longer recommended — too cumbersome.</li>
</ul>



<h3 class="wp-block-heading">2. <strong>3-Clause BSD License</strong> (Modified)</h3>



<ul class="wp-block-list">
<li>Removes the advertising clause.</li>



<li>You must:
<ul class="wp-block-list">
<li>Keep the copyright.</li>



<li>Do not use the original author’s name for endorsement.</li>



<li>Include the license in redistributed software.</li>
</ul>
</li>



<li>Widely used and accepted.</li>
</ul>



<h3 class="wp-block-heading">3. <strong>2-Clause BSD License</strong> (Simplified or FreeBSD License)</h3>



<ul class="wp-block-list">
<li>Even simpler: only two conditions.
<ul class="wp-block-list">
<li>Include the license.</li>



<li>Preserve copyright.</li>
</ul>
</li>



<li>Popular in modern BSD systems like <a>FreeBSD</a> and <a>OpenBSD</a>.</li>
</ul>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f9ea.png" alt="🧪" class="wp-smiley" style="height: 1em; max-height: 1em;" /> BSD vs. GPL: What&#8217;s the Difference?</h2>



<p class="wp-block-paragraph">Both the BSD License and the <a>GNU General Public License (GPL)</a> are open source, but they play by different rules.</p>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th>Feature</th><th><strong>BSD License</strong></th><th><strong>GPL License</strong></th></tr></thead><tbody><tr><td>Can use in closed-source?</td><td><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2705.png" alt="✅" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Yes</td><td><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/274c.png" alt="❌" class="wp-smiley" style="height: 1em; max-height: 1em;" /> No (must remain open)</td></tr><tr><td>Must share modifications?</td><td><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/274c.png" alt="❌" class="wp-smiley" style="height: 1em; max-height: 1em;" /> No</td><td><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2705.png" alt="✅" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Yes</td></tr><tr><td>Business friendly?</td><td><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2705.png" alt="✅" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Very</td><td><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/26a0.png" alt="⚠" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Some limitations</td></tr><tr><td>Relicensing allowed?</td><td><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2705.png" alt="✅" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Yes</td><td><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/274c.png" alt="❌" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Must stay GPL</td></tr></tbody></table></figure>



<p class="wp-block-paragraph"><strong>BSD gives you freedom to do anything</strong>, while <strong>GPL ensures the code always remains free,</strong> even when modified.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3e2.png" alt="🏢" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Who Uses BSD-Licensed Code?</h2>



<p class="wp-block-paragraph">Lots of big names. Here are just a few examples:</p>



<ul class="wp-block-list">
<li><a>Apple</a> (macOS has BSD roots)</li>



<li><a>Microsoft</a></li>



<li><a>Google</a></li>



<li><a>Netflix</a></li>



<li><a>Juniper Networks</a></li>



<li><a>Sony</a></li>



<li><a>FreeBSD</a>, <a>OpenBSD</a>, and <a>NetBSD</a> (entire operating systems under BSD)</li>
</ul>



<p class="wp-block-paragraph">This license’s flexibility is why you’ll often find BSD-licensed components in both open source and proprietary products.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f6a8.png" alt="🚨" class="wp-smiley" style="height: 1em; max-height: 1em;" /> The Only Strings Attached</h2>



<p class="wp-block-paragraph">Even though BSD is pretty hands-off, there are still a few things you need to do:</p>



<ol class="wp-block-list">
<li><strong>Keep the license text</strong> with the code.</li>



<li><strong>Give credit</strong> to the original authors.</li>



<li><strong>Don’t use their names</strong> to promote your version.</li>
</ol>



<p class="wp-block-paragraph">That’s it. No obligation to open your code. No copyleft. No license police knocking on your door.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f9e0.png" alt="🧠" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Final Thoughts</h2>



<p class="wp-block-paragraph">If you’re looking for a license that gives you maximum freedom with minimum fuss, the BSD License is a solid choice. It’s ideal for developers who:</p>



<ul class="wp-block-list">
<li>Want their code to be used as widely as possible</li>



<li>Don’t mind if it ends up in closed-source apps</li>



<li>Value simplicity over strict rules</li>
</ul>



<p class="wp-block-paragraph">At the end of the day, BSD is about trust and generosity. You’re saying:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">“Here’s something useful. Go build something amazing with it.”</p>
</blockquote>



<p class="wp-block-paragraph"></p>
<p>The post <a href="https://hamradio.my/2025/07/what-is-the-bsd-license/">What Is the BSD License?</a> appeared on <a href="https://hamradio.my">Hamradio.my - Amateur Radio, Tech Insights and Product Reviews</a> by <a href="https://hamradio.my/author/9m2pju/">9M2PJU</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://hamradio.my/2025/07/what-is-the-bsd-license/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Installing HamClock for Amateur Radio Use</title>
		<link>https://hamradio.my/2025/03/installing-hamclock-for-amateur-radio-use/</link>
					<comments>https://hamradio.my/2025/03/installing-hamclock-for-amateur-radio-use/#comments</comments>
		
		<dc:creator><![CDATA[9M2PJU]]></dc:creator>
		<pubDate>Fri, 28 Feb 2025 18:31:33 +0000</pubDate>
				<category><![CDATA[amateur radio]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[free open source software]]></category>
		<category><![CDATA[ham clock]]></category>
		<category><![CDATA[ham radio]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[raspberry pi]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[AmateurRadio]]></category>
		<category><![CDATA[DXCluster]]></category>
		<category><![CDATA[dxing]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[ham radio clock]]></category>
		<category><![CDATA[hamclock]]></category>
		<category><![CDATA[hamradio]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[macos]]></category>
		<category><![CDATA[netbsd]]></category>
		<category><![CDATA[propagation]]></category>
		<category><![CDATA[radioastronomy]]></category>
		<category><![CDATA[radiowave]]></category>
		<category><![CDATA[RaspberryPi]]></category>
		<category><![CDATA[satellite]]></category>
		<category><![CDATA[shortwave]]></category>
		<guid isPermaLink="false">https://hamradio.my/?p=6551</guid>

					<description><![CDATA[<p>HamClock is a powerful tool designed for amateur radio operators, providing real-time propagation data, satellite tracking, and more. This guide will walk you through installing HamClock on various UNIX-like systems, including Raspberry Pi, macOS, Debian, Ubuntu, FreeBSD, and others. Whether you&#8217;re using HamClock for monitoring solar conditions, DX cluster spots, or tracking satellites, this step-by-step [&#8230;]</p>
<p>The post <a href="https://hamradio.my/2025/03/installing-hamclock-for-amateur-radio-use/">Installing HamClock for Amateur Radio Use</a> appeared on <a href="https://hamradio.my">Hamradio.my - Amateur Radio, Tech Insights and Product Reviews</a> by <a href="https://hamradio.my/author/9m2pju/">9M2PJU</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h3 class="wp-block-heading"></h3>



<p class="wp-block-paragraph">HamClock is a powerful tool designed for amateur radio operators, providing real-time propagation data, satellite tracking, and more. This guide will walk you through installing HamClock on various UNIX-like systems, including Raspberry Pi, macOS, Debian, Ubuntu, FreeBSD, and others. Whether you&#8217;re using HamClock for monitoring solar conditions, DX cluster spots, or tracking satellites, this step-by-step tutorial will help you get started.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">Step 1: Install Required Dependencies</h2>



<p class="wp-block-paragraph">Before installing HamClock, ensure your system has the necessary dependencies installed. These dependencies vary by operating system:</p>



<h3 class="wp-block-heading"><strong>For Raspberry Pi and Debian-based Systems:</strong></h3>



<pre class="wp-block-code"><code>sudo apt-get update
sudo apt-get -y install curl make g++ libx11-dev libgpiod-dev xdg-utils
</code></pre>



<h3 class="wp-block-heading"><strong>For Ubuntu:</strong></h3>



<pre class="wp-block-code"><code>sudo apt install curl make g++ xorg-dev xdg-utils
</code></pre>



<h3 class="wp-block-heading"><strong>For macOS:</strong></h3>



<p class="wp-block-paragraph">First, install XQuartz and Xcode. Then, open &#8220;More developer tools&#8221; and install the command line tools. On macOS Sequoia, you may need to run:</p>



<pre class="wp-block-code"><code>xcode-select --install
</code></pre>



<h3 class="wp-block-heading"><strong>For FreeBSD:</strong></h3>



<pre class="wp-block-code"><code>sudo pkg install gcc xorg gmake curl
</code></pre>



<p class="wp-block-paragraph">Then, use <code>gmake</code> instead of <code>make</code>.</p>



<h3 class="wp-block-heading"><strong>For NetBSD:</strong></h3>



<p class="wp-block-paragraph">First, install <code>pkgin</code>, then run:</p>



<pre class="wp-block-code"><code>sudo pkgin install gmake curl
</code></pre>



<p class="wp-block-paragraph">Use <code>gmake</code> instead of <code>make</code>.</p>



<h3 class="wp-block-heading"><strong>For RedHat or Fedora:</strong></h3>



<pre class="wp-block-code"><code>sudo yum install gcc-c++ libX11-devel xdg-utils
</code></pre>



<h3 class="wp-block-heading"><strong>For Alpine Linux:</strong></h3>



<pre class="wp-block-code"><code>setup-desktop
apk add g++ libx11-dev curl linux-headers
</code></pre>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">Step 2: Install HamClock</h2>



<p class="wp-block-paragraph">Once the dependencies are installed, proceed with downloading and installing HamClock. There are two methods depending on your operating system.</p>



<h3 class="wp-block-heading"><strong>For Raspberry Pi (Automated Install):</strong></h3>



<pre class="wp-block-code"><code>cd
curl -O https://www.clearskyinstitute.com/ham/HamClock/install-hc-rpi
chmod u+x install-hc-rpi
./install-hc-rpi
</code></pre>



<p class="wp-block-paragraph">Follow the prompts and answer <code>y</code> or <code>n</code> as needed. This script will automate the installation for you.</p>



<h3 class="wp-block-heading"><strong>For Other UNIX-like Systems (Manual Install):</strong></h3>



<pre class="wp-block-code"><code>cd
rm -fr ESPHamClock
curl -O https://www.clearskyinstitute.com/ham/HamClock/ESPHamClock.zip
unzip ESPHamClock.zip
cd ESPHamClock
make -j 4 hamclock-800x480
sudo make install
</code></pre>



<p class="wp-block-paragraph">This will install HamClock with a resolution of 800&#215;480 pixels. If you need a different resolution, refer to Step 4.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">Step 3: Run HamClock</h2>



<p class="wp-block-paragraph">After installation, you can start HamClock with the following command:</p>



<pre class="wp-block-code"><code>hamclock &amp;
</code></pre>



<p class="wp-block-paragraph">If everything is installed correctly, HamClock should open in a window displaying solar data, propagation info, and maps.</p>



<p class="wp-block-paragraph">If you did not install a desktop icon, you can always launch HamClock from the terminal using the command above.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">Step 4: Customize HamClock</h2>



<p class="wp-block-paragraph">HamClock supports different screen sizes. If you want to change the resolution, use the following commands:</p>



<pre class="wp-block-code"><code>cd ~/ESPHamClock
make clean
make -j 4 hamclock-2400x1440
sudo make install
</code></pre>



<p class="wp-block-paragraph">Replace <code>2400x1440</code> with the desired resolution:</p>



<ul class="wp-block-list">
<li><code>hamclock-1600x960</code></li>



<li><code>hamclock-2400x1440</code></li>



<li><code>hamclock-3200x1920</code></li>
</ul>



<p class="wp-block-paragraph">If you want HamClock to fill the screen completely, navigate to <strong>Page 5</strong> in the Setup menu and enable the full-screen option.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">Step 5: Auto-start HamClock on Boot</h2>



<p class="wp-block-paragraph">To ensure HamClock starts automatically on system boot, you can create an autostart entry.</p>



<h3 class="wp-block-heading"><strong>For XDG-compliant systems:</strong></h3>



<pre class="wp-block-code"><code>cd ~/ESPHamClock
mkdir -p ~/.config/autostart
cp hamclock.desktop ~/.config/autostart
</code></pre>



<h3 class="wp-block-heading"><strong>For macOS (Create a Clickable App):</strong></h3>



<p class="wp-block-paragraph">If you&#8217;re using macOS, you can create a clickable app on your Desktop:</p>



<pre class="wp-block-code"><code>cd ~/ESPHamClock
HCDIR=~/Desktop/HamClock.app
mkdir -p $HCDIR
echo '#!/bin/bash' &gt; $HCDIR/HamClock
echo '/usr/local/bin/hamclock &amp;' &gt;&gt; $HCDIR/HamClock
chmod u+x $HCDIR/HamClock
</code></pre>



<p class="wp-block-paragraph">To assign a proper icon, follow these steps:</p>



<ol class="wp-block-list">
<li>Open <code>hamclock.png</code> with Preview.</li>



<li>Click on the image.</li>



<li>Press <strong>⌘-A</strong> to select the image, then <strong>⌘-C</strong> to copy.</li>



<li>Right-click the new <code>HamClock.app</code> Desktop item and select <strong>Get Info</strong>.</li>



<li>Click the existing default icon in the top left corner.</li>



<li>Press <strong>⌘-V</strong> to paste the new icon.</li>
</ol>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="Easy HamClock Installation on Raspberry Pi (Raspbian/Bullseye/Bookworm)" width="640" height="360" src="https://www.youtube.com/embed/2FJNHN1YmKE?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<h2 class="wp-block-heading">Conclusion</h2>



<p class="wp-block-paragraph">By following these steps, you’ll have HamClock running seamlessly for amateur radio use, helping you track propagation, monitor DX cluster spots, and track satellites. Whether you’re using a Raspberry Pi, macOS, or a UNIX-like system, HamClock is a great addition to any ham radio station. For more info, visit <a href="https://www.clearskyinstitute.com/ham/HamClock/">https://www.clearskyinstitute.com/ham/HamClock/</a></p>



<p class="wp-block-paragraph">Enjoy using HamClock and 73! <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f399.png" alt="🎙" class="wp-smiley" style="height: 1em; max-height: 1em;" /><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4e1.png" alt="📡" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>The post <a href="https://hamradio.my/2025/03/installing-hamclock-for-amateur-radio-use/">Installing HamClock for Amateur Radio Use</a> appeared on <a href="https://hamradio.my">Hamradio.my - Amateur Radio, Tech Insights and Product Reviews</a> by <a href="https://hamradio.my/author/9m2pju/">9M2PJU</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://hamradio.my/2025/03/installing-hamclock-for-amateur-radio-use/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
	</channel>
</rss>
