Laura Klünder
|
faad19f5a5
|
board boots with target firmware? OTA success!
|
2023-11-30 22:45:53 +01:00 |
|
Laura Klünder
|
62e97b0b2f
|
show ota update progress in bytes
|
2023-11-30 22:31:42 +01:00 |
|
Laura Klünder
|
e579cb53b6
|
send all the data for the OTA
|
2023-11-30 22:03:22 +01:00 |
|
Laura Klünder
|
ad98eecf41
|
more rangelocator experimenting
|
2023-11-27 22:09:31 +01:00 |
|
Laura Klünder
|
d3c4d71331
|
ignore unexpected messages
|
2023-11-27 22:08:35 +01:00 |
|
Laura Klünder
|
9ea368f576
|
refuse to add nodes with invalid addresses
|
2023-11-27 17:10:38 +01:00 |
|
Laura Klünder
|
0af7c4801f
|
make it possible to request OTA fragments
|
2023-11-26 18:47:56 +01:00 |
|
Laura Klünder
|
8a8b20f22e
|
make linter happy
|
2023-11-26 17:55:23 +01:00 |
|
Laura Klünder
|
42280d6c71
|
rename variable to make more sense
|
2023-11-26 17:47:09 +01:00 |
|
Laura Klünder
|
d6b86425ee
|
lots of adjustments in consumer code, more state handling and stuff
|
2023-11-26 17:39:10 +01:00 |
|
Laura Klünder
|
868851461f
|
no holding back, send all the chunks and send them quick
|
2023-11-26 16:23:15 +01:00 |
|
Laura Klünder
|
efd4f32377
|
most of the mesh websocket OTA mechanism stuff
|
2023-11-26 02:41:48 +01:00 |
|
Laura Klünder
|
79dff87ce1
|
node ranging → show calculated position and diffs
|
2023-11-25 21:53:28 +01:00 |
|
Laura Klünder
|
a125cc9110
|
fix send mesh messages form
|
2023-11-25 19:09:32 +01:00 |
|
Laura Klünder
|
5cf839577a
|
add ranging feature in mesh control
|
2023-11-25 14:42:29 +01:00 |
|
Gwendolyn
|
245e451033
|
fix formatting
|
2023-11-11 13:30:45 +01:00 |
|
Laura Klünder
|
0cd17ea237
|
fix the new mesh/uplink data stuff
|
2023-11-11 12:20:10 +01:00 |
|
Laura Klünder
|
394450f4a3
|
implement some auth for MeshUIConsumer
|
2023-11-09 17:04:55 +01:00 |
|
Laura Klünder
|
66810b20b0
|
mesh routing now fully database-bound
|
2023-11-07 16:35:46 +01:00 |
|
Laura Klünder
|
ee539f678a
|
use database transactions when adding/removing uplink destinations
|
2023-11-07 15:37:45 +01:00 |
|
Laura Klünder
|
18144dde30
|
our consumers are async now, hurray
|
2023-11-07 14:25:54 +01:00 |
|
Laura Klünder
|
61673603ea
|
add MeshUplink model to keep better track of uplinks
|
2023-11-06 14:22:35 +01:00 |
|
Laura Klünder
|
f2f0186e33
|
full support for the raw ftm stuff
|
2023-10-28 19:56:03 +02:00 |
|
Laura Klünder
|
bf1834cd63
|
msg_id → msg_type
|
2023-10-20 15:41:46 +02:00 |
|
Laura Klünder
|
f049499637
|
trying some kind of "no route" message… maybe
|
2023-10-06 02:58:43 +02:00 |
|
Laura Klünder
|
b732d52f65
|
make linter happy
|
2023-10-06 02:46:43 +02:00 |
|
Laura Klünder
|
79cde0f78c
|
response for no route
|
2023-10-06 02:40:00 +02:00 |
|
Laura Klünder
|
59ebdd74bb
|
some more message parsing fixes and routing implementation
|
2023-10-06 02:15:51 +02:00 |
|
Laura Klünder
|
da5ff59c96
|
new parsing works
|
2023-10-06 01:06:30 +02:00 |
|
Laura Klünder
|
1b8d409839
|
more information while sending the node
|
2023-10-05 13:52:52 +02:00 |
|
Laura Klünder
|
0343030980
|
mesh route results
|
2023-10-05 05:02:01 +02:00 |
|
Laura Klünder
|
c724833542
|
sending updates
|
2023-10-05 04:05:29 +02:00 |
|
Laura Klünder
|
40c4e98816
|
new mesh messages for routing debug
|
2023-10-05 02:34:42 +02:00 |
|
Laura Klünder
|
304d35c057
|
live mesh log
|
2023-10-05 01:36:24 +02:00 |
|
Laura Klünder
|
18c33a823e
|
some bugfixes for route management
|
2023-10-05 00:03:08 +02:00 |
|
Laura Klünder
|
a5d91394e0
|
react to add destinations and remove destinations
|
2023-10-04 23:32:56 +02:00 |
|
Laura Klünder
|
e0c9f36c66
|
auto-generate code for mesh_msg.h
|
2023-10-04 22:25:15 +02:00 |
|
Laura Klünder
|
e0961c16c1
|
add possibility to set LED_CONFIG message
|
2023-10-04 17:03:53 +02:00 |
|
Laura Klünder
|
c5ac3ceb76
|
rename Message → MeshMessage
|
2023-10-04 15:44:54 +02:00 |
|
Laura Klünder
|
21b75bec86
|
add mesh communication from django form
|
2023-10-04 15:42:03 +02:00 |
|
Laura Klünder
|
473e60aed0
|
more mesh node stuff
|
2023-10-03 17:51:49 +02:00 |
|
Laura Klünder
|
4d3f54bbe8
|
more mesh communication implementation, lots of fixes and stuff
|
2023-10-03 17:23:29 +02:00 |
|
Laura Klünder
|
df6efbc8d5
|
mesh debugging and control
|
2023-10-02 22:02:25 +02:00 |
|
Laura Klünder
|
f696da7c9c
|
more routing implementation
|
2022-04-15 21:06:57 +02:00 |
|
Laura Klünder
|
9bb79ff667
|
start implementing mesh routing
|
2022-04-15 20:57:11 +02:00 |
|
Laura Klünder
|
67969951ed
|
handle incoming messages from mesh
|
2022-04-15 20:14:25 +02:00 |
|
Laura Klünder
|
5e24ad4f2a
|
add mesh message firmware
|
2022-04-06 22:56:08 +02:00 |
|
Laura Klünder
|
e7a4effc99
|
add routing fields to mesh messages
|
2022-04-06 17:25:46 +02:00 |
|
Laura Klünder
|
683f80ef75
|
set up base websocket server for mesh communication
|
2022-04-04 14:48:43 +02:00 |
|
Laura Klünder
|
8af6bca51c
|
create mesh app and basic asgi websocket setup for communication
|
2022-04-04 01:13:48 +02:00 |
|