- ::1
- https://ro7.dev
-
Versatile Developer
-
Joined on
2024年12月19日
6a3330b4c4
First working version
df15c97949
Split the register struct into
Register_Identifier and a struct with value; create functions to iterate over register identifiers and to export a register identifier; split GET_REGISTER...
0222f299e0
Add device roles; split some functions for each device role
51bc4199f8
Improve naming of functions; split build functions by creating the
build_header function; initialize structs more idiomatically
930d528a87
Fix check of validity of packet; fix typo
f0ff09e5be
Organize binary packets
7cebfb4f1d
Implement CRCH check successfully; finish working version for packet analyzer
e63322bea6
Add functions to export raw packets, not influenced by the padding and alignment; update one line from the old
.fields struct
8d4274eec6
Improve packet unions by turning the inner struct to an anonymous one
ca7573d1b6
Fix library inclusion; set header to 0 by default (fix bug)
88e07c22f9
Implement feature for actually analyzing a serial traffic file
28618e7782
Add function for generic CRC calculation
8428f363b0
Fix the order of the bits and bytes; CRC verification not yet verified
c8f59cd2e9
Add function for calculating CRC-4
6c0e82fbc9
Implement BEACON and PING packet types, as well as some information printing
5a58a3d129
Create all structs; create 1/7th of the
build_packet function
d28ee59e75
Add debuggin insertion sort