summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Ørbekk <kjetil.orbekk@gmail.com>2012-03-02 16:34:38 +0100
committerKjetil Ørbekk <kjetil.orbekk@gmail.com>2012-03-02 16:34:53 +0100
commited3c80b9453a103937f53375bd294f4aa9914cfb (patch)
treee5004773e4db16ee78ae867e3dc02d8441825ed6
parent7992e3dae79f7c8fe95a926dc6a38aa0c539e53b (diff)
Write about the progress of Same in README.0.2-new-main-screen
-rw-r--r--README.md31
1 files changed, 29 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9a4afbf..6536b44 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,30 @@
-Distributed Shared Objects for Android
-======================================
+# Distributed Shared Objects for Android
A platform that provides shared objects for ad-hoc networks of Android devices.
+
+## Goal
+Fault-tolerant, distributed, fast synchronization of application state across
+several Android phones. A suitable library for programmers to interact with the
+system.
+
+## Feature list
+An incomplete list of implemented and planned features.
+
+* Fault-tolerance with automatic master selection. (Planned)
+* Network discovery with directory service. (Planned)
+* Ability to share variables with other peers. (Implemented, 0.1)
+* Network discovery with UDP broadcast. (Implemented, 0.1)
+
+## Release log
+Pre-1.0: A release is a milestone in the project. Whenever the system seems to
+be working fairly well, a commit is tagged as the release version.
+
+### 0.2
+* Tag: 0.2-new-main-screen
+* Many Android related bugs were fixed. App is generally stable.
+* More sophisticated state handling in the demo Activities.
+* Benchmark activity shows reasonable performance on Galaxy S.
+* README file that makes sense.
+
+### 0.1
+* Tag: working-graphics-0.1
+* An interactive graphics demo with several participants.