2 A driver module to interface Perl with libgnokii.
5 This module is an attempt to interface perl with libgnokii to
6 communicate with Nokia phones in a fast and gnokii compatable
7 way. Much of the code is based on code in gnokii itself and
8 on earlier code written by Konstantin Agouros.
11 Copyright (c) 2011-2012 H.Merijn Brand. All rights reserved.
13 This program is free software; you can redistribute it and/or
14 modify it under the same terms as Perl itself.
16 Recent changes can be (re)viewed in the public GIT repository
17 at http://repo.or.cz/w/GSM-Gnokii.git
18 Feel free to clone your own copy:
20 $ git clone http://repo.or.cz/r/GSM-Gnokii.git GSM-Gnokii
24 $ wget --output-document=GSM-Gnokii-git.tgz \
25 'http://repo.or.cz/w/GSM-Gnokii.git?a=snapshot;sf=tgz'
29 libgnokii-0.6.28 or higher (and the header files)
31 BUILDING AND INSTALLATION
35 # make install UNINST=1
41 Gnokii home: http://www.gnokii.org
43 To get the most recent development branch:
44 $ git clone git://git.savannah.nongnu.org/gnokii.git gnokii-git
45 To view the most recent changes:
46 http://git.savannah.gnu.org/gitweb/?p=gnokii.git;a=summary
48 http://git.savannah.gnu.org/gitweb/?s=gnokii
50 GSMI/GSMD::Gnokii: http://www.agouros.de/gnokii/
52 As always, have the appropriate amount of fun!