simonowen / trinload

Quazar Trinity network code loader for the SAM Coupe.
4 stars 1 forks source link

Added details of ethernet frames sent/received in test program #2

Closed petemoore closed 1 year ago

petemoore commented 1 year ago

Hi Simon!

Merry Christmas! 🎄🎅🎁

For my own understanding, I captured the ethernet frames of the test program (trinload.py) with tcpdump and studied the contents. This README.md is the result of that work, and I thought it may be of interest to others (but maybe not 🤣).

The rendered version might be easier to review than the markdown - you can see the rendered version here.

Thanks for sharing your work on the trinload project, it has been totally fascinating, and I hope this is helpful. :-)

Pete

P.S. No worries if you don't want this analysis in your repo, I won't be offended if you choose not to merge it.

simonowen commented 1 year ago

Thanks Pete! It looks good to me, and is a lot more friendly than having to read the command details in the TrinLoad source code.

I'll see about getting the updated test script committed sometime too, which was just the uplift to Python 3 uplift and support for multiple network interfaces.