towerops-agent/src
Graham McIntire dba1c6a79c
Fix arm64 build: use c_char instead of i8 in FFI declarations
On ARM64 Linux, c_char is u8 (unsigned), not i8 (signed).
Using the platform-correct std::ffi::c_char type fixes the
cross-compilation error.
2026-02-10 08:40:15 -06:00
..
mikrotik Security hardening and performance improvements 2026-02-04 16:50:36 -06:00
snmp Fix arm64 build: use c_char instead of i8 in FFI declarations 2026-02-10 08:40:15 -06:00
ssh Security hardening and performance improvements 2026-02-04 16:50:36 -06:00
tui major overhaul to use more C for snmp, may not be stable 2026-02-09 12:31:41 -06:00
config.rs Agent overhaul with zero persistence 2026-01-30 15:50:20 -06:00
main.rs Use build timestamp version in TUI display 2026-02-10 07:51:52 -06:00
ping.rs feat: add agent-side ICMP ping health monitoring 2026-02-08 13:44:09 -06:00
proto.rs Fix clippy warnings to pass CI build 2026-01-16 18:02:33 -06:00
secret.rs Security hardening and performance improvements 2026-02-04 16:50:36 -06:00
version.rs use datestamp instead of creating a version 2026-02-09 13:49:19 -06:00
websocket_client.rs use datestamp instead of creating a version 2026-02-09 13:49:19 -06:00