Function get_setup_parameters_with_raw_client

Source
pub async fn get_setup_parameters_with_raw_client(
    client: &Client,
    mion_ip: Ipv4Addr,
) -> Result<SetupParameters, CatBridgeError>
Expand description

Get the setup parameters from a particular MION IP, but with an existing HTTP client.

ยงErrors

If we cannot make a network request to the setup.cgi page, or get some sort of error condition back.