<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css" style="display:none"><!-- p { margin-top: 0px; margin-bottom: 0px; }--></style>
</head>
<body dir="ltr">
<div id="OWAFontStyleDivID" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Software wise, I'm using custom software to 1) read from the U-blox receiver, and 2) generate RTCM 3.1 messages. I'm also interfacing to the new Skytraq receivers. The caster is event driven and makes use of the linux epoll() interface to efficiently manage
 tcp connections. The footprint per connection is very small, allowing a small computer to manage a large number of connections. Originally, I was targeting Ubiquity's router station pro, but the Raspberry pi is cheap and more than fast enough.<br>
</p>
<p>​<br>
</p>
<p>I agree power isn't an issue. It's more a matter of knowing what's available and planning for it. In my case, I'd like to be able to support 20 to 100 stations, so the hardware must be easy to assemble and  very reliable. I greatly prefer to not have to
 do any soldering. I'm expecting to use traditional (IEEE) POE powered from 110V, but many remote solar installations are based on 24V. I don't have a "solder free" solution for 24V, but I don't think there will be a problem finding one.<br>
</p>
<p><br>
</p>
<p>Rtklib would be one possible consumer of the data. Commercial systems (eg. Trimble) can also use it directly. Of course, I have my own plans to create a service which, combined with a smart phone and an external raw receiver, would generate accurate positions
 in "semi real time".<br>
</p>
<p><br>
</p>
<div>
<div style="font-family:Tahoma; font-size:13px">
<p>John Morris<br>
</p>
<p>Menlo Park, CA</p>
</div>
</div>
<div style="color: rgb(40, 40, 40);">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> foss-gps-bounces@lists.osgeo.org <foss-gps-bounces@lists.osgeo.org> on behalf of Danny Miller <dannym@austin.rr.com><br>
<b>Sent:</b> Monday, May 12, 2014 3:48 PM<br>
<b>To:</b> Open Source GPS-related discussion and support<br>
<b>Subject:</b> Re: [FOSS-GPS] Amateur NTRIP casters</font>
<div> </div>
</div>
<div>
<div class="moz-cite-prefix">Plenty of very cheap buck converters to get 5V from higher voltage DC sources.  I don't think power is a problem.<br>
<br>
What is this composed of?  Does RTKLib allow you to output data as an NTRIP caster? 
<br>
<br>
Is there any kind of database your GPS could look up against its location and select it?  Or would you just need to know the IP# as an ad-hoc lookup?<br>
<br>
Danny<br>
<br>
On 5/12/2014 5:22 PM, John Morris wrote:<br>
</div>
<blockquote type="cite"><style type="text/css" style="">
<!--
p
        {margin-top:0px;
        margin-bottom:0px}
-->
</style>
<div id="OWAFontStyleDivID" style="font-size:12pt; color:#000000; background-color:#FFFFFF; font-family:Calibri,Arial,Helvetica,sans-serif">
<style type="text/css" style="">
<!--
p
        {margin-top:0px;
        margin-bottom:0px}
-->
</style>
<div id="OWAFontStyleDivID" style="font-size:12pt; color:#000000; background-color:#FFFFFF; font-family:Calibri,Arial,Helvetica,sans-serif">
<style type="text/css" style="">
<!--
p
        {margin-top:0px;
        margin-bottom:0px}
-->
</style>
<div id="OWAFontStyleDivID" style="font-size:12pt; color:#000000; background-color:#FFFFFF; font-family:Calibri,Arial,Helvetica,sans-serif">
<div><span style="font-size:12pt">The basic requirements for a base station</span><span style="font-size:12pt"> are 1) a good location, 2) </span><span style="font-size:12pt">reliable power and</span><span style="font-size:12pt"> 3</span><span style="font-size:12pt">)
 reliable networking</span><span style="font-size:12pt">.  I suspect ham relay towers are in excellent locations and they have</span><span style="font-size:12pt"> solved the power issues. They probably don't have great networking bandwidth</span><span style="font-size:12pt">.
 You could handle a limited number of connections on a local caster, but the main "hub" caster should have a high bandwidth connection and probably reside somewhere back in town.</span><br>
</div>
<div><br>
</div>
<div>My rPI fits into a weatherproof box and is powered over the ethernet cable (POE).  I'm using a Trmble compact dome antenna mounted on a 3/4" pipe. Rather than placing the antenna on a tall, wiggling tower, I'm hammering the pipe deep into the ground. The
 earth is a much more stable platform for precise positioning.<br>
</div>
<div><br>
</div>
<div>I'm not sure what voltages are available in the ham towers. The rPi needs a clean 5V.   I'm using a remote POE adapter over a 100m ethernet cable.  If you have 110Vac or 12V nearby, you could use a simple USB charger instead.<br>
</div>
<div><br>
</div>
<div>
<div>
<div>John Morris<br>
Menlo Park, CA<br>
<br>
________________________________________<br>
From: <a class="moz-txt-link-abbreviated" href="mailto:foss-gps-bounces@lists.osgeo.org">
foss-gps-bounces@lists.osgeo.org</a> <a class="moz-txt-link-rfc2396E" href="mailto:foss-gps-bounces@lists.osgeo.org">
<foss-gps-bounces@lists.osgeo.org></a> on behalf of John Morris <a class="moz-txt-link-rfc2396E" href="mailto:john@coyotebush.net">
<john@coyotebush.net></a><br>
Sent: Monday, May 12, 2014 11:17 AM<br>
To: Open Source GPS-related discussion and support<br>
Subject: Re: [FOSS-GPS] Amateur NTRIP casters<br>
<br>
I'm setting up a small ntrip caster which runs on a RaspberryPi. It takes data from an Lea-Xt and  can broadcast both raw and RTCM 3.1 messages.  It doesn't support all the variations of Ntrip - just Ntrip 2 over tcp with simple password protection - but that
 is all I need for my purposes.<br>
<br>
Over all, I'd like to set up a series of local, community base stations, and then do a mobile app for short static positions. I haven't started the mobile app yet, but the base station software is close to being usable.<br>
<br>
I'd be interested in collaborating.<br>
<br>
John Morris<br>
<br>
Menlo Park, CA<br>
<br>
________________________________________<br>
From: <a class="moz-txt-link-abbreviated" href="mailto:foss-gps-bounces@lists.osgeo.org">
foss-gps-bounces@lists.osgeo.org</a> <a class="moz-txt-link-rfc2396E" href="mailto:foss-gps-bounces@lists.osgeo.org">
<foss-gps-bounces@lists.osgeo.org></a> on behalf of Danny Miller <a class="moz-txt-link-rfc2396E" href="mailto:dannym@austin.rr.com">
<dannym@austin.rr.com></a><br>
Sent: Thursday, May 08, 2014 1:25 PM<br>
To: <a class="moz-txt-link-abbreviated" href="mailto:foss-gps@lists.osgeo.org">foss-gps@lists.osgeo.org</a><br>
Subject: [FOSS-GPS] Amateur NTRIP casters<br>
<br>
I have seen some things about NTRIP casters as references.  They're<br>
supposed to be useful, but few and far between.  Long-distance baselines<br>
are likely.<br>
<br>
I was talking to a local ham radio group the other day, which was into<br>
setting up stations... repeaters I think, as a grassroots public<br>
service.  I think there was some sort of internet connection involved there.<br>
<br>
Would it be useful to use something like LEA-6T or NV08-C L1 stuff as an<br>
amateur, but more likely to be local (low baseline), NTRIP caster?<br>
<br>
It really doesn't seem difficult to add this functionality to the sort<br>
of physical stations they do.  Is it useful for accuracy?  Is there an<br>
existing framework by which amateur, local NTRIP data could be located<br>
and accessed?<br>
<br>
Danny<br>
<br>
_______________________________________________<br>
This message is sent to you from <a class="moz-txt-link-abbreviated" href="mailto:FOSS-GPS@lists.osgeo.org">
FOSS-GPS@lists.osgeo.org</a> mailing list.<br>
Visit <a href="http://lists.osgeo.org/mailman/listinfo/foss-gps" target="_blank">
http://lists.osgeo.org/mailman/listinfo/foss-gps</a> to manage your subscription<br>
For more information, check <a href="http://wiki.osgeo.org/wiki/FOSS-GPS" target="_blank">
http://wiki.osgeo.org/wiki/FOSS-GPS</a><br>
_______________________________________________<br>
This message is sent to you from <a class="moz-txt-link-abbreviated" href="mailto:FOSS-GPS@lists.osgeo.org">
FOSS-GPS@lists.osgeo.org</a> mailing list.<br>
Visit <a href="http://lists.osgeo.org/mailman/listinfo/foss-gps" target="_blank">
http://lists.osgeo.org/mailman/listinfo/foss-gps</a> to manage your subscription<br>
For more information, check <a href="http://wiki.osgeo.org/wiki/FOSS-GPS" target="_blank">
http://wiki.osgeo.org/wiki/FOSS-GPS</a><br>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset> <br>
<pre>_______________________________________________
This message is sent to you from <a class="moz-txt-link-abbreviated" href="mailto:FOSS-GPS@lists.osgeo.org">FOSS-GPS@lists.osgeo.org</a> mailing list.
Visit <a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/foss-gps">http://lists.osgeo.org/mailman/listinfo/foss-gps</a> to manage your subscription
For more information, check <a class="moz-txt-link-freetext" href="http://wiki.osgeo.org/wiki/FOSS-GPS">http://wiki.osgeo.org/wiki/FOSS-GPS</a></pre>
</blockquote>
<br>
</div>
</div>
</div>
</body>
</html>