Is there a logfile showing data sent on meteobridge?

All about the standard Meteobridge devices based on mobile routers from TP-Link, D-Link, ASUS

Moderator: Mattk

Post Reply
doncurtis
Expert Boarder
Expert Boarder
Posts: 88
Joined: Wed Jan 25, 2017 2:12 am

Is there a logfile showing data sent on meteobridge?

Post by doncurtis »

Is there a logfile on the meteobridge itself (via a Linux shell) that shows the exact data sent to each weather network?

If so, what is the file system name of the log(s)?


Thanks!
---------
Don
User avatar
admin
Platinum Boarder
Platinum Boarder
Posts: 7874
Joined: Mon Oct 01, 2007 10:51 pm

Re: Is there a logfile showing data sent on meteobridge?

Post by admin »

You over estimate by far what the MR3020 systems can provide in terms of storage. This data is not stored. We just have 32 MB of RAM and 4 MB of flash!

When you login via ssh, you can do as follows to have upload data scrolling though your console:

Code: Select all

echo "" >/var/run/notest          # this stops automated restart of dropped jobs
rcwnetd stop      # this stops weather network upload process
/home/meteohub/wnetd debug     # this start weather network upload process in debug mode where you can somehow see what is being uploaded
As this is for my personal debugging, please don't ask what the output exactly means. However, you should find the information you are looking for in there (for whatever reason you are asking for that).
doncurtis
Expert Boarder
Expert Boarder
Posts: 88
Joined: Wed Jan 25, 2017 2:12 am

Re: Is there a logfile showing data sent on meteobridge?

Post by doncurtis »

Thank you!
---------
Don
Post Reply