Legacy:Functions/Networking
From Spherical
Networking
- GetLocalAddress(): Get the local IP address.
- GetLocalName(): Get the local computer name.
- ListenOnPort(port): Wait for a connection and return a socket for it.
- OpenAddress(address, port): Connect to address on port.