<?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>trunk radio - Hamradio.my</title>
	<atom:link href="https://hamradio.my/category/trunk-radio/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Amateur Radio, Tech Insights and Product Reviews</description>
	<lastBuildDate>Sun, 07 Dec 2025 15:58:33 +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>trunk radio - Hamradio.my</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>sdrtrunk: A Cross-Platform SDR Tool for Trunked Radio Protocols</title>
		<link>https://hamradio.my/2025/12/sdrtrunk-a-cross-platform-sdr-tool-for-trunked-radio-protocols/</link>
					<comments>https://hamradio.my/2025/12/sdrtrunk-a-cross-platform-sdr-tool-for-trunked-radio-protocols/#respond</comments>
		
		<dc:creator><![CDATA[9M2PJU]]></dc:creator>
		<pubDate>Sun, 07 Dec 2025 15:58:28 +0000</pubDate>
				<category><![CDATA[amateur radio]]></category>
		<category><![CDATA[ham radio]]></category>
		<category><![CDATA[radio amatur]]></category>
		<category><![CDATA[SDR]]></category>
		<category><![CDATA[software defined radio]]></category>
		<category><![CDATA[trunk radio]]></category>
		<category><![CDATA["apco25 phase ii decoder"]]></category>
		<category><![CDATA["cross-platform sdr application"]]></category>
		<category><![CDATA["github sdr project"]]></category>
		<guid isPermaLink="false">https://hamradio.my/?p=8747</guid>

					<description><![CDATA[<p>Welcome to the world of Software Defined Radio (SDR) with sdrtrunk, a powerful Java application designed to decode, monitor, record, and stream trunked mobile and related radio protocols. Whether you&#8217;re a hobbyist or a professional, sdrtrunk simplifies working with SDR hardware to unlock the potential of trunked radio systems. 📌 What’s New? The sdrtrunk project [&#8230;]</p>
<p>The post <a href="https://hamradio.my/2025/12/sdrtrunk-a-cross-platform-sdr-tool-for-trunked-radio-protocols/">sdrtrunk: A Cross-Platform SDR Tool for Trunked Radio Protocols</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[
<p class="wp-block-paragraph">Welcome to the world of Software Defined Radio (SDR) with <strong>sdrtrunk</strong>, a powerful Java application designed to decode, monitor, record, and stream trunked mobile and related radio protocols. Whether you&#8217;re a hobbyist or a professional, sdrtrunk simplifies working with SDR hardware to unlock the potential of trunked radio systems.</p>



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



<h3 class="wp-block-heading"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4cc.png" alt="📌" class="wp-smiley" style="height: 1em; max-height: 1em;" /> What’s New?</h3>



<p class="wp-block-paragraph">The sdrtrunk project is continuously evolving, with recent updates including:</p>



<ul class="wp-block-list">
<li><strong>JDK 25 &amp; Gradle 9.2</strong>: Enhanced compatibility and performance.</li>



<li><strong>USB4Java Fork</strong>: Updated libraries for better macOS support (Tahoe 26.1+).</li>



<li><strong>JMBE Creator Support</strong>: macOS x86-64 compatibility for advanced features.</li>



<li><strong>APCO25 Phase II Decoder</strong>: Improved decoding capabilities for modern protocols.</li>
</ul>



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



<h3 class="wp-block-heading"><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;" /> macOS Tahoe 26.1 Compatibility Fix</h3>



<p class="wp-block-paragraph">A recent change in macOS Tahoe 26.x caused sdrtrunk to fail on launch. Here’s how to fix it:</p>



<p class="wp-block-paragraph"><strong>Step-by-Step Solution:</strong></p>



<ol class="wp-block-list">
<li><strong>Install libusb from HEAD</strong>:</li>
</ol>



<pre class="wp-block-code"><code>   brew install libusb --HEAD</code></pre>



<ol start="2" class="wp-block-list">
<li><strong>Create Directories</strong>:</li>
</ol>



<pre class="wp-block-code"><code>   sudo mkdir -p /opt/local/lib</code></pre>



<ol start="3" class="wp-block-list">
<li><strong>Link the Library</strong>:<br>Find your installed libusb path (e.g., <code>/opt/homebrew/Cellar/libusb/HEAD-9ceaa52/lib/libusb-1.0.0.dylib</code>) and create a symbolic link:</li>
</ol>



<pre class="wp-block-code"><code>   sudo ln -s /opt/homebrew/Cellar/libusb/HEAD-9ceaa52/lib/libusb-1.0.0.dylib /opt/local/lib/libusb-1.0.0.dylib</code></pre>



<ol start="4" class="wp-block-list">
<li><strong>Use Nightly Builds</strong>: For the latest fixes, download the <a href="#download-nightly-software-build">nightly build</a> and ensure you back up your playlists.</li>
</ol>



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



<h3 class="wp-block-heading"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4e6.png" alt="📦" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Download sdrtrunk</h3>



<p class="wp-block-paragraph">Explore the latest releases and builds:</p>



<ul class="wp-block-list">
<li><strong>Alpha/Beta/Final Versions</strong>: Available on the <a href="https://github.com/DSheirer/sdrtrunk/releases">Releases tab</a>.</li>



<li><strong>Alpha</strong>: Feature previews (may have bugs).</li>



<li><strong>Beta</strong>: Testing phase (stable-ish).</li>



<li><strong>Final</strong>: Fully tested and stable.</li>



<li><strong>Nightly Builds</strong>: Preview the latest code changes. <em>Note: Always back up your playlists before using nightly builds.</em></li>
</ul>



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



<h3 class="wp-block-heading"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4f1.png" alt="📱" class="wp-smiley" style="height: 1em; max-height: 1em;" /> System Requirements</h3>



<ul class="wp-block-list">
<li><strong>OS</strong>: Windows (64-bit), Linux (64-bit), macOS (64-bit, 12.x+).</li>



<li><strong>CPU</strong>: 4-core.</li>



<li><strong>RAM</strong>: 8GB+ (4GB may suffice for light use).</li>
</ul>



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



<h3 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;" /> About sdrtrunk</h3>



<p class="wp-block-paragraph">sdrtrunk is a cross-platform Java application that leverages SDR hardware to decode trunked radio protocols. It’s ideal for monitoring emergency services, aviation, and other trunked systems.</p>



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



<h3 class="wp-block-heading"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4da.png" alt="📚" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Resources &amp; Community</h3>



<ul class="wp-block-list">
<li><strong>README</strong>: <a href="https://github.com/DSheirer/sdrtrunk/blob/main/README.md">sdrtrunk README</a></li>



<li><strong>License</strong>: <a href="https://github.com/DSheirer/sdrtrunk/blob/main/LICENSE">GPL-3.0</a></li>



<li><strong>Contributors</strong>: 34+ active contributors (see <a href="https://github.com/DSheirer/sdrtrunk/graphs/contributors">Contributors</a>).</li>



<li><strong>Languages</strong>: 99.5% Java, 0.5% other.</li>
</ul>



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



<h3 class="wp-block-heading"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4c8.png" alt="📈" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Project Stats</h3>



<ul class="wp-block-list">
<li><strong>Stars</strong>: 1.9k</li>



<li><strong>Watchers</strong>: 168</li>



<li><strong>Forks</strong>: 312</li>



<li><strong>Releases</strong>: 45+ versions (latest: <strong>0.6.1</strong>).</li>
</ul>



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



<h3 class="wp-block-heading"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f680.png" alt="🚀" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Get Involved</h3>



<ul class="wp-block-list">
<li><strong>Contribute</strong>: Help improve the project on <a href="https://github.com/DSheirer/sdrtrunk">GitHub</a>.</li>



<li><strong>Report Issues</strong>: Share your experiences or bugs in the <a href="https://github.com/DSheirer/sdrtrunk/issues">Issues</a> section.</li>



<li><strong>Stay Updated</strong>: Follow the <a href="https://github.com/DSheirer/sdrtrunk/wiki">Wiki</a> for tutorials and guides.</li>
</ul>



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



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



<p class="wp-block-paragraph">sdrtrunk is a testament to the power of open-source collaboration. Whether you&#8217;re troubleshooting macOS compatibility or diving into trunked radio protocols, this project offers a robust foundation for SDR exploration. Don’t forget to back up your data and join the community to keep the project thriving!</p>



<p class="wp-block-paragraph"></p>



<p class="wp-block-paragraph"><a href="https://github.com/DSheirer/sdrtrunk"><strong>https://github.com/DSheirer/sdrtrunk</strong></a></p>



<p class="wp-block-paragraph"></p>
<p>The post <a href="https://hamradio.my/2025/12/sdrtrunk-a-cross-platform-sdr-tool-for-trunked-radio-protocols/">sdrtrunk: A Cross-Platform SDR Tool for Trunked Radio Protocols</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/12/sdrtrunk-a-cross-platform-sdr-tool-for-trunked-radio-protocols/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
