<div dir="ltr"><div dir="ltr">I've had mine going continuously for a little over 2 months.<div><br></div><div>I am K7AZJ, and my QTH is Phoenix. I have gotten as far away as Eastern Russia, and Hawaii. Mostly US, and Canada.</div><div><br></div><div>Running with a dedicated Rpi 2 and 20m vertical.</div><div><br></div><div>For those who profess to be Noobies. Let me explain a little bit about linux:</div><div>Linux is by design a multiuser operating system. When you boot up, you are actually running as the user "pi".</div><div><br></div><div>The reason you have to put sudo in front of the command is that the user pi does not have the privileges it needs to run. By putting sudo in front, you "become" root (which is the all powerful user, on unix and linux systems), and then you can run programs that accesses more privileged resources.</div><div><br></div><div>The reason you must be in the directory to run it, is because you told it so on the command line. The . before the filename wspr, is a shortcut which means "current directory" so</div><div>./wspr:  means run from the current directory (where ever you may be).</div><div><br></div><div>You could easily run it from anywhere as long as the path was right. So if you had the wspr executable in a directory named bin in your home directory then </div><div>"sudo /home/pi/bin/wspr" would be just as good. I moved my executable to my bin directory and run it that way, myself.</div><div><br></div><div>Also according to the README file in the directory where you downloaded and built wspr, I have added several 0's at the end of the command to only transmit every 30 minutes (14 0's I think). I feel that every 2 minutes is too frequently for me.</div><div><br></div><div>so, after the sudo ./wspr ... 20 20m, mine looks like this:</div><div><br></div><div>sudo ./wspr ... 20 20m 0 0 0 0 0 0 0 0 0 0 0 0 0 0</div><div><br></div><div>this means that when the next 2 minutes rolls around if it is zero it won't transmit.</div><div>once it exhausts all the 0 bands (which make it not transmit), it will then recycle again, and then the 20m causes it to be transmitted again.</div><div><br></div><div><br></div><div>Anyway, I hope my explanation is helpful to some who are new to linux. </div><div><br></div><div>Jerry</div><div> </div></div><div class="gmail_extra"><br clear="all" style="font-size:19.2px"><div style="font-size:19.2px"><div class="gmail-m_6439577216008354081gmail_signature"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"></div></div></div></div></div></div></div></div></div></div></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div><br></div><div>--</div><div dir="ltr">Extra Ham Operator: K7AZJ<br>Registered Linux User: 275424<br>Raspberry Pi and Openscad developer<br><br>







<p><font size="2" face="arial, helvetica, sans-serif"><i>The most exciting phrase to hear in science - the one that heralds new discoveries - is not "Eureka!" but "That's funny...".<br></i>- Isaac. Asimov</font></p></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
<br><div class="gmail_quote"><br></div></div></div>