mxgxw / MFRC522-python

A small class to interface with the NFC reader Module MFRC522
GNU Lesser General Public License v3.0
521 stars 419 forks source link

Port to JavaScript available ... #20

Open nkolban opened 8 years ago

nkolban commented 8 years ago

I needed to be able to read MFRC522 reader on a Pi from JavaScript (Node.js). What I did was port the code from Python to JavaScript. I'd like to offer this up to you as a new repository. If you are not interested in taking the code, let me know and I'll create my own ... the reason I want to offer it up to you is that I don't know how the MFRC522 works ... and merely ported code ... the JavaScript code works fine but I feel that the ownership of such an offering is best held by someone who owns MFRC522 knowledge at the core.

kolban1@kolban.com mfrc522.js.txt

fantasywind commented 8 years ago

feel good about js porting :+1:

i12maroa commented 5 years ago

Could I use that for read RFID from Django web server in the client side?