Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add time foк simulation #1013

Open
alansbor opened this issue Sep 2, 2023 · 0 comments
Open

Add time foк simulation #1013

alansbor opened this issue Sep 2, 2023 · 0 comments

Comments

@alansbor
Copy link

alansbor commented Sep 2, 2023

Hi!

If it is impossible to programmatically interrupt pressing the stop button, then
Is it possible to add the time allotted for the simulation for this function:

Added please

usage:
hf mfu sim [-hv] -t <1..10> [-u ] [-n ] [-ts ]

options:
-h, --help This help
-t, --type <1..10> Simulation type to use
-u, --uid <4|7|10> hex bytes UID
-n, --num Exit simulation after blocks. 0 = infinite
-v, --verbose Verbose output
Added here : -ts --timesim Time simulation, ms. if 0 - non stop, 10 - 10 ms simulation and stop simulation

examples/notes:
hf mfu sim -t 2 --uid 11223344556677 -> MIFARE Ultralight
hf mfu sim -t 7 --uid 11223344556677 -n 5 -> MFU EV1 / NTAG 215 Amiibo
hf mfu sim -t 7 -> MFU EV1 / NTAG 215 Amiibo
hf mfu sim -t 2 --uid 11223344556677 -ts 100 -> MIFARE Ultralight time simulation 100 ms and stop simulation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant