Coder Social home page Coder Social logo

Support writing about node-nfc HOT 1 OPEN

ulihecht avatar ulihecht commented on August 23, 2024
Support writing

from node-nfc.

Comments (1)

jeroenvollenbrock avatar jeroenvollenbrock commented on August 23, 2024

Hi there,
Currently, write support is on the roadmap, but i don't think i'll have time to implement this very soon. You could try to implement this on your own, by extending the wrapped c++ object with some write functions.

You could start by looking up some basic libnfc information, and Native abstraction for NodeJS (NaN) documentation. It might be easier to convert the NFCCard class to an objectwrapped class allowing you to keep a reference to the card pointer of libnfc, and causing the garbage collector to retain the class while its in use by the javascript environment, instead of creating a plain javascript object and copying the properties there. However, i'm not completely sure about the lifecycle flow when we do that, as i think the card is instantiated in a non-javascript thread. You could also try to create a separate write function on the NFC device instance, but i'm not sure if you have all data available in JS space to invoke this method properly.

If you have any other questions, i'm happy to answer them!

from node-nfc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.