reauthfi-core
Core library for the reauthfi captive portal detector.
Overview
reauthfi-core contains the detection logic shared by the CLI and Node.js bindings.
It probes known endpoints, inspects gateway responses, and opens the detected portal
URL on supported platforms (currently macOS).
Usage
Add the crate to your Cargo.toml:
[]
= "0.1.2"
Basic example:
use ;
On non-macOS platforms the library currently returns ReauthfiError::UnsupportedPlatform.
License
MIT License.