Commit graph

50 commits

Author SHA1 Message Date
90f763ee31 fixing CI x9
All checks were successful
neofetch demo / test (push) Successful in 0s
Cross-Compile for Windows with Docker / build (push) Successful in 1m37s
2024-12-16 13:01:13 +03:00
22037f76cc fixing CI x8
Some checks are pending
Cross-Compile for Windows with Docker / build (push) Waiting to run
neofetch demo / test (push) Successful in 0s
2024-12-16 13:00:01 +03:00
60cc8c8488 fixing CI x7
All checks were successful
neofetch demo / test (push) Successful in 0s
Cross-Compile for Windows with Podman / build (push) Successful in 1m29s
2024-12-16 12:47:26 +03:00
8947055b4b fixing CI x6
Some checks failed
neofetch demo / test (push) Successful in 0s
Cross-Compile for Windows with Podman / build (push) Failing after 37s
2024-12-16 12:44:36 +03:00
df5c3f5843 fixing CI x5
Some checks failed
neofetch demo / test (push) Successful in 0s
Cross-Compile for Windows with Podman / build (push) Failing after 6s
2024-12-16 12:43:06 +03:00
21c0022072 fixing CI x4
Some checks failed
neofetch demo / test (push) Successful in 0s
Cross-Compile for Windows with Podman / build (push) Failing after 5s
2024-12-16 12:40:57 +03:00
2b08dff02e fixing CI x3
Some checks failed
neofetch demo / test (push) Successful in 0s
Cross-Compile for Windows with Podman / build (push) Failing after 1m59s
2024-12-16 12:28:28 +03:00
6d627b187e fixing CI x2
Some checks failed
neofetch demo / test (push) Successful in 0s
Cross-Compile for Windows with Podman / build (push) Failing after 32s
2024-12-16 12:25:06 +03:00
ea04351085 fixing CI
Some checks failed
neofetch demo / test (push) Successful in 0s
Cross-Compile for Windows with Podman / build (push) Failing after 5s
2024-12-16 12:16:14 +03:00
b7d3dcb7c2 ci x4
Some checks failed
neofetch demo / test (push) Successful in 1s
Cross-Compile for Windows with Podman / build (push) Failing after 39s
2024-12-04 21:46:21 +03:00
b440c23f1c ci x3
Some checks are pending
Cross-Compile for Windows with Podman / build (push) Waiting to run
neofetch demo / build (push) Waiting to run
2024-12-04 21:44:29 +03:00
c6719e69fb ci x2
Some checks failed
Cross-Compile for Windows with Podman / build (push) Failing after 4s
neofetch demo / build (push) Waiting to run
2024-12-04 21:26:00 +03:00
b3817b2e71 test host 2024-12-04 21:18:12 +03:00
Данила Горнушко
95a9891e71 fix toolchain installation
Some checks failed
Cross-Compile for Windows with Podman / build (push) Failing after 4m51s
2024-12-04 20:27:39 +03:00
Данила Горнушко
43f8543aeb fix branch name
Some checks failed
Cross-Compile for Windows with Podman / build (push) Failing after 8s
2024-12-04 20:26:12 +03:00
Данила Горнушко
d0529b01ce added CI 2024-12-04 20:24:17 +03:00
Данила Горнушко
834194f731 better optimizations + update deps 2024-12-04 20:18:20 +03:00
Данила Горнушко
e13302d2e3 update deps 2024-10-14 13:18:57 +03:00
Данила Горнушко
daa938e580 Code refactoring 2024-06-10 14:12:20 +03:00
Данила Горнушко
488431d253 Warn for fallback sample rate 2024-06-06 17:58:09 +03:00
Данила Горнушко
68bfa54e72 Don't panic in get_sample_rate 2024-06-06 17:57:01 +03:00
Данила Горнушко
b2f3f482bb More robust serial transfer and error handling 2024-06-06 17:11:13 +03:00
Данила Горнушко
633a493ab1 Hourly error stats 2024-06-06 12:09:40 +03:00
Данила Горнушко
f2a92a5ef9 Increase timeout 2024-06-05 19:45:47 +03:00
Данила Горнушко
2fc6d23bec avoid reallocations 2024-06-05 13:46:27 +03:00
Данила Горнушко
2463625b68 Increase error counter threshold 2024-06-05 12:59:13 +03:00
Данила Горнушко
0c7040aa41 Better datetime format 2024-06-05 12:57:40 +03:00
Данила Горнушко
d905b47456 Write all panic messages to logs 2024-06-05 12:51:39 +03:00
Данила Горнушко
139f7485e9 don't panic on failed u32 parsing in get_stats 2024-06-05 12:23:58 +03:00
Данила Горнушко
acac35dbe3 don't write to stdout when already writing to file with file logs by default 2024-06-04 19:02:39 +03:00
Данила Горнушко
6610176f4b better args 2024-06-04 18:47:24 +03:00
Данила Горнушко
a4ab505f49 changed some default parameters 2024-06-04 18:18:12 +03:00
Данила Горнушко
fbd151db6f added no-color, fixing the previous issue again 2024-06-03 15:10:05 +03:00
Данила Горнушко
6ead611a52 using another crate for color output, as colored has an issue
https://rustsec.org/advisories/RUSTSEC-2021-0145.html
2024-06-03 15:06:36 +03:00
Данила Горнушко
e28bd11aeb time format is now with T separator 2024-06-03 13:48:55 +03:00
Данила Горнушко
c803fcccbf remove a dot from logs 2024-06-03 13:45:43 +03:00
Данила Горнушко
754cd667d9 Merge branch 'fern' into 'master'
Logging to stdout and 2 separate files: human-readable logs and stats for processing

See merge request rad/software/hailsens_logger_rs!1
2024-06-03 13:43:10 +03:00
Данила Горнушко
5e8476be07 Logging to stdout and 2 separate files: human-readable logs and stats for processing 2024-06-03 13:43:09 +03:00
Данила Горнушко
a8eaf73f57 don't set patch version in Cargo.toml 2024-05-31 18:31:23 +03:00
Данила Горнушко
ae8691cf84 separate log labels for noise and hail 2024-05-31 18:12:49 +03:00
Данила Горнушко
8c4537086c Better stats 2024-05-31 17:41:39 +03:00
Данила Горнушко
bdc817f277 Plotting, more parameters, logs in local timezone 2024-05-31 15:44:17 +03:00
Данила Горнушко
09891a42c9 different default value + warns 2024-05-29 18:35:36 +03:00
Данила Горнушко
a90ad3fe05 added path and name parameters 2024-05-29 13:20:10 +03:00
Данила Горнушко
b4c84d71e5 fix typo + new option for configuring whether to save buffer on start 2024-05-29 13:00:31 +03:00
Данила Горнушко
5d217e6c5a configurable logging level, winsize, adcthresh, request rate 2024-05-29 12:30:27 +03:00
Данила Горнушко
81d68e1429 smaller timeout 2024-05-29 10:22:18 +03:00
Данила Горнушко
ced5884733 reading of wav files is ready 2024-05-27 18:55:07 +03:00
Данила Горнушко
c9f1c0968e handle data receive errors 2024-05-27 17:45:21 +03:00
Данила Горнушко
f4d82224a3 initial commit 2024-05-27 17:19:21 +03:00