#!/usr/bin/perl # watch-aprs.cgi: refresh. print "Content-type: text/html\n"; #HTML header print "\n"; print "\n"; print "\n"; print "Nearly-Live APRS map from WB5RMG\n"; print "\n"; print "
\n"; print "\n"; print "
Nearly-Live APRS map from WB5RMG
(auto-refresh enabled)
\n"; print "
\"Image\n"; print "
\n"; print "
\n"; print "\n"; print "\n"; print "
UI-View Server
force the refresh
pause display
This map display is sourced from a computer running UI-View32. This program is collecting live position and weather data from Amateur Radio stations around the area, and plotting that data onto this map. Additional data is being collected from the APRSnet via the internet, to include objects from other frequencies or that use tcp/ip only connections such as CWOP. The data-display from that computer is screen-captured every 60 seconds, so if your display only shows part of the map, you may have caught it before the update was complete. Use the link above to force a manual refresh, and get back in sync.
\n"; print "
\n"; print " \n"; print "
\n"; &finish; sub finish { print "\n\n"; exit; }