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

Decodes the Nice FloR code and serial values #3159

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

chirrindul
Copy link

It is interesting to see the unencrypted values for "code" and "serial". In this way you can see how you have cloned a new remote control and you can see how the "code" is increased on every new use of the remote control.

Credits to

This is my first pull request, so forgive errors.

@zuckschwerdt
Copy link
Collaborator

S.a. #2238 and #2344

This looks good, but we are unlikely to add cryptographic routines to rtl_433. Using a script or binary to post-process outputs might be better suited.

@chirrindul
Copy link
Author

chirrindul commented Jan 26, 2025 via email

@zuckschwerdt
Copy link
Collaborator

No harm in keeping this. And you can have your own fork and distribute it if you like.
The principle here is that rtl_433 will, best as possible, pull data bits from rf and output them as-is. There is some level of decoding but we won't e.g. derive weather data (rainfall).
This can be added as, e.g. Python, script to the examples.

@merbanan
Copy link
Owner

Well calling this thing crypto was generous. I think we can accept the code (with some cleanup). The ikea sparsnäs code is similar. There we unscramble the data out of the box.

@merbanan
Copy link
Owner

Hmm, but what is this large table needed for?

The following code has no large table like that:
https://github.com/DarkFlippers/unleashed-firmware/blob/dev/lib/subghz/protocols/nice_flor_s.c#L433

@chirrindul
Copy link
Author

chirrindul commented Jan 26, 2025 via email

@chirrindul
Copy link
Author

chirrindul commented Jan 26, 2025 via email

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.

3 participants