diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2011-10-11 12:15:06 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2011-10-20 23:54:06 -0700 |
commit | a1539ac8c5964d37061070569a8eaa7c341ef2b2 (patch) | |
tree | 43ed866363d2fb748a6fe064eda0aaf9b3d2c741 /TODO | |
parent | 331c1590e8664b42f62a31d55cc2e7186983050e (diff) | |
download | neard-a1539ac8c5964d37061070569a8eaa7c341ef2b2.tar.gz neard-a1539ac8c5964d37061070569a8eaa7c341ef2b2.tar.bz2 neard-a1539ac8c5964d37061070569a8eaa7c341ef2b2.zip |
TODO: Add writer mode, permissions, and UID tasks
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -21,6 +21,16 @@ Core level input, e.g. an image or an URL. +- Writer Mode + + Priority: Medium + Complexity: C4 + Dependencies: Core:NDEF building library + Owner: Samuel Ortiz <sameo@linux.intel.com> + + In writer mode, neard allows application to write to an NFC tag. + + - Card Emulation Mode Priority: High @@ -53,6 +63,25 @@ Core Forum draft) protocol. +- Read/Write permission check + + Priority: Medium + Complexity: C2 + Owner: Samuel Ortiz <sameo@linux.intel.com> + + A tag can be in read only or read/write mode, and that needs to be + exported trough the D-Bus interface. + + +- UID export + + Priority: Medium + Complexity: C2 + Owner: Samuel Ortiz <sameo@linux.intel.com> + + Many NFC tags do have a UID associated to it. This is tag type dependent + but could be exported through the D-Bus interface as well. + Reader mode =========== |