some more fixes and improvements

This commit is contained in:
2024-04-10 17:03:56 +02:00
parent 5cc561cbad
commit d0835f9393
5 changed files with 62 additions and 15 deletions

View File

@ -4,6 +4,7 @@ use satrs_mib::resultcode;
use std::net::Ipv4Addr;
pub const STOP_FILE_NAME: &str = "stop-experiment";
pub const HOME_FOLER_EXPERIMENT: &str = "/home/exp278";
pub const OBSW_SERVER_ADDR: Ipv4Addr = Ipv4Addr::UNSPECIFIED;
pub const SERVER_PORT: u16 = 7301;