sat-rs/satrs-example/src/lib.rs

5 lines
128 B
Rust
Raw Normal View History

2022-08-18 01:32:02 +02:00
use std::net::Ipv4Addr;
pub const OBSW_SERVER_ADDR: Ipv4Addr = Ipv4Addr::new(127, 0, 0, 1);
pub const SERVER_PORT: u16 = 7301;