Jannik Beyerstedt
059f47df56
BLE: Add raw messages
...
BLE can only fit 251 bytes of payload in notifications which isn't nearly enough for a raw V2X message.
So only publish a notification which message was received and let the client
poll the content from the characteristic (since reads can get data in fragments)
2026-08-24 09:25:48 +02:00
..
applogic
applogic: Add missing feature flag for TimingData impl
2026-08-17 15:20:49 +02:00
ble.rs
BLE: Add raw messages
2026-08-24 09:25:48 +02:00
cache.rs
cache: Add method to update or initialize items
2026-07-19 17:25:05 +02:00
geo_alg.rs
Evaluate remaining red/green time for upcoming intersection
2026-06-15 22:36:35 +02:00
io.rs
BLE: Add raw messages
2026-08-24 09:25:48 +02:00
lib.rs
setup rust project using esp-generate
2026-04-25 16:47:41 +02:00
main.rs
BLE: Add raw messages
2026-08-24 09:25:48 +02:00
screen.rs
Adapt to new screen, add more GNSS and timing info
2026-08-15 21:09:21 +02:00
test.rs
Move core ESP32 V2X to own repo
2026-07-31 16:06:20 +02:00
testdata.rs
Implement UART I/O protocol
2026-07-27 13:24:24 +02:00
ubx.rs
Move core ESP32 V2X to own repo
2026-07-31 16:06:20 +02:00