Adds more hosts to test

- Ptbo both links
 - Lnsy both links
 - Blvl both links
Adds lib.rs to allow bins to read common code
This commit is contained in:
2025-04-21 08:08:05 -04:00
parent 03de859764
commit 11618c0d0a
5 changed files with 28 additions and 14 deletions
+9
View File
@@ -0,0 +1,9 @@
pub mod manager;
pub mod ping_request;
pub mod ping_result;
pub mod state;
pub mod target_state;
pub const SECONDS_BETWEEN_DISPLAY: u32 = 1;
pub const SECONDS_BETWEEN_PING: u32 = 2;