summaryrefslogtreecommitdiff
path: root/README
blob: 0437510e43e9d778fe114df42bcfd9e0337b6cc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
About
-----
prepaid-manager-applet aims to ease the handling of mobile internet connections
using GSM mobile prepaid cards on the GNOME Desktop. Such a SIM card can either
be in a mobile phone used as a modem, a usb 3g module (usb surf stick) or used
by the built in 3G chipset in your laptop/netbook.

* It allows you to check the current balance and to top up the credit.
* It uses ModemManager to talk to your GSM chipset.

Requirements
------------
* Python3
* ModemManager with ussd support (>= 1.4)
* mobile-broadband-provider-info with top-up support (>= 20110319)
* GTK+ >= 3.22, Debian package: libgtk+-3-0
* PyGObject >= 3.22, Debian package: python-gobject

Build
-----
To build ppm use:

  meson . _build
  ninja -C _build

Running
-------
Running is currently a bit cumbersome due to the preprocessed python
files so:

  ninja -C _build install
  GSETTINGS_SCHEMA_DIR=_build/data _build/src/prepaid-manager-applet

Project Page
------------
https://honk.sigxcpu.org/piki/projects/ppm

Contact
-------
Send comments, patches and suggestions to

Guido Günther <agx@sigxcpu.org>