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

Use a more structured and concise output format #4

Open
nic3-14159 opened this issue Apr 9, 2023 · 0 comments
Open

Use a more structured and concise output format #4

nic3-14159 opened this issue Apr 9, 2023 · 0 comments

Comments

@nic3-14159
Copy link
Owner

Currently each nibble that appears on the LPC data lines is converted directly to an ASCII character representing the hexadecimal digit for it, which doubles the amount of data that needs to be sent. There is also a lot of unnecessary information such as the TAR and SYNC clock cycles when all we really need is the cycle type, addressing information, and data.

Changing the data format to something more structured that only stores the required information would cut down on the amount of data that needs to be stored and sent, as well as make it easier to parse the resulting dumps. Perhaps use something similar to the other existing lpc sniffer projects out there

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

No branches or pull requests

1 participant