Search found 111 matches

by modesfan
Sat Feb 23, 2019 7:52 pm
Forum: Off Topic
Topic: F16 are not logged
Replies: 2
Views: 6252

Re: F16 are not logged

Hi 1kilowatt, thanks for reporting. I appreciate bug reports and change requests. There is no filter based on type of aircraft. MSG type 5: surveillance altitude messages are correctly processed by modesfiltered V16 and result in an entry in table. I just checked this for my station. Possible reason...
by modesfan
Sat Feb 23, 2019 9:58 am
Forum: Joining this site
Topic: Raspberry stop logging at /var/log/modes.log?
Replies: 18
Views: 13634

Re: Raspberry stop logging at /var/log/modes.log?

Hi jozg, thanks for the log! Finally I have got something to trace. The exception is the indication.
by modesfan
Thu Feb 21, 2019 6:39 pm
Forum: Joining this site
Topic: Raspberry stop logging at /var/log/modes.log?
Replies: 18
Views: 13634

Re: Raspberry stop logging at /var/log/modes.log?

The redirection has to be placed inside the start script /etc/init.d/modes.sh. Open the file with editor by: sudo nano /etc/init.d/modes.sh and edit the line java -jar $PROG > $LOGFILE 2>$LOGFILE & to java -jar $PROG > /dev/null 2>/dev/null & How do you know the latest version chrashes on yo...
by modesfan
Wed Feb 20, 2019 10:02 pm
Forum: Joining this site
Topic: Raspberry stop logging at /var/log/modes.log?
Replies: 18
Views: 13634

Re: Raspberry stop logging at /var/log/modes.log?

Hi jozg, I am using a 100 MB partition but experience nearly the same problem. So I am deleting the files from time to time. You have several options: 1. Use actual version: logging is a bit more compact and would look like this: # MSG, 5, 4951C7, 2019/02/20, 22:27:00.046, TAP532, Klundert, NL MSG, ...
by modesfan
Sun Feb 10, 2019 6:06 pm
Forum: About this site
Topic: Database connect issue
Replies: 8
Views: 9362

Re: Database connect issue

Hello netts77, Could you please explain in more detail why you think there is no connection to database? Please also check the connection: open a Windows command prompt and enter: ping 85.25.235.202 When I tried to run ModeS Logger 4.1a on a Win10 machine today it was saying “Hardware disconnected” ...
by modesfan
Wed Feb 06, 2019 8:27 pm
Forum: Joining this site
Topic: Errors since yesterday using modesfiltered
Replies: 3
Views: 3654

Re: Errors since yesterday using modesfiltered

Albert confirmed the server outage.

Oh, by the way it should not have been necessary to restart the tool. At least the V16 just logged exceptions and kept going.
by modesfan
Tue Feb 05, 2019 9:30 pm
Forum: Joining this site
Topic: Errors since yesterday using modesfiltered
Replies: 3
Views: 3654

Re: Errors since yesterday using modesfiltered

Hi skaw,

the log says there have been problems with the server. My station also reported exceptions until 16:38.
So it is not your station nor the tool.

Regards
by modesfan
Tue Jan 01, 2019 9:47 pm
Forum: Joining this site
Topic: Joining live-military-mode-s?
Replies: 12
Views: 9770

Re: Joining live-military-mode-s?

Hi Nick, the most actual version is V16. You can check the version by: head /var/log/modes.log Download and installation is documented here: https://www.live-military-mode-s.eu/Rpi/ . The log entries in your post show format errors of five type 3 messages. The position info consisting of latitude an...
by modesfan
Sat Dec 29, 2018 5:41 pm
Forum: Joining this site
Topic: Benefits of using modesfiltered: time info
Replies: 5
Views: 5016

Benefits of using modesfiltered: command line interface, scripting

You can adapt the start script to your needs. If you want the output of each run of the program to be appended to the log file and not overwritten, change line 26 of the original script: java -jar $PROG >> $LOGFILE 2>>$LOGFILE & If you want the logfile to have a date stamp, replace line 15 of th...
by modesfan
Sat Dec 29, 2018 5:20 pm
Forum: Joining this site
Topic: Benefits of using modesfiltered: time info
Replies: 5
Views: 5016

Benefits of using modesfiltered: offline mode

If you want to gather data without being connected to the Internet, you can start the tool with option -nosql. If set, the program logs type 1 and 5 messages (identification and surveillance altitude) to a file called loggedMSGs.csv. No data will be transferred to the server / website.