Search found 111 matches

by modesfan
Sat Nov 04, 2017 6:37 pm
Forum: Joining this site
Topic: Modes logger with Radarcape?
Replies: 10
Views: 12046

Re: Modes logger with Radarcape?

Check the PROG_PATH in your modes.sh!
Try the direct way: java -jar /home/debian/modesfiltered/modesfiltered.jar
by modesfan
Sat Nov 04, 2017 9:15 am
Forum: Joining this site
Topic: Modes logger with Radarcape?
Replies: 10
Views: 12046

Re: Modes logger with Radarcape?

The program is running and there is data coming. There could be a connection problem. Check the logfile!
Do a restart:
sudo /etc/init.d/modes.sh stop
sudo /etc/init.d/modes.sh start
Check the logfile:
cat /var/log/modes.log
by modesfan
Fri Nov 03, 2017 7:45 pm
Forum: Joining this site
Topic: Modes logger with Radarcape?
Replies: 10
Views: 12046

Re: Modes logger with Radarcape?

check with: ps ax | grep modes
If the program is running (answer is like java -jar modesfiltered.jar) the modes.sh is correct.

If there still is no data, check: nc 127.0.0.1 30003

Check the logfile: cat /var/log/modes.log
by modesfan
Wed Nov 01, 2017 9:19 pm
Forum: Joining this site
Topic: Modes logger with Radarcape?
Replies: 10
Views: 12046

Re: Modes logger with Radarcape?

try:
sudo /etc/init.d/modes.sh start
by modesfan
Fri Oct 20, 2017 6:29 pm
Forum: Joining this site
Topic: Modes logger with Radarcape?
Replies: 10
Views: 12046

Re: Modes logger with Radarcape?

Hello antonov124,

Just follow the guide for RPi: https://www.live-military-mode-s.eu/Rpi/
This should also work for Radarcape.
by modesfan
Sat Aug 12, 2017 11:29 am
Forum: Joining this site
Topic: Pi problems
Replies: 31
Views: 114203

Re: Pi problems

Hi Swiss_Radar, I was on vacation last week. Exceptions H3, H6, H7 were thrown because the server did not respond. I think this is because the server is overloaded. The approach with modesfiltered is to reduce the data already on the client by filtering out civil traffic. The program requeues the re...
by modesfan
Fri Aug 04, 2017 6:54 pm
Forum: Joining this site
Topic: Pi problems
Replies: 31
Views: 114203

Re: Pi problems

Hi Nick,
Thank you very much! This precise error report helped. There was an unchecked access to a string. I have prepared a new Version 12. Please try it out!
Cheers!
by modesfan
Thu Jul 27, 2017 7:27 pm
Forum: Off Topic
Topic: Help Please
Replies: 3
Views: 15122

Re: Help Please

Hi Simon, a year ago I was trying to get the Windows Version running but also did not succeed. First I would get netcat and test whether there is data coming from localhost. In general it is useful to describe the situation, what you already checked and what the tools report. Another option is to tr...
by modesfan
Mon Jul 24, 2017 6:37 pm
Forum: Joining this site
Topic: Pi problems
Replies: 31
Views: 114203

Re: Pi problems

Hello Nick, I am not Albert. With Release 11 the reporting was changed. Simple errors as opposed to exceptions are reported only if the program was started with the optional parameter -loginfo. So if you want to see errors in the logfile you have to edit the start script: sudo nano /etc/init.d/modes...
by modesfan
Sat Jul 22, 2017 8:41 pm
Forum: Joining this site
Topic: Join the site with Raspberry Pi
Replies: 8
Views: 11310

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!