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