<div dir="ltr">if we run the command line the other way we get this.<div><br></div><div>nc -l -u localhost 7355 | ./horus_demod -m binary - - | python horusbinary.py --stdin --noupload<br><div><br></div><div><br></div><div><div>2018-06-23 17:43:30,688 INFO: Hexadecimal Sentence: </div><div>2018-06-23 17:43:30,688 ERROR: Error parsing binary telemetry - unpack requires a string argument of length 22</div></div><div><br></div><div>and if we run this</div><div><div>$ nc -l -u localhost 7355 | ./horus_demod -m binary - - | python horusbinary.py --noupload</div><div><br></div><div>we get this</div><div><br></div><div><br></div><div>UDP listen needs -p arg</div><div>2018-06-23 17:46:20,767 INFO: Using User Callsign: VK5FGMH</div><div>2018-06-23 17:46:20,767 INFO: Using Payload Callsign: HORUSBINARY</div><div>2018-06-23 17:46:20,767 INFO: Started Habitat Uploader Thread.</div><div>2018-06-23 17:46:20,767 INFO: Opened UDP socket on port 55690.</div><div>2018-06-23 17:46:20,767 INFO: Started Horus Binary Uploader. Hit CTRL-C to exit.</div></div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Jun 23, 2018 at 8:08 AM, Mark Jessop via Vk5-wx-sonde <span dir="ltr"><<a href="mailto:vk5-wx-sonde@vk5fo.com" target="_blank">vk5-wx-sonde@vk5fo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">That command line is back-to-front. The nc -l -u localhost 7335 part should be at the start, i.e.:<div><br><div>$ nc -l -u localhost 7355 | ./horus_demod -m binary - - | python horusbinary.py --stdin<br><div><br></div><div>If you run `git pull`, I've added in two helper scripts, start_gqrx_rx.sh and start_soundcard_rx.sh which you can run.</div><div><br></div><div>(Note that if you've changed user.cfg, the 'git pull' command may barf. In this case, you may need to run 'git stash', then 'git pull', and then re-edit the config file.)</div><div><br></div><div>Cheers,</div><div>Mark</div></div></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Jun 23, 2018 at 5:27 PM, Anthony Danglmaier via Vk5-wx-sonde <span dir="ltr"><<a href="mailto:vk5-wx-sonde@vk5fo.com" target="_blank">vk5-wx-sonde@vk5fo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I can get the command line version running but it has a extra line regarding UDP<div><br></div><div><div>tony@mx1:~/horusbinary</div><div>$ ./horus_demod -m RTTY - - | python horusbinary.py --stdin --noupload | nc -l -u localhost 7335</div><div>UDP listen needs -p arg</div><div>2018-06-23 17:25:04,964 INFO: Using User Callsign: VK5FGMH</div><div>2018-06-23 17:25:04,964 INFO: Using Payload Callsign: HORUSBINARY</div><div>2018-06-23 17:25:04,965 INFO: Started Habitat Uploader Thread.</div><div>2018-06-23 17:25:04,965 INFO: Waiting for data on stdin.</div><div>2018-06-23 17:25:04,965 INFO: Started Horus Binary Uploader. Hit CTRL-C to exit.</div></div></div><div class="m_-8059568654107853639HOEnZb"><div class="m_-8059568654107853639h5"><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Jun 23, 2018 at 7:04 AM, Mark Jessop via Vk5-wx-sonde <span dir="ltr"><<a href="mailto:vk5-wx-sonde@vk5fo.com" target="_blank">vk5-wx-sonde@vk5fo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">The additions needed are not in the latest FreeDV debian/ubuntu package. They won't be there for quite some time.<div>Remember, the additions that make the Horus Binary decoding possible were only added in last weekend, and only finalised mid-last-week! This is all very very new!</div><div><br></div><div>Realistically your best bet at this point is to compile FreeDV-Dev from source. There are instructions on how to do this here:</div><div><a href="https://svn.code.sf.net/p/freetel/code/freedv-dev/README.txt" target="_blank">https://svn.code.sf.net/p/free<wbr>tel/code/freedv-dev/README.txt</a></div><div><br></div><div>Alternatively, you can just use the command-line version using output from GQRX: <a href="https://github.com/projecthorus/horusbinary#demodulating-using-gqrx" target="_blank">https://github.com/projecthoru<wbr>s/horusbinary#demodulating-usi<wbr>ng-gqrx</a></div><div><br></div><div>I'm currently working on a guide to getting things running under Windows (for which we have installers), but the actual operation part will be applicable to Linux too.</div><div><br></div><div>Cheers,</div><div>Mark VK5QI</div><div><br></div></div><div class="m_-8059568654107853639m_-2872260292201310752HOEnZb"><div class="m_-8059568654107853639m_-2872260292201310752h5"><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Jun 23, 2018 at 4:28 PM, Steve via Vk5-wx-sonde <span dir="ltr"><<a href="mailto:vk5-wx-sonde@vk5fo.com" target="_blank">vk5-wx-sonde@vk5fo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> no luck getting this going<br>
<br>
slill using lubuntu 17.10<br>
<br>
cant install latest freedv due to dependency issues<br>
freedv wont go in coz it wants libc6 >= 2.27<br>
libcodec2-0.8 wont go in coz it wants libc6 >= 2.27<br>
 libc6_2.27.-3_amd64.deb   wont install ????<br>
package just hangs with no complaints, but does nothing<br>
<br>
may have to force the upgrade to 18.04 on the weekend<br>
<br>
<br>
There will be a re-programmed RS41 going up on the AREG/Horus launch on the 30th of June.<br>
It'll be running the 'Horus Binary' 4FSK modem. At the moment we only have a linux-based demodulator for this, information on which is here:<br>
<br>
Tried following the instructions on my main box , l   , now wx-sonde decoder not working anymore as well :(<span class="m_-8059568654107853639m_-2872260292201310752m_-5762573268015447084HOEnZb"><font color="#888888"><br>
<br>
<br>
<br>
-- <br>
Using Opera's mail client: <a href="http://www.opera.com/mail/" rel="noreferrer" target="_blank">http://www.opera.com/mail/</a><br>
<br>
______________________________<wbr>_________________<br>
Vk5-wx-sonde mailing list<br>
<a href="mailto:Vk5-wx-sonde@vk5fo.com" target="_blank">Vk5-wx-sonde@vk5fo.com</a><br>
<a href="http://mail.vk5fo.com/mailman/listinfo/vk5-wx-sonde_vk5fo.com" rel="noreferrer" target="_blank">http://mail.vk5fo.com/mailman/<wbr>listinfo/vk5-wx-sonde_vk5fo.co<wbr>m</a><br>
</font></span></blockquote></div><br></div>
</div></div><br>______________________________<wbr>_________________<br>
Vk5-wx-sonde mailing list<br>
<a href="mailto:Vk5-wx-sonde@vk5fo.com" target="_blank">Vk5-wx-sonde@vk5fo.com</a><br>
<a href="http://mail.vk5fo.com/mailman/listinfo/vk5-wx-sonde_vk5fo.com" rel="noreferrer" target="_blank">http://mail.vk5fo.com/mailman/<wbr>listinfo/vk5-wx-sonde_vk5fo.co<wbr>m</a><br>
<br></blockquote></div><br></div>
</div></div><br>______________________________<wbr>_________________<br>
Vk5-wx-sonde mailing list<br>
<a href="mailto:Vk5-wx-sonde@vk5fo.com" target="_blank">Vk5-wx-sonde@vk5fo.com</a><br>
<a href="http://mail.vk5fo.com/mailman/listinfo/vk5-wx-sonde_vk5fo.com" rel="noreferrer" target="_blank">http://mail.vk5fo.com/mailman/<wbr>listinfo/vk5-wx-sonde_vk5fo.co<wbr>m</a><br>
<br></blockquote></div><br></div>
</div></div><br>______________________________<wbr>_________________<br>
Vk5-wx-sonde mailing list<br>
<a href="mailto:Vk5-wx-sonde@vk5fo.com">Vk5-wx-sonde@vk5fo.com</a><br>
<a href="http://mail.vk5fo.com/mailman/listinfo/vk5-wx-sonde_vk5fo.com" rel="noreferrer" target="_blank">http://mail.vk5fo.com/mailman/<wbr>listinfo/vk5-wx-sonde_vk5fo.<wbr>com</a><br>
<br></blockquote></div><br></div>