camme / node-nfc

A first try at binding libnfc to node. This project is right now not good enough to use.
68 stars 39 forks source link

TAG data exceeds 64 bytes support #25

Closed shuangjj closed 8 years ago

shuangjj commented 8 years ago

Currently the code defines the data[16x4] to be 64 bytes https://github.com/camme/node-nfc/blob/master/src/nfc.cc#L318, which disables read and parse of over 64 bytes data.