All Projects → mdeverdelhan → Acr122u Reader Writer

mdeverdelhan / Acr122u Reader Writer

Licence: mit
A simple tool to read/write Mifare RFID tags with an ACR122U device

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Acr122u Reader Writer

Spout
Read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way
Stars: ✭ 3,861 (+2184.62%)
Mutual labels:  reader, writer
Qtcsv
Library for reading and writing csv-files in Qt.
Stars: ✭ 156 (-7.69%)
Mutual labels:  reader, writer
Choetl
ETL Framework for .NET / c# (Parser / Writer for CSV, Flat, Xml, JSON, Key-Value, Parquet, Yaml, Avro formatted files)
Stars: ✭ 372 (+120.12%)
Mutual labels:  reader, writer
java-class-tools
Read and write java class files in Node.js or in the browser.
Stars: ✭ 27 (-84.02%)
Mutual labels:  writer, reader
Iostreams
IOStreams is an incredibly powerful streaming library that makes changes to file formats, compression, encryption, or storage mechanism transparent to the application.
Stars: ✭ 84 (-50.3%)
Mutual labels:  reader, writer
iobit
Package iobit provides primitives for reading & writing bits
Stars: ✭ 16 (-90.53%)
Mutual labels:  writer, reader
Ini
Ini file reader/writer for C# / .NET written in pure .NET in a single source file
Stars: ✭ 43 (-74.56%)
Mutual labels:  reader, writer
Xml
XML without worries
Stars: ✭ 35 (-79.29%)
Mutual labels:  reader, writer
Cistern
Ruby API client framework
Stars: ✭ 81 (-52.07%)
Mutual labels:  reader, writer
Chameleonmini
The ChameleonMini is a versatile contactless smartcard emulator compliant to NFC. The ChameleonMini was developed by https://kasper-oswald.de. The device is available at https://shop.kasper.it. For further information see the Getting Started Page https://rawgit.com/emsec/ChameleonMini/master/Doc/Doxygen/html/_page__getting_started.html or the Wiki tab above.
Stars: ✭ 1,133 (+570.41%)
Mutual labels:  reader, nfc
maildir
A Go package for reading & writing messages in maildir format
Stars: ✭ 13 (-92.31%)
Mutual labels:  writer, reader
Parquet4s
Read and write Parquet in Scala. Use Scala classes as schema. No need to start a cluster.
Stars: ✭ 125 (-26.04%)
Mutual labels:  reader, writer
mp4-rust
🎥 MP4 reader and writer library in Rust! 🦀
Stars: ✭ 149 (-11.83%)
Mutual labels:  writer, reader
Asmresolver
A library for editing PE files with full .NET metadata support
Stars: ✭ 267 (+57.99%)
Mutual labels:  reader, writer
Xopen
open files for buffered reading and writing in #golang
Stars: ✭ 55 (-67.46%)
Mutual labels:  reader, writer
External Nfc Api
Interaction with external NFC readers in Android
Stars: ✭ 123 (-27.22%)
Mutual labels:  reader, nfc
Bitio
Optimized bit-level Reader and Writer for Go.
Stars: ✭ 145 (-14.2%)
Mutual labels:  reader, writer
Transitpal
A open source Swift app for iOS 13 that allows you to check your NFC transit card information. Written with SwiftUI.
Stars: ✭ 135 (-20.12%)
Mutual labels:  nfc
Typemill
TYPEMILL is a simple and lightweight Flat-File-CMS for authors and publishers.
Stars: ✭ 150 (-11.24%)
Mutual labels:  writer
Mangaonlineviewer
This scripts loads all pages(images) from the current chapter of the manga showing them in one page in a list type structure, witch helps reading faster.
Stars: ✭ 133 (-21.3%)
Mutual labels:  reader

ACR122U-reader-writer

Here is a simple Java program to read/write Mifare RFID tags with an ACR122U device.

Features

  • Read/dump Mifare Classic tags
  • Write to Mifare Classic tags (block-wise)
  • ACR122U compliant
  • Supported tags: Mifare Classic 1K (only)
  • JRE 7.0 or later
  • MIT Licensed

Build

~$ mvn clean package

Usage

~$ java -jar ./acr122urw.jar -h
Usage: java -jar acr122urw.jar [option]
Options:
    -h, --help                      show this help message and exit
    -d, --dump [KEYS...]            dump Mifare Classic 1K cards using KEYS
    -w, --write S B KEY DATA        write DATA to sector S, block B of Mifare Classic 1K cards using KEY
Examples:
    java -jar acr122urw.jar --dump FF00A1A0B000 FF00A1A0B001 FF00A1A0B099
    java -jar acr122urw.jar --write 13 2 FF00A1A0B001 FFFFFFFFFFFF00000000060504030201

About the ACR122U reader/writer

ACR122U NFC reader/writer

The ACR122U NFC Reader is made by Advanced Card Systems Ltd (Hong Kong, China).

Device features

  • PC-linked contactless smart card (NFC) reader/writer
  • Contactless operating frequency: 13.56 MHz
  • Supports: ISO14443 Type A & B, MIFARE®, FeliCa, 4 types of NFC (ISO/IEC18092) tags
  • Interface: USB
  • Operating Distance: Up to 50 mm (depends on the tag type)
  • Operating Voltage: DC 5.0V
  • Compliance/Certifications: ISO 14443, PC/SC, CCID
  • Size: 98 mm x 65 mm x 12.8 mm
  • Weight: 70 g

Notes

System requirements

~# # For Debian Testing
~# echo "install pn533 /bin/false" >> /etc/modprobe.d/blacklist-nfc.conf
~# echo "install nfc /bin/false" >> /etc/modprobe.d/blacklist-nfc.conf
~# modprobe -r pn533 nfc
~# apt-get install libpcsclite1 libccid pcscd libacsccid1 pcsc-tools
~# pcscd -f

Donations

Bitcoin address: 13BMqpqbzJ62LjMWcPGWrTrdocvGqifdJ3

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].