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

Added more Dallas 1990 IDs to test by default #16

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

eblis
Copy link

@eblis eblis commented Oct 14, 2024

I added some more special IDs to test by default.
They were generated with a simple Python script which I'll share here as well.

How to use the tool:
python ibutton.py process --input inputs.in --output dallas.txt --format text --family 01 --family 08 --family 0c --family 14 --family 81 (I use poetry usually, then the command is poetry run python ibutton.py process --input inputs.in --output dallas.txt --format text --family 01 --family 08 --family 0c --family 14 --family 81)

It expects to have an inputs file with just the 6 bytes in the middle of the Dallas UID, you add one or more families (for example 0x01 and 0xFF) and the tool will automatically calculate the CRC for all UIDs.

inputs.txt
ibutton.py.txt

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

Successfully merging this pull request may close these issues.

1 participant