- From: Dave Raggett <dsr@w3.org>
- Date: Mon, 15 Apr 2013 18:41:31 +0100
- To: public-nfc@w3.org
Thanks Luc, I have added a link to the editor's draft from the NFC home page, see: http://www.w3.org/2012/nfc/#roadmap It is interesting that you've avoided exposing the detailed types of tags in favour of Text, URI, and MIME record types. That seems like a good idea as it steers clear of the variations in how such details are expressed, e.g. in Android. We probably need to take a look at the details of the Android SDK to see whether the draft API can be implemented on top of it. I will also ask my contacts working on PhoneGap (Apache Cordova) and webinos to see what comments they have. Any other platforms, we should be checking for the details of their NFC platform? Best regards, Dave On 15/04/13 18:04, Luc Yriarte wrote: > Hi all, > > > Following is a base for discussing a common NFC API draft: > > http://htmlpreview.github.io/?https://github.com/w3c/nfc/blob/master/proposals/common/nfc.html > > > There are a few consequent changes regarding the Intel NFC proposal: > - Use of EventTarget / EventHandler and Request interfaces, in alignment > with the SysApps working group. > - Adding NDEF MIME records, and support of binary payload. > - Support for SmartPoster records > - Support for bluetooth / wifi handover > - Moving the NFCAdapter interface functionalities to the NFCManager > interface. > > > As of now, we have insulated the web API from most of the NFC forum > spec, so the app developer doesn't have to care about NFC tag type, or > decoding a TNF in order to find a record type, and so on. The assumption > is that a developer would use the high level API for the common use > cases, and fallback on binary records for more exotic uses. This is a > design choice, and it is definitely open to discussion. > > > All comments welcome, > > Luc > > > -- Dave Raggett <dsr@w3.org> http://www.w3.org/People/Raggett
Received on Monday, 15 April 2013 17:42:00 UTC