From ae99c452eb46d0f0c36a8e44e627994ce261a726 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Fri, 11 Apr 2014 09:27:51 +0200 Subject: examples: add modem watcher example in JS --- examples/modem-watcher-javascript/README | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 examples/modem-watcher-javascript/README (limited to 'examples/modem-watcher-javascript/README') diff --git a/examples/modem-watcher-javascript/README b/examples/modem-watcher-javascript/README new file mode 100644 index 00000000..db77683d --- /dev/null +++ b/examples/modem-watcher-javascript/README @@ -0,0 +1,22 @@ + +The modem-watcher-javascript program makes use of the 'libmm-glib' library through +GObject Introspection to talk to ModemManager. + +The program will just print in stdout whenever: + * ModemManager is found in the bus + * ModemManager is lost in the bus + * A new modem is added to ModemManager + * A modem is removed from ModemManager + +The output will look like this: + +$ ./modem-watcher-javascript +[ModemWatcher] ModemManager service is available in bus +[ModemWatcher] Vodafone (Huawei) (K3772) modem managed by ModemManager [861320000017897]: /org/freedesktop/ModemManager1/Modem/1 +[ModemWatcher] modem unmanaged by ModemManager: /org/freedesktop/ModemManager1/Modem/1 +[ModemWatcher] ModemManager service not available in bus + +Note that the program requires ModemManager and libmm-glib to be installed in +the system and the introspection typelibs available in the standard paths. + +Have fun! \ No newline at end of file -- cgit v1.2.3-70-g09d2