Creates a connection to another device or server on the address provided. Currently the function assumes port 80 as the server port.
bool connect(char *aHost)
char *aHost: IP or DNS name of device/server to connect to
bool : returns 1 when TCP link has been established