roaccess pushed to master at roaccess/aoip 2026年07月13日 07:30:48 +02:00
6a3330b4c4
First working version
roaccess created branch master in roaccess/aoip 2026年07月13日 07:30:48 +02:00
roaccess created repository roaccess/aoip 2026年07月13日 07:18:21 +02:00
roaccess pushed to main at roaccess/mcp 2026年07月11日 19:31:35 +02:00
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...
roaccess pushed to main at roaccess/mcp 2026年07月11日 19:01:11 +02:00
0222f299e0
Add device roles; split some functions for each device role
roaccess pushed to main at roaccess/aspep 2026年07月11日 06:56:48 +02:00
51bc4199f8
Improve naming of functions; split build functions by creating the build_header function; initialize structs more idiomatically
roaccess pushed to main at roaccess/aspep 2026年07月11日 02:59:34 +02:00
930d528a87
Fix check of validity of packet; fix typo
roaccess pushed to main at roaccess/aspep 2026年07月08日 06:22:16 +02:00
f0ff09e5be
Organize binary packets
roaccess pushed to main at roaccess/aspep 2026年07月08日 05:32:49 +02:00
7cebfb4f1d
Implement CRCH check successfully; finish working version for packet analyzer
roaccess pushed to main at roaccess/aspep 2026年06月05日 22:59:32 +02:00
e63322bea6
Add functions to export raw packets, not influenced by the padding and alignment; update one line from the old .fields struct
roaccess pushed to main at roaccess/aspep 2026年06月05日 19:22:37 +02:00
8d4274eec6
Improve packet unions by turning the inner struct to an anonymous one
roaccess pushed to main at roaccess/aspep 2026年06月05日 03:15:30 +02:00
ca7573d1b6
Fix library inclusion; set header to 0 by default (fix bug)
roaccess pushed to main at roaccess/aspep 2026年06月03日 20:29:03 +02:00
88e07c22f9
Implement feature for actually analyzing a serial traffic file
roaccess pushed to main at roaccess/aspep 2026年05月23日 23:52:56 +02:00
28618e7782
Add function for generic CRC calculation
roaccess pushed to main at roaccess/aspep 2026年05月23日 07:50:34 +02:00
8428f363b0
Fix the order of the bits and bytes; CRC verification not yet verified
roaccess pushed to main at roaccess/aspep 2026年05月18日 07:12:50 +02:00
c8f59cd2e9
Add function for calculating CRC-4
roaccess pushed to main at roaccess/aspep 2026年05月18日 02:30:26 +02:00
6c0e82fbc9
Implement BEACON and PING packet types, as well as some information printing
roaccess pushed to main at roaccess/aspep 2026年05月17日 18:14:04 +02:00
5a58a3d129
Create all structs; create 1/7th of the build_packet function
roaccess created repository roaccess/aspep 2026年05月17日 02:27:53 +02:00
roaccess pushed to main at roaccess/C 2026年04月16日 21:34:46 +02:00
d28ee59e75
Add debuggin insertion sort