# Functions
AsTopoHandler handles requests for AS data, returning results from sciond.
ConfigHandler handles requests for configurable, centralized data sources.
ExtractBwtestRespData will parse cmd line output from bwtester for adding BwTestItem fields.
ExtractEchoRespData will parse cmd line output from scmp echo for adding EchoItem fields.
ExtractTracerouteRespData will parse cmd line output from scmp traceroute for adding TracerouteItem fields.
GenClientNodeDefaults queries network interfaces and writes local client SCION addresses as json.
GenServerNodeDefaults creates server defaults for localhost testing.
GeolocateHandler handles geolocation requests, using exernal request when needed.
GetBwByTimeHandler request the bwtest results stored since provided time.
GetEchoByTimeHandler request the echo results stored since provided time.
GetNodesHandler queries the local environment for user/default nodes.
GetTracerouteByTimeHandler request the traceroute results stored since provided time.
HealthCheckHandler handles calling the default health-check scripts and returning the json-formatted results of each script.
LabelsHandler handles AS label requests, using exernal request when needed.
LocationsHandler handles AS location requests, using exernal request when needed.
No description provided by the author
PathTopoHandler handles requests for paths, returning results from sciond.
ScanLocalSetting will load list of locally available IAs and their corresponding Scionds.
TrcHandler handles requests for all local trust root data.
WriteCmdCsv appends the cmd data (bwtest or echo) in csv-format to srcpath.
# Variables
command argument constants.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
scionRoot is the root location of the scion infrastructure.
appsRoot is the root location of scionlab apps.
# Structs
ASConfig holds data about ia.
No description provided by the author
DefHealthCheck holds JSON fields for a health check definition.
DefTests holds the JSON array for all health checks.
Hop represents an hop on the path.
Path holds information about the discovered path.
ResHealthCheck holds JSON fields for a health check result.
# Type aliases
mapping AS addresses to their corresponding configs.