python-gammu

Python bindings for Gammu library.
Download

python-gammu Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Michal Cihar
  • Publisher web site:
  • http://www.cihar.com/software/ukolovnik/

python-gammu Tags


python-gammu Description

Python bindings for Gammu library. python-gammu are Python bindings for Gammu library. It currently does not support all Gammu features, but range of covered functions is increasing, if you need some specific, feel free to use bug tracking system for feature requests.Installation:First you need Gammu installed as shared library and with header files. You can use either packages for your favourite distribution or do it by hand (replace XXX by current gammu version):> tar xfj gammu-XXX.tar.bz2> cd gammu-XXX> ./configure --prefix=/usr> make share> su# make installsharedFor finding gammu libraries, pkg-config is used, so please install it also.Then you can build and install python-gammu. It uses standard distutils, so:> python setup.py build> su# python setup.py installYou can override values acquired from pkg-config by environment variablesGAMMU_LIB and GAMMU_INC:GAMMU_LIB=path_to_gammu_library GAMMU_INC=path_to_gammu_includes python setup.py build running build Requirements: · Python · Gammu What's New in This Release: Lot of SMSD related changes: · New DBI backend which handles nicely many databases. · SMSD and inject tool are now separate binaries. · New monitoring tool for SMSD. · SMSD can now run as a Windows service. · SMSD behaves nicely as a daemon on Linux (syslog support, SIGHUP handling, proper daemonizing, etc.). Merger of python-gammu: · Python bindings are no longer separate projects, they are now part of Gammu release. Better support for Nokia USB cables on Linux: · Gammu now has libusb-1.0 based support for Nokia USB cables. · This gives us performance boost and support for DKU-2 cables. Much more tests: · About 1/3 of code is now covered by test cases. · Dummy phone backend to allow testing without connected phone. General code cleanup: · Fixed tons of problems found by test cases, valgrind and cppcheck. · Reorganised code structure a bit to make clear what parts are supported. Documentation: · Several new man pages have been added, most important is documentation for SMSD and all it's features.


python-gammu Related Software