Patrick Rathje
|
66116f8a83
|
Remove deleted source files from Makelists
|
2023-02-20 18:35:39 +01:00 |
|
Patrick Rathje
|
55bb821fa8
|
Enable serial output again
|
2023-02-20 18:35:23 +01:00 |
|
Patrick Rathje
|
5f0496558f
|
Adding main tracing and sync calls again
|
2023-02-16 17:48:17 +01:00 |
|
Patrick Rathje
|
2f955851e1
|
add variables for bloom test
|
2023-02-16 17:48:17 +01:00 |
|
Patrick Rathje
|
8b8895b5c2
|
Add library files
|
2023-02-16 17:48:17 +01:00 |
|
Patrick Rathje
|
cac96d7990
|
add mbedtls platform init call
|
2023-02-16 17:48:17 +01:00 |
|
Patrick Rathje
|
b85ba1fefe
|
Smaller tweaks for graphs
|
2023-02-16 17:48:17 +01:00 |
|
Patrick Rathje
|
50b519d769
|
Update graphs for camera-ready version
|
2023-02-16 17:48:17 +01:00 |
|
Patrick Rathje
|
e675d61650
|
Update eval script
|
2023-02-16 17:48:17 +01:00 |
|
Patrick Rathje
|
35cdc712cb
|
tek_check consumption
|
2023-02-16 17:48:17 +01:00 |
|
Patrick Rathje
|
643d15969a
|
bloom eval
|
2023-02-16 17:48:17 +01:00 |
|
Patrick Rathje
|
d1d5a97659
|
Revert "eval-base"
This reverts commit ba72dc17be .
|
2023-02-16 17:48:17 +01:00 |
|
Patrick Rathje
|
6da5660bbb
|
eval-base
|
2023-02-16 17:48:17 +01:00 |
|
Patrick Rathje
|
2a6786a97f
|
Update Zephyr version to fix consumption...
|
2023-02-16 17:48:17 +01:00 |
|
Patrick Rathje
|
f88a878dca
|
Wip current measurement
|
2023-02-16 17:48:17 +01:00 |
|
Patrick Rathje
|
b1173bfaff
|
WIP
|
2023-02-16 17:48:17 +01:00 |
|
Patrick Rathje
|
d5277916d7
|
WIP
|
2023-02-16 17:48:17 +01:00 |
|
Patrick Rathje
|
8e604ec81a
|
Prepare Base for sync service
|
2023-02-16 17:48:17 +01:00 |
|
Patrick Rathje
|
b3d449e1d3
|
Update project config
|
2023-02-16 17:48:17 +01:00 |
|
Patrick Rathje
|
ac3277e2ae
|
Trying to optimize Advertising
|
2023-02-16 17:48:17 +01:00 |
|
Patrick Rathje
|
b61709478e
|
Simplify Tracing
|
2023-02-16 17:48:17 +01:00 |
|
Patrick Rathje
|
ee4612104d
|
Refactor and Clean Project for essential functionality
|
2023-02-16 17:48:17 +01:00 |
|
Patrick Rathje
|
ac320271a0
|
wip
|
2023-02-16 17:48:17 +01:00 |
|
Patrick Rathje
|
35571485b4
|
Correct test file extension
|
2023-02-16 17:48:17 +01:00 |
|
Patrick Rathje
|
d542b39493
|
Add time_get_unix_seconds utility
|
2023-02-16 17:48:17 +01:00 |
|
Patrick Rathje
|
6f2da044fe
|
Move header files into include directory
|
2023-02-16 17:48:17 +01:00 |
|
Patrick Rathje
|
44f6e42c7a
|
Update README.md
|
2022-10-04 09:06:28 +02:00 |
|
Patrick Rathje
|
f782109cdf
|
Update README.md
|
2022-10-04 09:05:21 +02:00 |
|
Patrick Rathje
|
dae1b0db24
|
Update README.md
|
2022-10-03 17:34:36 +02:00 |
|
H1ghBre4k3r
|
b7053cafdf
|
Add check for tests
|
2021-12-10 15:30:21 +01:00 |
|
H1ghBre4k3r
|
790064be7f
|
Fix wrong config variable naming
|
2021-12-10 15:30:21 +01:00 |
|
H1ghBre4k3r
|
22697403f7
|
Finalize refactorings of contacts and bloom module
|
2021-12-10 15:30:21 +01:00 |
|
H1ghBre4k3r
|
cd780b122d
|
First refactorings for contacts and bloom api
|
2021-12-10 15:30:21 +01:00 |
|
H1ghBre4k3r
|
26d55cc91f
|
Save temp state
|
2021-12-10 15:30:21 +01:00 |
|
H1ghBre4k3r
|
90b756eb3d
|
Fix wrong binary operation in bloom filter and improve infected interval spreading
|
2021-12-10 15:30:21 +01:00 |
|
H1ghBre4k3r
|
3a2dc985f4
|
Add WIP bloom stage (rewrite git history)
|
2021-12-10 15:30:21 +01:00 |
|
H1ghBre4k3r
|
a720bb7d9e
|
Comment out creation of bloom filter
|
2021-12-10 15:30:21 +01:00 |
|
H1ghBre4k3r
|
2d0c298aa0
|
Rename bloom_init to bloom_create
|
2021-12-10 15:30:21 +01:00 |
|
H1ghBre4k3r
|
76ce19d94a
|
Contacts: Add first draft of test functions
|
2021-12-10 15:30:21 +01:00 |
|
H1ghBre4k3r
|
7575ab853f
|
Add first version of a bloom filter
|
2021-12-10 15:30:21 +01:00 |
|
H1ghBre4k3r
|
f7587911d2
|
Contacts: optimize iterator init if periods overlap
|
2021-12-10 15:30:21 +01:00 |
|
H1ghBre4k3r
|
ea492e11f9
|
Measure performance for multiple infected RPIs
|
2021-12-10 15:30:21 +01:00 |
|
H1ghBre4k3r
|
ad4dcd013e
|
Contacts: Remove unneeded function for retrieving infected keys for period
|
2021-12-10 15:30:21 +01:00 |
|
H1ghBre4k3r
|
4399810691
|
Contacts: Add possibility to retrieve number of infected contacts for a period key
|
2021-12-10 15:30:21 +01:00 |
|
Hendrik Sauer
|
0b9378716d
|
Update readme
|
2021-12-08 18:09:00 +01:00 |
|
Hendrik Sauer
|
152fc4fb7e
|
Add configuration options to test protobuf unpacking at startup
|
2021-12-08 18:09:00 +01:00 |
|
Hendrik Sauer
|
c172fbced8
|
Add some comments
|
2021-12-08 18:09:00 +01:00 |
|
Hendrik Sauer
|
a1e7a83c84
|
Add doc comments
|
2021-12-08 18:09:00 +01:00 |
|
Hendrik Sauer
|
7a0fa5b30c
|
Measure time
|
2021-12-08 18:09:00 +01:00 |
|
Hendrik Sauer
|
8f532ac7e4
|
Make the packing and unpacking work
|
2021-12-08 18:09:00 +01:00 |
|