summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2012-04-25 00:48:03 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2012-04-25 00:48:03 +0200
commit8a841a36d51f6975573b054bcdaf41cc313bed89 (patch)
tree420b3a1c7666d7ce5be7f0b6b5b5117ed7426f5a /TODO
parentb094f0547982d50f10e386d6daba2d9e935212e8 (diff)
downloadneard-8a841a36d51f6975573b054bcdaf41cc313bed89.tar.gz
neard-8a841a36d51f6975573b054bcdaf41cc313bed89.tar.bz2
neard-8a841a36d51f6975573b054bcdaf41cc313bed89.zip
TODO: Update
Diffstat (limited to 'TODO')
-rw-r--r--TODO49
1 files changed, 28 insertions, 21 deletions
diff --git a/TODO b/TODO
index fae9a25..8ad07bf 100644
--- a/TODO
+++ b/TODO
@@ -11,15 +11,28 @@ Background
Core
====
-- Writer Mode
+- LLCP Target Mode
+
+ Priority: High
+ Complexity: C8
+ Owner: Samuel Ortiz <sameo@linux.intel.com>
+
+ In LLCP target mode, neard plays the target mode and gets activated by a
+ remote device. It should be added to the adapter's device list.
+ In order to do so, the underlying NFC hardware must be able to run in target
+ mode which means the StartPoll API should be modified to support both
+ initiator and target modes.
+
+
+- Agent API
Priority: Medium
Complexity: C4
- Dependencies: Core:NDEF building library
- Owner: Ravi kumar Veeramally <ravikumar.veeramally@linux.intel.com>
+ Owner: Samuel Ortiz <sameo@linux.intel.com>
- In writer mode, neard allows application to write to an NFC tag, or to push
- data to a p2p device.
+ neard's agent API will allow external applications to register against neard
+ and provide it with context specific input. For now, MIFARE keys and
+ Bluetooth OOB data will be supported.
- Card Emulation Mode
@@ -43,12 +56,6 @@ Core
Reader mode
===========
-- MIFARE tag support
-
- Priority: Medium
- Complexity: C4
- Owner: Olivier Guiter <olivier.guiter@linux.intel.com>
-
- Bluetooth Handover integration
Priority: Medium
@@ -64,25 +71,25 @@ Reader mode
done, obexd should be able to handle the OBEX transfer.
-p2p mode
-========
+Writer mode
+===========
-- NPP client support
+- MIFARE writer mode support
Priority: Low
- Conplexity: C2
- Dependencies: Core:Writer mode
- Owner: Samuel Ortiz <sameo@linux.intel.com>
+ Complexity: C2
+ Owner: Olivier Guiter <olivier.guiter@linux.intel.com>
+
- For pushing NDEFs through NPP over LLCP, neard has to behave
- as an NPP client.
+p2p mode
+========
-- SNEP support
+- SNEP writer mode support
Priority: High
Conplexity: C4
Dependencies: Core:Writer mode
- Owner: Samuel Ortiz <sameo@linux.intel.com>
+ Owner: Ravi kumar Veeramally <ravikumar.veeramally@linux.intel.com>
SNEP is the NFC Forum defined standard for exchanging NDEFs over
an LLCP link. SNEP can be run as a client or a server, respectively