ovl.connections.network_validation module

ovl.connections.network_validation.is_static_ip(ip)[source]

Checks if the given ip is a static ip for FRC

Parameters:ip – the ip to be checked, a str
Returns:True if the ip is an FRC static ip, False if it isn’t
ovl.connections.network_validation.is_valid_ip(ip)[source]

Checks if the given ip address (string) is a valid ip

Parameters:ip – the string of the ip to be checked, can be ipv6 and ipv4
Returns:False if invalid, True if valid