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

Extra RDM developer tools #9

Open
nomis52 opened this issue Mar 31, 2015 · 5 comments
Open

Extra RDM developer tools #9

nomis52 opened this issue Mar 31, 2015 · 5 comments

Comments

@nomis52
Copy link
Member

nomis52 commented Mar 31, 2015

The following would be useful:

EUID calculator:

Enter a UID and it shows you the matching EUID

EUID Decoder

Paste in a hex dump and see the UID and if the checksum matches.

PID Lookup:

A table listing all of the PIDs, what document they are in, and with a filter search function to search by name or PID number

Packet Decoder:

Pasts in a hex-dump, and it will separate out the fields and tell you if the checksum is valid.

@nomis52
Copy link
Member Author

nomis52 commented Apr 5, 2015

Code for the first two is at http://nomis52.net/data/rdm/

I'll let Dave copy it over and style it.

@nomis52
Copy link
Member Author

nomis52 commented Apr 19, 2015

The first two are done.

@daveol
Copy link
Contributor

daveol commented May 12, 2015

you can make list with checkboxes in markdown:

  • EUID calculator: Enter a UID and it shows you the matching EUID
  • EUID Decoder: Paste in a hex dump and see the UID and if the checksum matches.
  • PID Lookup: A table listing all of the PIDs, what document they are in, and with a filter search function to search by name or PID number
  • Packet Decoder: Pasts in a hex-dump, and it will separate out the fields and tell you if the checksum is valid.

@peternewman
Copy link
Member

It would be nice for the decoder if you could dump in pretty printed data, with an ASCII representation adjacent to it, and it would just ignore the ASCII data.

@peternewman
Copy link
Member

Packet decoder doesn't alert if Subdevice value is invalid

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

No branches or pull requests

3 participants