tcp.addressDecode

Syntax tcp.addressDecode (encodedAddress)

Params encodedAddress is an IP address stored as a 4-byte number

Action Turn a 4-byte number into a dotted IP address string

Returns A string containing the dotted decimal representation of the IP address

Examples tcp.addressDecode (-825485308)

   » "206.204.24.4"

Notes This verb is useful for processing the output of tcp.myAddress, tcp.nameToAddress, and tcp.addressEncode.

Discuss