Main > Free Download Search >

Free googlemaps software for linux

googlemaps

Sponsored Links
Sponsored Links
Sort by >> Relevance
rss
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3
WebService::GoogleMaps 0.07

WebService::GoogleMaps 0.07


WebService::GoogleMaps is an automated interface to Google Maps. more>>
WebService::GoogleMaps is an automated interface to Google Maps.

SYNOPSIS

use WebService::GoogleMaps;

# Set up a new object with a viewport of 640 x 480 pixels
my $gmap = WebService::GoogleMaps->new( 640, 480 );

# Specify a location to view
$gmap->set(
latitude => 40.750275,
longitude => -73.993034,
zoom_level => 4, # valid values are 0..14, lower value is more zoomed
cache_dir => "/tmp", # optional, but recommended! Helps speed up future requests
pan_x => 0, # move viewport to the east (+) or west (-) a number of pixels
pan_y => 0, # move viewport to the south (+) or north (-) a number of pixels
);

# create a GD object containing our bitmapped map object
$gmap->generate_gd();

# or simply
# $gmap->generate_gd(40.750275, -73.993034, 4); # latitude, longitude, zoom_level

my $error = $gmap->error();
$error && print "Error: $errorn";

open (FH, ">", "mymap.png");
binmode FH;
print FH $gmap->{gd}->png;
close(FH);

WebService::GoogleMaps provides an automated interface to Google Maps http://maps.google.com/, which provides free street maps of locations in the USA and Canada. This module allows you to specify an image size, latitude, longitude, and zoom level and returns a GD object containing a street level map.

<<less
Download (0.011MB)
Added: 2006-11-24 License: Perl Artistic License Price:
1067 downloads
Alerttail 0.2

Alerttail 0.2


Alerttail executes actions when some text has been written to a file. more>>
Alerttail project executes actions when "some text" has been written to a file.

This software tails a file and when a line matches some text pattern alerttail will execute a list of actions defined on its own configuration file.

Imagine you want to be warned when some text is written to a log file, you could just configure alerttail asking it to notify you with a gtk notify popup.

For example when i start my proftpd server for desktop file sharing i would like to monitor when somebody logs in and downloads a file. To know that i would configure alerttail to analyse /var/log/proftpd/proftpd.log and /var/log/proftpd/xferlog.

Or if i would like to know when somebody execute a "su" command i will configure alerttail to listen to /var/log/auth.log.

Same thing for samba access, kernel , mail, gaim events or any other log file event.

Another interesting scenario is iptables monitoring. If we want to know if a remote host try to direct connect to our box we will ask alerttail to monitor /var/log/messages and alert us with a notify popup with a link to googleMaps for GeoIp Localization.

How does it works:

Alerttail is configured via config files.
Each file will define tail match policies.
When it tails a file, each line is parsed by a regular expression agent that will determine if that text line matches a provided text pattern. If it does, it will execute several actions defined by the user.

Each tailed file can have one or more regex parsers and each of those parsers will trigger one or more actions.

Actions can be alerttail built in actions (GTK notify action , geoipLocalization action, filtering text action) or a custom user defined shell command action.

Alerttail has been developed in C++ for linux platform.

<<less
Download (0.072MB)
Added: 2007-04-25 License: GPL (GNU General Public License) Price:
914 downloads
daloRADIUS 0.9-2

daloRADIUS 0.9-2


daloRADIUS is an advanced RADIUS web management application aimed at managing hotspots and general-purpose ISP deployments. more>>
daloRADIUS is an advanced RADIUS web management application aimed at managing hotspots and general-purpose ISP deployments. The project features user management, graphical reporting, accounting, a billing engine and integrates with GoogleMaps for geo-locating.

daloRADIUS is written in PHP and JavaScript and utilizes a MySQL database. It is based on a FreeRADIUS deployment with MySQL serving as the backend. Among other features it implements ACLs, GoogleMaps integration for locating hotspots/access points visually and many more features.

<<less
Download (0.17MB)
Added: 2007-08-01 License: GPL (GNU General Public License) Price:
834 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 1
  • 1