← Back to context

Comment by jonhohle

16 hours ago

I can poke at OBD and try to interpret values. CAN bus sniffers exist.

You want to force companies to publish and maintain repositories using your preferred toolset?

GP's point was not that manufacturers must use github - that was an arbitrary "for instance". They saying if the mfg is not going to open source their software, then they should be required to document it.

Certain PID values are bit-packed in non-obvious ways (like the tens digit is in one byte, ones in another, decimal in another) and units of measure are 'known' but might not be obvious. Publishing that information (which already exists! How do you think they write software?) would be a nice step in the right direction

> I can poke at OBD and try to interpret values. CAN bus sniffers exist.

Ghidra exists. That doesn't mean all software is open source.

> You want to force companies to publish and maintain repositories using your preferred toolset?

Nope. Anywhere will do, whatever is easiest for them, as long as device owners can access it.