Send message to port and get response
This will send your given message to the given address and port, then wait for a response. If your socket is on this same computer, you can just enter a port, otherwise you should format it like '123.123.123.123:1000' where 123.123.123.123 is the IP and 1000 is the port you'd like to send a message to.
Parameters
- Host (text)
- Message (text)
Output
The response if one is received