Raspberry Pi and FR24 to CSV - Raspberry Pi Forums
hi all,
have 512mb version of rapsberry pi , want set flight radar server per instructions here:
http://forum.flightradar24.com/threads/ ... -feed-fr24
get software run after little bit of tweaking, thats not problem. problems having follows:
1 - pi upon boot run dump1090 process in ground.
2 - schedule reboot once every 24 hours @ 00:01
3 - output incoming data dump1090 process csv file named date eg - 2014-07-11 next days 2014-07-12 etc 4 - - allow csv file accessible web page (web server, php, mysql, myphpadmin etc setup , running)
not speed on linux , struggling windows / windows server based admin (i know know .... go on stop laughing.... stop!)
have 512mb version of rapsberry pi , want set flight radar server per instructions here:
http://forum.flightradar24.com/threads/ ... -feed-fr24
get software run after little bit of tweaking, thats not problem. problems having follows:
1 - pi upon boot run dump1090 process in ground.
2 - schedule reboot once every 24 hours @ 00:01
3 - output incoming data dump1090 process csv file named date eg - 2014-07-11 next days 2014-07-12 etc 4 - - allow csv file accessible web page (web server, php, mysql, myphpadmin etc setup , running)
not speed on linux , struggling windows / windows server based admin (i know know .... go on stop laughing.... stop!)
cron friend.
without revealing secrets* can tell @reboot clause in cron file run program @ reboot. can put in user's cron file.
similarly, if had clause this:
1 0 * * * /sbin/shutdown -r +5
cause reboot @ 00:01. should in root user's cron file. actually, start process then, allow logged in 5 minutes finish , logout before rebooting. you!
* mean not going write documentation- google friend, or man cron
without revealing secrets* can tell @reboot clause in cron file run program @ reboot. can put in user's cron file.
similarly, if had clause this:
1 0 * * * /sbin/shutdown -r +5
cause reboot @ 00:01. should in root user's cron file. actually, start process then, allow logged in 5 minutes finish , logout before rebooting. you!
* mean not going write documentation- google friend, or man cron
raspberrypi
Comments
Post a Comment