Open a TCP connection to the specified server.
Possible errors:
— Can't open TCP connection
open-tcp
@/open-tcp
Open a TCP connection to the specified server.
Possible errors:
— Can't open TCP connection
INET@/esp8266-inet
An internet connection
HOSTstring
Server name or IP address
PORTnumber
A destination server port number
CONNpulse
Open the connection
DONEpulse
Pulses when the TCP connection is successfully open
SOCKxod/net/socket
The socket connected
INET'@/esp8266-inet
An internet connection
To use the node in your project you should have the xod-dev/esp8266 library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.