Join the site with Raspberry Pi
-
- Posts: 111
- Joined: Thu Apr 07, 2016 7:37 pm
Join the site with Raspberry Pi
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
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
-
- Posts: 3031
- Joined: Mon Sep 08, 2008 8:57 am
Re: Join the site with Raspberry Pi
Thanks!
Looking good!
Albert
Looking good!
Albert
Re: Join the site with Raspberry Pi
Is also the program running on the PI a new version?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
-
- Posts: 111
- Joined: Thu Apr 07, 2016 7:37 pm
Re: Join the site with Raspberry Pi
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.
In case you want to update, replace the modesfiltered.jar and restart the service:
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
Code: Select all
sudo service modes.sh restart
Re: Join the site with Raspberry Pi
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
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
Allright, thanks modesfan.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.In case you want to update, replace the modesfiltered.jar and restart the service:Code: Select all
head /var/log/modes.log
Code: Select all
sudo service modes.sh restart
Currently I am not running the modesfiltered.jar, I am still running the modes.jar. Are you also the developer of modes.jar?
-
- Posts: 111
- Joined: Thu Apr 07, 2016 7:37 pm
Re: Join the site with Raspberry Pi
No I am not the author. In this case I recommend you to uninstall
and install modesfiltered.
Code: Select all
sudo rm /etc/init.d/modes.sh
sudo update-rc.d modes.sh remove
Re: Join the site with Raspberry Pi
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.
Just wait for some traffic to be logged.

-
- Posts: 111
- Joined: Thu Apr 07, 2016 7:37 pm
Re: Join the site with Raspberry Pi
Swiss_radar, thanks for letting us know! Maybe something for you: the new version has a statistics output every 5 minutes. Good hunting!