static String octetsToString(List<int> octets) { return '${octets[0]}.${octets[1]}.${octets[2]}.${octets[3]}'; }