https://github.com/russss/epcexplorer
A tool to explore UHF RFID tags
https://github.com/russss/epcexplorer
epc rfid uhf-rfid
Last synced: 2 months ago
JSON representation
A tool to explore UHF RFID tags
- Host: GitHub
- URL: https://github.com/russss/epcexplorer
- Owner: russss
- License: gpl-3.0
- Created: 2019-09-29T16:24:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-11T11:18:40.000Z (almost 6 years ago)
- Last Synced: 2025-05-13T03:56:59.091Z (2 months ago)
- Topics: epc, rfid, uhf-rfid
- Language: Rust
- Size: 173 KB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EPC Explorer
A tool to explore UHF RFID tags, written in Rust. Electronic Product Code (EPC) fields are decoded using the [GS1](https://crates.io/crates/gs1) crate.

## 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