There was an error while loading. Please reload this page.
ipaddr->string converts an ip4 address in u8vector format to conventional string representation.
Example 1: Get my machine's ip address, with an internet connection present
> (ipaddr->string (host-ipaddr "localhost")) "192.168.31.2"