Difference between revisions of "DisasterRadio/Android app"
Jump to navigation
Jump to search
(Created page with "The Android app should at minimum contain a browsable offline map of the local area that displays locations of various emergency-relevant services. It should include automatic...") |
|||
Line 6: | Line 6: | ||
The bluetooth device discovery and connection from Android phones is working, but we're having trouble connecting to python-bluez examples and currently troubleshooting. Could be because python-bluez is unmaintained since 2009 or because the bluetooth usb sticks we have just plain suck. | The bluetooth device discovery and connection from Android phones is working, but we're having trouble connecting to python-bluez examples and currently troubleshooting. Could be because python-bluez is unmaintained since 2009 or because the bluetooth usb sticks we have just plain suck. | ||
Interesting projects: | |||
*[https://github.com/schnej7/Blue-Mesh Blue-Mesh] | |||
= Synchronization = | = Synchronization = |
Revision as of 22:01, 16 September 2013
The Android app should at minimum contain a browsable offline map of the local area that displays locations of various emergency-relevant services. It should include automatic bluetooth synchronization to receive stations and other phones.
The code is available on github.
Bluetooth
The bluetooth device discovery and connection from Android phones is working, but we're having trouble connecting to python-bluez examples and currently troubleshooting. Could be because python-bluez is unmaintained since 2009 or because the bluetooth usb sticks we have just plain suck.
Interesting projects:
Synchronization
We'll use a variation on scuttlebutt synchronization that supports receive-only "sync". Currently porting to Java.
Maps
No work has been done on the map interface yet.