Re: Checking if port is open
MOOSock to the IP (set a timeout !!!) and if it connects, bingo, if not then use a timer and give a `timeout` message :)
Re: Checking if port is open
Yeah, there's no way for the host to know if the port is open without asking someone else to connect and seeing if it works.
Re: Checking if port is open
I thought I saw a port scanner plugin released for OINC in the released extensions forum..
Re: Checking if port is open
Quote:
Originally Posted by dingdong
I thought I saw a port scanner plugin released for OINC in the released extensions forum..
Scans a port range, not a single port
take that back, it does, but MOOSock is fully working, OINC hasn't been fully tested (come on people; test it!)
Re: Checking if port is open
The port scanner can't determine if a port is open, as far as I have tested it anyways. One guy with port 1203 open used it, it returned negative, then I tested it without port 1203 open, and it still returned negative.