epcmanager

Crates.ioepcmanager
lib.rsepcmanager
version0.1.0
created_at2025-02-19 06:13:15.489624+00
updated_at2025-02-19 06:13:15.489624+00
descriptionEPC text tool for RFID
homepage
repositoryhttps://github.com/fore-vision/epcmanager
max_upload_size
id1560994
size277,218
Yasuyuki Nakamura (ynakamura-forevision)

documentation

README

epcmanger

Desciption

epcmanager is to change the EPC data of the RFID to other format.

Change ASCII String to Hex String. Hex String to ASCII String.

screen shot

  • EPC size: 64bit, 96bit, 128bit
  • Encoder: 8Bit(Normal), 7Bit(Packed), 6Bit(AlphaNumeric)

build

This application is built by RUST.

dependencies

this application uses following crates.

  • iced
  • regex

build

please use this command.


cargo run --release

LICENCE

this application is licensed under Apache License Version 2.

Commit count: 23

cargo fmt