rdm-app icon indicating copy to clipboard operation
rdm-app copied to clipboard

Extra RDM developer tools

Open nomis52 opened this issue 10 years ago • 5 comments

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 avatar Mar 31 '15 02:03 nomis52

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

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

nomis52 avatar Apr 05 '15 17:04 nomis52

The first two are done.

nomis52 avatar Apr 19 '15 16:04 nomis52

you can make list with checkboxes in markdown:

  • [x] EUID calculator: Enter a UID and it shows you the matching EUID
  • [x] 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
  • [x] Packet Decoder: Pasts in a hex-dump, and it will separate out the fields and tell you if the checksum is valid.

daveol avatar May 12 '15 10:05 daveol

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 avatar Feb 11 '16 16:02 peternewman

Packet decoder doesn't alert if Subdevice value is invalid

peternewman avatar Aug 13 '17 13:08 peternewman