author | mickeyl <mickeyl> | 2005-07-10 18:50:41 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2005-07-10 18:50:41 (UTC) |
commit | b4b34ac42ebd59a8b4ebcbd5b0b5849147210241 (patch) (side-by-side diff) | |
tree | 83ea0cfd6f2e17e2a31a205ed7e8e164f25aab76 /libopie2/IDEAS | |
parent | 1955ec03a448dfb29d45a75734aba4c57b881830 (diff) | |
download | opie-b4b34ac42ebd59a8b4ebcbd5b0b5849147210241.zip opie-b4b34ac42ebd59a8b4ebcbd5b0b5849147210241.tar.gz opie-b4b34ac42ebd59a8b4ebcbd5b0b5849147210241.tar.bz2 |
ideas
-rw-r--r-- | libopie2/IDEAS | 10 |
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 |