* 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
+ 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