19 Commits

Author SHA1 Message Date
427153a614 gracefull shutdown of PM3 2025-05-27 13:55:06 +02:00
fe4efdda81 pm3: id must be read twice
to avoid false reads
2025-05-22 15:52:22 +02:00
64299960a5 kill orphaned pm3 on startup 2025-05-22 15:51:55 +02:00
3f7f209c91 implemented server side event stream for ids
- changed channel to brodcast
- added route /api/idevent for SSE stream
2025-05-18 19:55:25 +02:00
9ca3d8384f pm3: don't inherit stdin 2025-05-13 11:07:27 +02:00
6ad018db7a
use tokios command crate instead of the std one
also removed pm3_mock as it is no longer needed
2025-04-27 15:51:07 +02:00
fda61c1a5a
minor improvements in pm3.rs
- use trace instead of debug
- use a loop instead of while true
- ? operator on child.wait()
2025-04-27 13:35:33 +02:00
0195bb3666
added some documentation 2025-04-26 19:22:13 +02:00
6496f671d9
added logger
LOG_LEVEL env var is now supported
2025-04-26 18:54:46 +02:00
a45cab0b4b
removed some debug lines 2025-04-24 11:00:46 +02:00
Philipp
de5487fc6d added precompiled files, autorun service and changed tokyo buffer to one 2025-04-23 20:12:57 +02:00
ccd453cd59
add option to set pm3 binary 2025-04-23 16:54:11 +02:00
Philipp
cc42e4b231 added arm target in .toml
fixed some shit
2025-04-16 17:32:45 +02:00
Philipp
095887e13d merge 2025-04-16 16:35:34 +02:00
eb39b09632
Switched to tokio and added webserver 2025-04-16 16:28:45 +02:00
Philipp
ad009f987d added buzzer 2025-04-16 16:10:42 +02:00
9a26dad304
use channels in pm3 function 2025-04-16 15:33:49 +02:00
c7dbbc1b43
implemented IDStore 2025-04-12 14:36:33 +02:00
32f3124374
initial commit 2025-04-12 13:02:29 +02:00