X-Git-Url: https://git.toastfreeware.priv.at/gregoa/zavai.git/blobdiff_plain/4eac7a8fb19ce4d7fae803fa22deb96fa801f066..8ead97831e25f820bd093a6e2717bf63aab17a09:/README diff --git a/README b/README index 0d17b4c..12d0788 100644 --- a/README +++ b/README @@ -176,6 +176,19 @@ TODO list / wish list * FSO API "documentation": http://git.freesmartphone.org/?p=specs.git;a=blob_plain;f=html/index.html;hb=HEAD +using vala-dbus-binding-tool: + + mdbus -s org.freesmartphone.ogsmd /org/freesmartphone/GSM/Device org.freedesktop.DBus.Introspectable.Introspect > /tmp/api.xml + vi /tmp/api.xml + convert to xml: + remove quotes at begin and end + :$s/\n/^M/g + mkdir /tmp/foo + vala-dbus-binding-tool --directory=/tmp/foo --api-path=/tmp/api.xml + + + + * Features to add: - if GPS time is more than 1 minute and less than 1 hour different than the system time, automatically sync it @@ -194,6 +207,7 @@ TODO list / wish list + GSM status on main screen (with messages while coming online, and operator, power and so on) - log incoming messages + (first as a standalone app quick to compile) - log and refuse incoming calls to "move" the GSM device to my laptop: socat FILE:/dev/ttySAC0 TCP-LISTEN:12345,bind=192.168.0.202