Hi Dan
Some time ago I put GPS on my nodes. I wrote to Jim giving my code, and he was going to add it to his article. Other things have probably taken precedence.
It is simple, but you will need to get local help. You need to get SSH access to the nodes to edit the "status" file in the "cgi-bin" directory. Lost you already? ;<) That's why you need someone local who knows Linux , and "vi".
To put location in the status page is simple.
After the heading info in the "status" file insert: print "Location 43.5S 172.6E"; print "<hr>\n";
(use your latitude and longitude, not mine) and it's done.
I am attaching my code for the GPS device. You will need to use "croned" to read the GPS device
every 5 minutes.
You do need someone who knows Linux.
Cheers, Graham ZL3GSL
)
|