GSM::Gnokii
A driver module to interface Perl with libgnokii.
DESCRIPTION
This module is an attempt to interface perl with libgnokii to
communicate with Nokia phones in a fast and gnokii compatable
way. Much of the code is based on code in gnokii itself and
on earlier code written by Konstantin Agouros.
COPYING:
Copyright (c) 2011-2013 H.Merijn Brand. All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
Recent changes can be (re)viewed in the public GIT repository
Feel free to clone your own copy:
$ git clone http://repo.or.cz/r/GSM-Gnokii.git GSM-Gnokii
or get it as a tgz:
$ wget --output-document=GSM-Gnokii-git.tgz \
PREREQUISITES
perl-5.8.4
libgnokii-0.6.28 or higher (and the header files)
BUILDING AND INSTALLATION
# perl Makefile.PL
# make test
# make install UNINST=1
CHANGES
See ChangeLog
OTHER RESOURCES
Gnokii home: http://www.gnokii.org
To get the most recent development branch:
To view the most recent changes:
All gnokii projects:
GSMI/GSMD::Gnokii: http://www.agouros.de/gnokii/
As always, have the appropriate amount of fun!