collin80 / ESP32RET

CAN Reverse engineering tool for ESP32 based boards (specifically EVTV ESP32Due)
MIT License
197 stars 56 forks source link

GVRET Protocol Documentation #29

Open nickdaria opened 6 months ago

nickdaria commented 6 months ago

Is there any proper documentation for the GVRET protocol aside from the gvret_comm source files?

I am designing a few ESP32 based modules with Quad CAN functionality (1x ESP TWAI, 3x MCP25625). I have already modified all of my internal libraries to utilize the can_common CAN_FRAME struct. For debugging, I would like to write and implement a custom GVRET task so that I can connect to my module and monitor the CAN bus activity or quickly script new tests without a firmware flash.

If not, I would be happy to write some documentation after I implement my own - I just wanted to check if there was any already.