epcexplorer

Crates.ioepcexplorer
lib.rsepcexplorer
version0.1.2
sourcesrc
created_at2019-09-29 16:36:31.398221
updated_at2019-10-11 11:19:41.121957
descriptionA tool to explore UHF RFID tags
homepage
repositoryhttps://github.com/russss/epcexplorer
max_upload_size
id168633
size275,204
Russ Garrett (russss)

documentation

README

EPC Explorer

A tool to explore UHF RFID tags, written in Rust. Electronic Product Code (EPC) fields are decoded using the GS1 crate.

Screenshot

Supported Readers

  • CH-RU5102 (ru5102 driver)
  • Invelion and similar (invelion driver)

Installing

Assuming you have the Rust toolchain installed, you can install with :

$ cargo install epcexplorer

Running

Pass the serial device name and driver name to the binary - in my case:

$ epcexplorer /dev/cu.SLAB_USBtoUART ru5102
Commit count: 9

cargo fmt