Skip to content

Instantly share code, notes, and snippets.

@netletic
Created May 13, 2021 22:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save netletic/e7f9b8afef40e44c87ccb420f1cd4498 to your computer and use it in GitHub Desktop.
Save netletic/e7f9b8afef40e44c87ccb420f1cd4498 to your computer and use it in GitHub Desktop.
def main() -> int:
t1 = get_rx_bytes(t1_file)
t2 = get_rx_bytes(t2_file)
pprint(delta(t1, t2))
return 0
if __name__ == "__main__":
exit(main())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment