CMakeLists.txt
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
cmake/sensorwatchConfig.cmake.in
include/sensorwatch/sensorwatch.h
include/sensorwatch/sensorwatch.hpp
sensorwatch/__init__.py
sensorwatch/__main__.py
sensorwatch/_native.py
sensorwatch/_native_build.py
sensorwatch/config.py
sensorwatch/hwinfo_shm.py
sensorwatch/logger.py
sensorwatch/native.py
sensorwatch.egg-info/PKG-INFO
sensorwatch.egg-info/SOURCES.txt
sensorwatch.egg-info/dependency_links.txt
sensorwatch.egg-info/requires.txt
sensorwatch.egg-info/top_level.txt
src/sw_error.c
src/sw_internal.h
src/sw_parse.c
src/sw_platform.h
src/sw_session.c
src/sw_snapshot.c
src/sw_string.c
tests/test_config.py
tests/test_hwinfo_shm.py
tests/test_logger.py
tests/test_monitor_scripts.py
tests/test_native.py
tests/c/abi_header_check.cpp
tests/c/sw_test_util.c
tests/c/sw_test_util.h
tests/c/test_error.c
tests/c/test_parse.c
tests/c/test_session.c
tests/c/test_snapshot.c
tests/consumer/CMakeLists.txt
tests/consumer/main.c
tests/consumer/main.cpp
tests/cpp/test_wrapper.cpp
tests/fixtures/digests/README.md
tests/fixtures/digests/gappy-feed.json
tests/fixtures/digests/psu-sag-recovered.json
tests/fixtures/digests/psu-sag-stale-feed.json
tests/fixtures/digests/psu-sag-still-firing.json
tests/fixtures/digests/zero-samples.json
tests/fixtures/events/README.md
tests/fixtures/events/cleared.json
tests/fixtures/events/fired-critical-threshold.json
tests/fixtures/events/source-unavailable.json
tests/fuzz/README.md
tests/fuzz/fuzz_parse.c
tests/fuzz/gen_corpus.c
tests/fuzz/corpus/parse/bad_magic.bin
tests/fuzz/corpus/parse/oversize_one.bin
tests/fuzz/corpus/parse/unterminated_strings.bin
tests/fuzz/corpus/parse/valid_empty.bin
tests/fuzz/corpus/parse/valid_multi.bin
tests/fuzz/corpus/parse/valid_single.bin
tests/fuzz/corpus/parse/wrap_count_size.bin