From: Samuel Ortiz Date: Fri, 5 Aug 2011 09:18:57 +0000 (+0200) Subject: TODO: Initial commit X-Git-Tag: 0.1~120 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=245d96826213f2808484d1803d4ddd1656aae678;p=platform%2Fupstream%2Fneard.git TODO: Initial commit --- diff --git a/TODO b/TODO index 05dbe98..52e1516 100644 --- a/TODO +++ b/TODO @@ -8,3 +8,57 @@ Background lowest complexity. Complexity is a function of both task 'complexity' and task 'scope'. +Core +==== + +- NDEF building library + + Priority: High + Complexity: C4 + Owner: Ravikumar Veeramally + + This library should provide a simple API to build NDEFs based on very high + level input, e.g. an image or an URL. + + +- Card Emulation Mode + + Priority: High + Complexity: C8 + Dependencies: Core:NDEF building library + Owner: Samuel Ortiz + + In card emulation mode, the NFC adapter is in passive mode, and gets + activated by an initiator mode device. Then the initiator sends command + that the target is supposed to interpret and respond to. Most of the + commands are tag specific. + For a proper card emulation mode support, the NFC adapter must enter the + polling loop and not only initiate the RF field, but then wait for intiator + to activate it. Once activated, the NFC socket should enter the accept + state, and dispatch the various commands to the right plugins (one per + protocol, a.k.a. tags). + + +- p2p Mode + + Priority: Medium + Complexity: C8 + Owner: Samuel Ortiz + + + +Reader mode +=========== + +- Type 4 tag support + + Priority: High + Complexity: C4 + Owner: Olivier Guiter + + +- Topaz 512 (type 1) tag support + + Priority: High + Complexity: C2 + Owner: Olivier Guiter