<div dir="ltr"><span style="font-size:12.8px;text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">Ahh, if that's the file I sent Peter earlier in the week, then you may want to update to this version: <a href="http://rfhead.net/horus/RS41HUP.hex">http://rfhead.net/horus/RS41HUP.hex</a></span><div><span style="font-size:12.8px;text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">(The source for which is here: </span><a href="https://github.com/darksidelemm/RS41HUP" target="_blank" style="color:rgb(17,85,204);font-size:12.8px">https://github.com/<wbr>darksidelemm/RS41HUP</a><span style="font-size:12.8px;text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"><span> </span>)</span></div><div><span style="font-size:12.8px"><br></span><div style="font-size:12.8px;text-decoration-style:initial;text-decoration-color:initial">I've removed the gap between transmissions - it now sends MFSK symbols continuously, which makes the demodulator a little bit happier.</div><div style="font-size:12.8px;text-decoration-style:initial;text-decoration-color:initial"><br></div><div style="font-size:12.8px;text-decoration-style:initial;text-decoration-color:initial">Those changes won't be the cause of the errors you have been seeing however.</div><div style="font-size:12.8px;text-decoration-style:initial;text-decoration-color:initial"><br></div><div style="font-size:12.8px;text-decoration-style:initial;text-decoration-color:initial">Cheers,</div><div style="font-size:12.8px;text-decoration-style:initial;text-decoration-color:initial">Mark</div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Jun 23, 2018 at 6:01 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="auto">Using a repurposed sonde with Horus hex file</div><div class="HOEnZb"><div class="h5"><br><div class="gmail_quote"><div dir="ltr">On Sat., 23 Jun. 2018, 5:59 pm Mark Jessop via Vk5-wx-sonde, <<a href="mailto:vk5-wx-sonde@vk5fo.com" target="_blank">vk5-wx-sonde@vk5fo.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">The horusbinary.py script will report errors if what is receives is corrupt or invalid, but it will keep on running.<div>I suspect the version of netcat you have on your system may take different arguments to what's on my machines (which is weird.. i've been testing on Ubuntu 18.04). Try with:</div><div>nc -l -u -p 7355 localhost </div><div><br></div><div>(If you run this command by itself, with GQRX running and UDP output enabled, you should see a bunch of gibberish flood your terminal - that way you know it's working).</div><div><div><br></div><div>Your second example won't work at all. If you don't specify --stdin, horusbinary.py expects to be receiving the binary packet data via UDP, which it won't get from the horus_demod utility.<br></div><div><br></div><div>What are you using as a test signal source? </div><div><br></div><div>Cheers,</div><div>Mark</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Jun 23, 2018 at 5:47 PM, Anthony Danglmaier via Vk5-wx-sonde <span dir="ltr"><<a href="mailto:vk5-wx-sonde@vk5fo.com" rel="noreferrer" 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">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><span><div><br></div><div><br></div><div>UDP listen needs -p arg</div></span><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="m_-3820909222215479158m_8254649036548546164HOEnZb"><div class="m_-3820909222215479158m_8254649036548546164h5"><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" rel="noreferrer" 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="m_-3820909222215479158m_8254649036548546164m_5535760890465513800HOEnZb"><div class="m_-3820909222215479158m_8254649036548546164m_5535760890465513800h5"><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" rel="noreferrer" 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_-3820909222215479158m_8254649036548546164m_5535760890465513800m_-8059568654107853639HOEnZb"><div class="m_-3820909222215479158m_8254649036548546164m_5535760890465513800m_-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" rel="noreferrer" 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" rel="noreferrer" target="_blank">https://svn.code.sf.net/p/<wbr>freetel/code/freedv-dev/<wbr>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" rel="noreferrer" target="_blank">https://github.com/<wbr>projecthorus/horusbinary#<wbr>demodulating-using-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_-3820909222215479158m_8254649036548546164m_5535760890465513800m_-8059568654107853639m_-2872260292201310752HOEnZb"><div class="m_-3820909222215479158m_8254649036548546164m_5535760890465513800m_-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" rel="noreferrer" 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_-3820909222215479158m_8254649036548546164m_5535760890465513800m_-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 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" rel="noreferrer" target="_blank">Vk5-wx-sonde@vk5fo.com</a><br>
<a href="http://mail.vk5fo.com/mailman/listinfo/vk5-wx-sonde_vk5fo.com" rel="noreferrer noreferrer" target="_blank">http://mail.vk5fo.com/mailman/<wbr>listinfo/vk5-wx-sonde_vk5fo.<wbr>com</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" rel="noreferrer" target="_blank">Vk5-wx-sonde@vk5fo.com</a><br>
<a href="http://mail.vk5fo.com/mailman/listinfo/vk5-wx-sonde_vk5fo.com" rel="noreferrer noreferrer" target="_blank">http://mail.vk5fo.com/mailman/<wbr>listinfo/vk5-wx-sonde_vk5fo.<wbr>com</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" rel="noreferrer" target="_blank">Vk5-wx-sonde@vk5fo.com</a><br>
<a href="http://mail.vk5fo.com/mailman/listinfo/vk5-wx-sonde_vk5fo.com" rel="noreferrer noreferrer" target="_blank">http://mail.vk5fo.com/mailman/<wbr>listinfo/vk5-wx-sonde_vk5fo.<wbr>com</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" rel="noreferrer" target="_blank">Vk5-wx-sonde@vk5fo.com</a><br>
<a href="http://mail.vk5fo.com/mailman/listinfo/vk5-wx-sonde_vk5fo.com" rel="noreferrer noreferrer" target="_blank">http://mail.vk5fo.com/mailman/<wbr>listinfo/vk5-wx-sonde_vk5fo.<wbr>com</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" rel="noreferrer" target="_blank">Vk5-wx-sonde@vk5fo.com</a><br>
<a href="http://mail.vk5fo.com/mailman/listinfo/vk5-wx-sonde_vk5fo.com" rel="noreferrer noreferrer" target="_blank">http://mail.vk5fo.com/mailman/<wbr>listinfo/vk5-wx-sonde_vk5fo.<wbr>com</a><br>
<br></blockquote></div><br></div>
______________________________<wbr>_________________<br>
Vk5-wx-sonde mailing list<br>
<a href="mailto:Vk5-wx-sonde@vk5fo.com" rel="noreferrer" target="_blank">Vk5-wx-sonde@vk5fo.com</a><br>
<a href="http://mail.vk5fo.com/mailman/listinfo/vk5-wx-sonde_vk5fo.com" rel="noreferrer noreferrer" target="_blank">http://mail.vk5fo.com/mailman/<wbr>listinfo/vk5-wx-sonde_vk5fo.<wbr>com</a><br>
</blockquote></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>