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

cc2531 rssi incorrectly converted #277

Open
s1e3p3r opened this issue Jul 7, 2023 · 0 comments
Open

cc2531 rssi incorrectly converted #277

s1e3p3r opened this issue Jul 7, 2023 · 0 comments

Comments

@s1e3p3r
Copy link

s1e3p3r commented Jul 7, 2023

In 'killerbee/cc253x.py' class 'CC253x.pnext()', RSSI value 'rssi' is converted from a byte object to a python int, but should be an 8 bit signed int (eg: -1 is converted to python int: 255). This results in an incorrect RSSI value and when PPI information is written it may raise an exception because 'rssi' will be written as an int8.

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