<?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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: SBS1 Utilities</title>
	<atom:link href="http://piopawlu.net/projects/sbs1-utilities/feed/" rel="self" type="application/rss+xml" />
	<link>http://piopawlu.net</link>
	<description>General Purpose Blog by Piotr Pawluczuk - software, hardware and other not always useful stuff!</description>
	<lastBuildDate>Thu, 13 May 2010 12:42:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bob</title>
		<link>http://piopawlu.net/projects/sbs1-utilities/comment-page-1/#comment-257</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Thu, 13 May 2010 12:42:47 +0000</pubDate>
		<guid isPermaLink="false">http://piopawlu.net/?page_id=30#comment-257</guid>
		<description>Piotr
I&#039;m using sbs1xxx for a few days now as multiplexer and BS decoder. After a number of hours or even days, sbs1xxx becomes dead. No more output on both the multiplexer and the socket server. I run sbs1xxx in the background using 
 &gt; /dev/null &amp;  at the end of the command line.
Is there a way to debug what happens?</description>
		<content:encoded><![CDATA[<p>Piotr<br />
I&#8217;m using sbs1xxx for a few days now as multiplexer and BS decoder. After a number of hours or even days, sbs1xxx becomes dead. No more output on both the multiplexer and the socket server. I run sbs1xxx in the background using<br />
 &gt; /dev/null &amp;  at the end of the command line.<br />
Is there a way to debug what happens?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Piotr Pawluczuk</title>
		<link>http://piopawlu.net/projects/sbs1-utilities/comment-page-1/#comment-245</link>
		<dc:creator>Piotr Pawluczuk</dc:creator>
		<pubDate>Wed, 28 Apr 2010 09:48:22 +0000</pubDate>
		<guid isPermaLink="false">http://piopawlu.net/?page_id=30#comment-245</guid>
		<description>The problem is WordPress replaces double &quot;-&quot; with one longer &quot;--&quot; when not using [code]code[/code] tag :/</description>
		<content:encoded><![CDATA[<p>The problem is WordPress replaces double &#8220;-&#8221; with one longer &#8220;&#8211;&#8221; when not using [code]code[/code] tag :/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://piopawlu.net/projects/sbs1-utilities/comment-page-1/#comment-244</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Wed, 28 Apr 2010 09:45:20 +0000</pubDate>
		<guid isPermaLink="false">http://piopawlu.net/?page_id=30#comment-244</guid>
		<description>Thank you for your answer. 
Due to lack of docs I spent a lot of time to found out that you have a typo in your BS30003 example (-ot tcp30003 instead of --ot tcp30003, both look common in Unix environments).
In fact I tested the multiplexer with 5 PCs connecting from Basestation Software and it works. Badly the decoded output allows only one connection :-(( . This would be really nice.

In the hope it may help others, here&#039;s a working example commandline:

sbs1xxx ---sbs1ip 192.168.1.170:10001 --ot tcp30003 --ss --ssp 30003 --multiplexer 20072 

(no line breaks here)

Explanation:
--sbs1ip = IP-address and port of SBS-1 box (192.168.1.170:10001)
--ot tcp30003  = BaseStation compatible output
--ss = enable socket-server, decoded output as from BaseStation software, only one connection allowed
--ssp = socket-server port (30003)
--multiplexer 20072 = port to connect with BaseStation software (Settings-&gt;Hardware Settings-&gt;Network (IP-adress from multiplexer and Port 20072), multiple connections allowed</description>
		<content:encoded><![CDATA[<p>Thank you for your answer.<br />
Due to lack of docs I spent a lot of time to found out that you have a typo in your BS30003 example (-ot tcp30003 instead of &#8211;ot tcp30003, both look common in Unix environments).<br />
In fact I tested the multiplexer with 5 PCs connecting from Basestation Software and it works. Badly the decoded output allows only one connection :-(( . This would be really nice.</p>
<p>In the hope it may help others, here&#8217;s a working example commandline:</p>
<p>sbs1xxx &#8212;sbs1ip 192.168.1.170:10001 &#8211;ot tcp30003 &#8211;ss &#8211;ssp 30003 &#8211;multiplexer 20072 </p>
<p>(no line breaks here)</p>
<p>Explanation:<br />
&#8211;sbs1ip = IP-address and port of SBS-1 box (192.168.1.170:10001)<br />
&#8211;ot tcp30003  = BaseStation compatible output<br />
&#8211;ss = enable socket-server, decoded output as from BaseStation software, only one connection allowed<br />
&#8211;ssp = socket-server port (30003)<br />
&#8211;multiplexer 20072 = port to connect with BaseStation software (Settings-&gt;Hardware Settings-&gt;Network (IP-adress from multiplexer and Port 20072), multiple connections allowed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Piotr Pawluczuk</title>
		<link>http://piopawlu.net/projects/sbs1-utilities/comment-page-1/#comment-243</link>
		<dc:creator>Piotr Pawluczuk</dc:creator>
		<pubDate>Wed, 28 Apr 2010 07:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://piopawlu.net/?page_id=30#comment-243</guid>
		<description>Hello Bob,

The multiplexer can handle more than two connections at once, but the socket server ( decoded output ) can only accept one connection. This might change in future, but for now it is this way.</description>
		<content:encoded><![CDATA[<p>Hello Bob,</p>
<p>The multiplexer can handle more than two connections at once, but the socket server ( decoded output ) can only accept one connection. This might change in future, but for now it is this way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://piopawlu.net/projects/sbs1-utilities/comment-page-1/#comment-242</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Tue, 27 Apr 2010 21:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://piopawlu.net/?page_id=30#comment-242</guid>
		<description>Hi Piotr,
is it true that the multiplexer can supply only two connections and the socketserver allows only one connection. The Basestation Software allows multiple connections at once.</description>
		<content:encoded><![CDATA[<p>Hi Piotr,<br />
is it true that the multiplexer can supply only two connections and the socketserver allows only one connection. The Basestation Software allows multiple connections at once.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Helge</title>
		<link>http://piopawlu.net/projects/sbs1-utilities/comment-page-1/#comment-210</link>
		<dc:creator>Helge</dc:creator>
		<pubDate>Fri, 12 Feb 2010 11:49:45 +0000</pubDate>
		<guid isPermaLink="false">http://piopawlu.net/?page_id=30#comment-210</guid>
		<description>Thank you, so the &quot;--ot hex&quot; is really everything that is coming from the receiver.</description>
		<content:encoded><![CDATA[<p>Thank you, so the &#8220;&#8211;ot hex&#8221; is really everything that is coming from the receiver.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Piotr</title>
		<link>http://piopawlu.net/projects/sbs1-utilities/comment-page-1/#comment-209</link>
		<dc:creator>Piotr</dc:creator>
		<pubDate>Fri, 12 Feb 2010 10:41:24 +0000</pubDate>
		<guid isPermaLink="false">http://piopawlu.net/?page_id=30#comment-209</guid>
		<description>Unfortunately the only way to do that would be to modify the FPGA firmware which is not something I am going to play with. Especially when you can build your own non-restricted receiver for about $50.</description>
		<content:encoded><![CDATA[<p>Unfortunately the only way to do that would be to modify the FPGA firmware which is not something I am going to play with. Especially when you can build your own non-restricted receiver for about $50.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Helge</title>
		<link>http://piopawlu.net/projects/sbs1-utilities/comment-page-1/#comment-208</link>
		<dc:creator>Helge</dc:creator>
		<pubDate>Fri, 12 Feb 2010 10:39:30 +0000</pubDate>
		<guid isPermaLink="false">http://piopawlu.net/?page_id=30#comment-208</guid>
		<description>Hi Piotr,
when I have a look into the hex output I can see the DF04, DF05, DF11, DF17, DF20 and DF21. Do you know if it is also possible to get the DF00 and DF16 from the SBS1?

Best regards
Helge.</description>
		<content:encoded><![CDATA[<p>Hi Piotr,<br />
when I have a look into the hex output I can see the DF04, DF05, DF11, DF17, DF20 and DF21. Do you know if it is also possible to get the DF00 and DF16 from the SBS1?</p>
<p>Best regards<br />
Helge.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Piotr</title>
		<link>http://piopawlu.net/projects/sbs1-utilities/comment-page-1/#comment-205</link>
		<dc:creator>Piotr</dc:creator>
		<pubDate>Sun, 07 Feb 2010 17:00:36 +0000</pubDate>
		<guid isPermaLink="false">http://piopawlu.net/?page_id=30#comment-205</guid>
		<description>Thanks, I have replied to you by email. I can&#039;t tell at this point whether it&#039;s the 0deg crossing issue or not. The algorithm itself was written according to ICAO docs, I believe they have taken that into account, but I must have left a bug. Waiting for a recording now :)

Piotr</description>
		<content:encoded><![CDATA[<p>Thanks, I have replied to you by email. I can&#8217;t tell at this point whether it&#8217;s the 0deg crossing issue or not. The algorithm itself was written according to ICAO docs, I believe they have taken that into account, but I must have left a bug. Waiting for a recording now :)</p>
<p>Piotr</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin</title>
		<link>http://piopawlu.net/projects/sbs1-utilities/comment-page-1/#comment-204</link>
		<dc:creator>Colin</dc:creator>
		<pubDate>Sun, 07 Feb 2010 16:24:22 +0000</pubDate>
		<guid isPermaLink="false">http://piopawlu.net/?page_id=30#comment-204</guid>
		<description>&lt;a href=&quot;#comment-203&quot; rel=&quot;nofollow&quot;&gt;@Piotr&lt;/a&gt; 

Piotr

Okay - as soon as I have an email address for you I will attach some --record output.

BTW - I&#039;m located in NW. England so would expect to see longitudes perhaps from 1Deg East to 4Deg West.  Perhaps getting contacts on &quot;both&quot; sides of 0Deg meridian is the issue?

Colin</description>
		<content:encoded><![CDATA[<p><a href="#comment-203" rel="nofollow">@Piotr</a> </p>
<p>Piotr</p>
<p>Okay &#8211; as soon as I have an email address for you I will attach some &#8211;record output.</p>
<p>BTW &#8211; I&#8217;m located in NW. England so would expect to see longitudes perhaps from 1Deg East to 4Deg West.  Perhaps getting contacts on &#8220;both&#8221; sides of 0Deg meridian is the issue?</p>
<p>Colin</p>
]]></content:encoded>
	</item>
</channel>
</rss>
