Thunderbots Project
Loading...
Searching...
No Matches
network_utils.h
1#pragma once
2
3#include <ifaddrs.h>
4
5#include <optional>
6#include <string>
7
16std::optional<std::string> getLocalIp(const std::string& interface, bool ipv4 = true);
17
27bool isIpv6(const std::string& ip_address);