Tobias Maier tobimai
  • Joined on 2021-04-17
tobimai pushed to main at tobimai/protocol_300 2026-01-18 21:08:58 +01:00
f9a72fe9a3 feat(message): add support for decoding messages with trailing data
tobimai pushed to main at tobimai/protocol_300 2026-01-18 19:23:22 +01:00
025331989f feat(transmission): add support for incomplete Protocol 300 messages
tobimai pushed to main at tobimai/protocol_300 2026-01-18 19:20:17 +01:00
881b83c597 fix alloc
tobimai pushed to main at tobimai/protocol_300 2026-01-18 19:19:10 +01:00
ad9ca06bda fix(transmission): avoid lifetime in FromBytesError by owning data
tobimai pushed to main at tobimai/protocol_300 2026-01-18 19:16:07 +01:00
9072ae01ad feat(transmission): improve error handling for invalid byte sequences
tobimai pushed to main at tobimai/protocol_300 2026-01-17 18:47:29 +01:00
7e3d16ad6a feat(transmission): add length_in_bytes method to Protocol300Transmission
tobimai pushed to main at tobimai/protocol_300 2026-01-17 14:52:07 +01:00
034d06bf46 Add errors to public use
tobimai pushed to main at tobimai/protocol_300 2026-01-17 14:41:41 +01:00
e3ba418251 add from bytes error to exported
tobimai pushed to main at tobimai/protocol_300 2026-01-16 22:33:57 +01:00
6ca19f88fa Added defmt logging
tobimai pushed to main at tobimai/protocol_300 2026-01-16 22:17:16 +01:00
d30a261e74 Add better error logging
tobimai pushed to main at tobimai/protocol_300 2026-01-10 17:39:07 +01:00
40fa67ecea fix no-std compatiblity
tobimai pushed to main at tobimai/protocol_300 2026-01-10 17:33:52 +01:00
ffc7ed4a0e Added Protocol300Transmission to also decode control codes
tobimai pushed to main at tobimai/protocol_300 2026-01-06 15:47:49 +01:00
0c29ee4e8b fixed alloc
tobimai pushed to main at tobimai/protocol_300 2026-01-06 15:40:42 +01:00
1ab2c0e18f no chrono lol
tobimai pushed to main at tobimai/protocol_300 2026-01-06 15:37:55 +01:00
2b7253d41b fix str
tobimai pushed to main at tobimai/protocol_300 2026-01-06 15:34:49 +01:00
65f17e7b01 Test
tobimai pushed to main at tobimai/protocol_300 2026-01-03 20:16:54 +01:00
7d27e6337c Added create response message functions
tobimai pushed to main at tobimai/protocol_300 2025-12-07 17:20:43 +01:00
b3274e942c added display
tobimai pushed to main at tobimai/protocol_300 2025-12-07 17:13:38 +01:00
04ab5e2c4c added display
tobimai pushed to main at tobimai/protocol_300 2025-12-07 16:50:12 +01:00
a000c0854b Changes