summaryrefslogtreecommitdiff
path: root/libopie2
Side-by-side diff
Diffstat (limited to 'libopie2') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/IDEAS10
1 files changed, 10 insertions, 0 deletions
diff --git a/libopie2/IDEAS b/libopie2/IDEAS
new file mode 100644
index 0000000..38b04b2
--- a/dev/null
+++ b/libopie2/IDEAS
@@ -0,0 +1,10 @@
+* universal connectivity API that implements OBEX on top of
+(wired or wireless) ethernet, infrared, and bluetooth:
+Every host device has a number of interfaces which are
+"connected" to certain peers. There are different kinds of
+inquiry methods and connection states, however the basic
+principle is the same. User level code that wants to send
+an object to a peer could be greatly simplified that way.
+
+* generic subsystem base classes to unify the
+network, bluetooth, pcmcia, input, etc. APIs