<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br><div><div>Op 28 nov. 2012, om 18:13 heeft Bidur Devkota het volgende geschreven:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hi Teco,<div>The GPS data is available ( a python script reads the gps feed contineously )but I am not able to make the PUD plugin dynamically read it and update as I have stated earlier.<br></div></blockquote>If it is NMEA, send it to a UDP socket.<div><br></div><blockquote type="cite"><div><br><div class="gmail_quote">On Wed, Nov 28, 2012 at 9:12 PM, Teco Boot <span dir="ltr"><<a href="mailto:teco@inf-net.nl" target="_blank">teco@inf-net.nl</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">If you have GPS feed, just make it available.</blockquote><div> </div></div> I am not sure where/how to indicate the continuous GPS feed in the olsrd.conf file( or somewhere else).<br clear="all"></div></blockquote><div>config file = static.</div><div>UDP socket = dynamic.</div><div>Use your preferred method.</div><div><br></div><div>Here my socat config, for opposite redirection. Adjust it on your requirements.</div><div>SOCAT=/usr/bin/socat</div><div>SOCAT_OPTS="-u UDP4-RECV:$GpsRemPort,range=$GpsRemSrcAddress/32,ip-add-embership=$GpsRemMcAddress:$GpsRemInterface PTY,link=/dev/gps0,raw,echo=0"</div><div>$SOCAT $SOCAT_OPTS &</div><div><br></div><div>Teco</div><br><blockquote type="cite"><div>
<div><br></div>Thanks,<br>Bidur <div><br></div><br>
</div>
</blockquote></div><br></div></body></html>