summaryrefslogtreecommitdiff
path: root/libopie2
authormickeyl <mickeyl>2005-07-10 18:50:41 (UTC)
committer mickeyl <mickeyl>2005-07-10 18:50:41 (UTC)
commitb4b34ac42ebd59a8b4ebcbd5b0b5849147210241 (patch) (unidiff)
tree83ea0cfd6f2e17e2a31a205ed7e8e164f25aab76 /libopie2
parent1955ec03a448dfb29d45a75734aba4c57b881830 (diff)
downloadopie-b4b34ac42ebd59a8b4ebcbd5b0b5849147210241.zip
opie-b4b34ac42ebd59a8b4ebcbd5b0b5849147210241.tar.gz
opie-b4b34ac42ebd59a8b4ebcbd5b0b5849147210241.tar.bz2
ideas
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 @@
1* universal connectivity API that implements OBEX on top of
2(wired or wireless) ethernet, infrared, and bluetooth:
3Every host device has a number of interfaces which are
4"connected" to certain peers. There are different kinds of
5inquiry methods and connection states, however the basic
6principle is the same. User level code that wants to send
7an object to a peer could be greatly simplified that way.
8
9* generic subsystem base classes to unify the
10network, bluetooth, pcmcia, input, etc. APIs