Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Inter-Actief/JulianaNFC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JulianaNFC

JulianaNFC is a binding between libnfc and a websocket interface, exposed is an enpoint running at localhost:5000

API

When connected to this service you will get new NFC tags in json format on the "nfc_read" channel, a UID (tag), a ATQA and a SAK value are supplied all in hexadecimal format.

    --> {"args": [{"atqa": "ab:cd", "sak": "ef", "uid": "ab:cd:ef:ab:cd:ef:ab"}], "name": "nfc_read"}

About

Websocket interface to a NFC reader.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages