Page 1 of 1

Join the site with Raspberry Pi

Posted: Sat Mar 11, 2017 10:06 am
by modesfan
Hi all,

we set up a new install guide for RPi: https://www.live-military-mode-s.eu/Rpi/

You can find a README.TXT with additional info and instructions inside the zip file.

Most important: fill the variables.txt!

Cheers

Re: Join the site with Raspberry Pi

Posted: Tue Mar 14, 2017 12:40 pm
by Albert
Thanks!
Looking good!

Albert

Re: Join the site with Raspberry Pi

Posted: Fri Mar 17, 2017 8:16 pm
by swiss_radar
modesfan wrote:Hi all,

we set up a new install guide for RPi: https://www.live-military-mode-s.eu/Rpi/

You can find a README.TXT with additional info and instructions inside the zip file.

Most important: fill the variables.txt!

Cheers
Is also the program running on the PI a new version?

Re: Join the site with Raspberry Pi

Posted: Sat Mar 18, 2017 7:29 am
by modesfan
Hello swiss_radar,
the advertised program is the modesfiltered which previously has been handled in the topic "Help needed to test new reporting tool".
There was a minor change in the program (release 5), but there is no need to update an already running station with release 3 or 4.
You can check the logfile. The first line should give you the version.

Code: Select all

head /var/log/modes.log
In case you want to update, replace the modesfiltered.jar and restart the service:

Code: Select all

sudo service modes.sh restart

Re: Join the site with Raspberry Pi

Posted: Mon Mar 20, 2017 4:57 pm
by ronagel
Hello modesfan,

modesfiltered is running flawlessly on my Rasp 3, much appreciated and thanks for your great work !

Unfortunately all logs from my station are shown without altitude on Alberts website.

Is this the case due to the Rasp feeding format ??

Cheers
Roy

Re: Join the site with Raspberry Pi

Posted: Tue Mar 21, 2017 8:18 pm
by swiss_radar
modesfan wrote:Hello swiss_radar,
the advertised program is the modesfiltered which previously has been handled in the topic "Help needed to test new reporting tool".
There was a minor change in the program (release 5), but there is no need to update an already running station with release 3 or 4.
You can check the logfile. The first line should give you the version.

Code: Select all

head /var/log/modes.log
In case you want to update, replace the modesfiltered.jar and restart the service:

Code: Select all

sudo service modes.sh restart
Allright, thanks modesfan.

Currently I am not running the modesfiltered.jar, I am still running the modes.jar. Are you also the developer of modes.jar?

Re: Join the site with Raspberry Pi

Posted: Tue Mar 21, 2017 8:58 pm
by modesfan
No I am not the author. In this case I recommend you to uninstall

Code: Select all

sudo rm /etc/init.d/modes.sh
sudo update-rc.d modes.sh remove
and install modesfiltered.

Re: Join the site with Raspberry Pi

Posted: Sat Jul 22, 2017 6:17 pm
by swiss_radar
Finally found the time to update live mode s client on raspi. No errors in log so seems to run smoothly.
Just wait for some traffic to be logged. :D

Re: Join the site with Raspberry Pi

Posted: Sat Jul 22, 2017 8:41 pm
by modesfan
Swiss_radar, thanks for letting us know! Maybe something for you: the new version has a statistics output every 5 minutes. Good hunting!