-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 | ||