<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[APRS-Forum - Gatewaysoftware]]></title>
		<link>https://forum.aprs-dl.de/</link>
		<description><![CDATA[APRS-Forum - https://forum.aprs-dl.de]]></description>
		<pubDate>Sat, 30 May 2026 14:54:01 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[SATCOM-FTC und APRS]]></title>
			<link>https://forum.aprs-dl.de/showthread.php?tid=98</link>
			<pubDate>Mon, 23 Feb 2026 17:33:28 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.aprs-dl.de/member.php?action=profile&uid=459">DO2JAX</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.aprs-dl.de/showthread.php?tid=98</guid>
			<description><![CDATA[Liebe Funkfreunde,<br />
<br />
nach langem Probieren konnte ich erfolgreich meinen SATCOM-FTC Zugang APRS-tauglich machen.<br />
<br />
Wer Zugang zu den Satellitentelefon-Netzen IRIDIUM, INMARSAT, THURAYA und GLOBALSTAR hat, kann einen SATCOM-Zugang<br />
nutzen bei dem die SAT-Netze für Internet und Telefonie genutzt werden.<br />
<br />
Ansteuerung der Software geht über MAC, Android oder Linux. Routing über Hardware von Motorola.<br />
<br />
Die Positionsangaben entsprechen denen von Handfunkgeräten (bei mir ist ein Yaesu FT-2D Referenzgerät), die Genauigkeit<br />
lässt sich allerdings nicht durch manuellen Eingriff verbessern. Ohne Wahl einer Positionsverschlechterung (drei, zwei oder einstellig) beträgt die effektive Positionsgenauigkeit 185 bis 486 m bei eingeschaltetem GPS (DGPS Typ4). <br />
<br />
73 Stefan]]></description>
			<content:encoded><![CDATA[Liebe Funkfreunde,<br />
<br />
nach langem Probieren konnte ich erfolgreich meinen SATCOM-FTC Zugang APRS-tauglich machen.<br />
<br />
Wer Zugang zu den Satellitentelefon-Netzen IRIDIUM, INMARSAT, THURAYA und GLOBALSTAR hat, kann einen SATCOM-Zugang<br />
nutzen bei dem die SAT-Netze für Internet und Telefonie genutzt werden.<br />
<br />
Ansteuerung der Software geht über MAC, Android oder Linux. Routing über Hardware von Motorola.<br />
<br />
Die Positionsangaben entsprechen denen von Handfunkgeräten (bei mir ist ein Yaesu FT-2D Referenzgerät), die Genauigkeit<br />
lässt sich allerdings nicht durch manuellen Eingriff verbessern. Ohne Wahl einer Positionsverschlechterung (drei, zwei oder einstellig) beträgt die effektive Positionsgenauigkeit 185 bis 486 m bei eingeschaltetem GPS (DGPS Typ4). <br />
<br />
73 Stefan]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[SDR-Stick und direwolf]]></title>
			<link>https://forum.aprs-dl.de/showthread.php?tid=78</link>
			<pubDate>Thu, 30 Nov 2023 23:17:18 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.aprs-dl.de/member.php?action=profile&uid=347">DL7DL</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.aprs-dl.de/showthread.php?tid=78</guid>
			<description><![CDATA[Ich habe mit einem Raspberry Pi (Model 2B) mit NooElec SMArTee v2 SDR ein 2m iGate aufgesetzt.<br />
<br />
<span style="font-family: Courier New;" class="mycode_font">apt-get update</span><br />
<span style="font-family: Courier New;" class="mycode_font">apt-get upgrade</span><br />
<span style="font-family: Courier New;" class="mycode_font">sudo apt-get install rtl-sdr</span><br />
<span style="font-family: Courier New;" class="mycode_font">rtl_test -t</span><br />
<span style="font-family: Courier New;" class="mycode_font">sudo apt-get install direwolf</span><br />
 <br />
Dann braucht es eine passende conf-Datei für direwolf, meine sieht so aus.<br />
<br />
<span style="font-family: Courier New;" class="mycode_font">&#36; cat sdr.conf</span><br />
<span style="font-family: Courier New;" class="mycode_font">#</span><br />
<span style="font-family: Courier New;" class="mycode_font"># Sample configuration for SDR read-only IGate.</span><br />
<span style="font-family: Courier New;" class="mycode_font">#</span><br />
<br />
<span style="font-family: Courier New;" class="mycode_font"># We might not have an audio output device so set to null.</span><br />
<span style="font-family: Courier New;" class="mycode_font"># We will override the input half on the command line.</span><br />
<span style="font-family: Courier New;" class="mycode_font">ADEVICE null null</span><br />
<span style="font-family: Courier New;" class="mycode_font">CHANNEL 0</span><br />
<span style="font-family: Courier New;" class="mycode_font">MYCALL DL7DL-21</span><br />
<br />
<span style="font-family: Courier New;" class="mycode_font"># First you need to specify the name of a Tier 2 server.  </span><br />
<span style="font-family: Courier New;" class="mycode_font"># The current preferred way is to use one of these regional rotate addresses:</span><br />
<br />
<span style="font-family: Courier New;" class="mycode_font"># noam.aprs2.net - for North America</span><br />
<span style="font-family: Courier New;" class="mycode_font"># soam.aprs2.net - for South America</span><br />
<span style="font-family: Courier New;" class="mycode_font"># euro.aprs2.net - for Europe and Africa</span><br />
<span style="font-family: Courier New;" class="mycode_font"># asia.aprs2.net - for Asia</span><br />
<span style="font-family: Courier New;" class="mycode_font"># aunz.aprs2.net - for Oceania </span><br />
<br />
<span style="font-family: Courier New;" class="mycode_font">IGSERVER 192.168.1.239</span><br />
<br />
<span style="font-family: Courier New;" class="mycode_font"># You also need to specify your login name and passcode. </span><br />
<span style="font-family: Courier New;" class="mycode_font"># Contact the author if you can't figure out how to generate the passcode.</span><br />
<span style="font-family: Courier New;" class="mycode_font"> </span><br />
<span style="font-family: Courier New;" class="mycode_font">IGLOGIN DL7DL-21 19690</span><br />
<br />
<span style="font-family: Courier New;" class="mycode_font"># That's all you need for a receive only IGate which relays</span><br />
<span style="font-family: Courier New;" class="mycode_font"># messages from the local radio channel to the global servers.</span><br />
<br />
<span style="font-family: Courier New;" class="mycode_font"># schreibt die APRS-Meldungen in ein Logfile pro Tag</span><br />
<span style="font-family: Courier New;" class="mycode_font">LOGDIR aprs_direwolf_log/.</span><br />
<br />
mein Programmstart sieht dann so aus:<br />
<span style="font-family: Courier New;" class="mycode_font">rtl_fm -f 144.800M -s 22050 | direwolf -c sdr.conf -r 22050 -D 1 -</span><br />
<br />
<span style="font-family: Arial;" class="mycode_font">Die sample_rate von 22050 könnte bei anderen SDR-Sticks anders sein. Der IGSERVER und MYCALL müssen in der conf-Datei entsprechend angepasst werden.</span>]]></description>
			<content:encoded><![CDATA[Ich habe mit einem Raspberry Pi (Model 2B) mit NooElec SMArTee v2 SDR ein 2m iGate aufgesetzt.<br />
<br />
<span style="font-family: Courier New;" class="mycode_font">apt-get update</span><br />
<span style="font-family: Courier New;" class="mycode_font">apt-get upgrade</span><br />
<span style="font-family: Courier New;" class="mycode_font">sudo apt-get install rtl-sdr</span><br />
<span style="font-family: Courier New;" class="mycode_font">rtl_test -t</span><br />
<span style="font-family: Courier New;" class="mycode_font">sudo apt-get install direwolf</span><br />
 <br />
Dann braucht es eine passende conf-Datei für direwolf, meine sieht so aus.<br />
<br />
<span style="font-family: Courier New;" class="mycode_font">&#36; cat sdr.conf</span><br />
<span style="font-family: Courier New;" class="mycode_font">#</span><br />
<span style="font-family: Courier New;" class="mycode_font"># Sample configuration for SDR read-only IGate.</span><br />
<span style="font-family: Courier New;" class="mycode_font">#</span><br />
<br />
<span style="font-family: Courier New;" class="mycode_font"># We might not have an audio output device so set to null.</span><br />
<span style="font-family: Courier New;" class="mycode_font"># We will override the input half on the command line.</span><br />
<span style="font-family: Courier New;" class="mycode_font">ADEVICE null null</span><br />
<span style="font-family: Courier New;" class="mycode_font">CHANNEL 0</span><br />
<span style="font-family: Courier New;" class="mycode_font">MYCALL DL7DL-21</span><br />
<br />
<span style="font-family: Courier New;" class="mycode_font"># First you need to specify the name of a Tier 2 server.  </span><br />
<span style="font-family: Courier New;" class="mycode_font"># The current preferred way is to use one of these regional rotate addresses:</span><br />
<br />
<span style="font-family: Courier New;" class="mycode_font"># noam.aprs2.net - for North America</span><br />
<span style="font-family: Courier New;" class="mycode_font"># soam.aprs2.net - for South America</span><br />
<span style="font-family: Courier New;" class="mycode_font"># euro.aprs2.net - for Europe and Africa</span><br />
<span style="font-family: Courier New;" class="mycode_font"># asia.aprs2.net - for Asia</span><br />
<span style="font-family: Courier New;" class="mycode_font"># aunz.aprs2.net - for Oceania </span><br />
<br />
<span style="font-family: Courier New;" class="mycode_font">IGSERVER 192.168.1.239</span><br />
<br />
<span style="font-family: Courier New;" class="mycode_font"># You also need to specify your login name and passcode. </span><br />
<span style="font-family: Courier New;" class="mycode_font"># Contact the author if you can't figure out how to generate the passcode.</span><br />
<span style="font-family: Courier New;" class="mycode_font"> </span><br />
<span style="font-family: Courier New;" class="mycode_font">IGLOGIN DL7DL-21 19690</span><br />
<br />
<span style="font-family: Courier New;" class="mycode_font"># That's all you need for a receive only IGate which relays</span><br />
<span style="font-family: Courier New;" class="mycode_font"># messages from the local radio channel to the global servers.</span><br />
<br />
<span style="font-family: Courier New;" class="mycode_font"># schreibt die APRS-Meldungen in ein Logfile pro Tag</span><br />
<span style="font-family: Courier New;" class="mycode_font">LOGDIR aprs_direwolf_log/.</span><br />
<br />
mein Programmstart sieht dann so aus:<br />
<span style="font-family: Courier New;" class="mycode_font">rtl_fm -f 144.800M -s 22050 | direwolf -c sdr.conf -r 22050 -D 1 -</span><br />
<br />
<span style="font-family: Arial;" class="mycode_font">Die sample_rate von 22050 könnte bei anderen SDR-Sticks anders sein. Der IGSERVER und MYCALL müssen in der conf-Datei entsprechend angepasst werden.</span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Yet Another APRS Client]]></title>
			<link>https://forum.aprs-dl.de/showthread.php?tid=48</link>
			<pubDate>Sat, 12 Feb 2022 00:15:00 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.aprs-dl.de/member.php?action=profile&uid=165">DL3BWF</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.aprs-dl.de/showthread.php?tid=48</guid>
			<description><![CDATA[Aprs Software kann vielfältig eingesetzt werden auch als Gateway.<br />
<br />
Linux als BS vorausgesetzt.<br />
<br />
Download: <a href="https://sourceforge.net/projects/yetanotheraprsc/" target="_blank" rel="noopener" class="mycode_url">https://sourceforge.net/projects/yetanotheraprsc/</a><br />
<br />
Youtube Video : <a href="https://youtu.be/e8WSnfBxVc4?list=PLVBrjxh0WXORwd9GDjkhi4VD1OV5KsW1a" target="_blank" rel="noopener" class="mycode_url">https://youtu.be/e8WSnfBxVc4?list=PLVBrj...D1OV5KsW1a</a><br />
<br />
vy 73 Hartmut]]></description>
			<content:encoded><![CDATA[Aprs Software kann vielfältig eingesetzt werden auch als Gateway.<br />
<br />
Linux als BS vorausgesetzt.<br />
<br />
Download: <a href="https://sourceforge.net/projects/yetanotheraprsc/" target="_blank" rel="noopener" class="mycode_url">https://sourceforge.net/projects/yetanotheraprsc/</a><br />
<br />
Youtube Video : <a href="https://youtu.be/e8WSnfBxVc4?list=PLVBrjxh0WXORwd9GDjkhi4VD1OV5KsW1a" target="_blank" rel="noopener" class="mycode_url">https://youtu.be/e8WSnfBxVc4?list=PLVBrj...D1OV5KsW1a</a><br />
<br />
vy 73 Hartmut]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Leerzeichen in SSID]]></title>
			<link>https://forum.aprs-dl.de/showthread.php?tid=40</link>
			<pubDate>Sun, 16 May 2021 14:09:38 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.aprs-dl.de/member.php?action=profile&uid=79">DF3WE</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.aprs-dl.de/showthread.php?tid=40</guid>
			<description><![CDATA[Hi @ll,<br />
wollte gerade den APRS Cube installieren und stopere bei der Konfiguration über meine WLAN SSID mit Leerzeichen. :-(<br />
Gibt es eine Möglichkeit den Cube mit meinen Leerzeichen in der SSID trotzdem zu installieren?<br />
<br />
73 de DF3WE Rainer]]></description>
			<content:encoded><![CDATA[Hi @ll,<br />
wollte gerade den APRS Cube installieren und stopere bei der Konfiguration über meine WLAN SSID mit Leerzeichen. :-(<br />
Gibt es eine Möglichkeit den Cube mit meinen Leerzeichen in der SSID trotzdem zu installieren?<br />
<br />
73 de DF3WE Rainer]]></content:encoded>
		</item>
	</channel>
</rss>