Simple open socket command... Open socket to "192.168.0.18:514"
socketError result is "Error 10061 on socket" but... where can I find what the error code number means?
Error 10061 on socket
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Error 10061 on socket
Hi Paul,
This might be a socket binding error. Try port 1025 or higher. Another possibility is that no connections are accepted on port 514.
You can find a list of error codes at http://qurl.tk/8z .
Best,
Mark
This might be a socket binding error. Try port 1025 or higher. Another possibility is that no connections are accepted on port 514.
You can find a list of error codes at http://qurl.tk/8z .
Best,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Re: Error 10061 on socket
Well, the port can't be changed. What I'm trying to do is read from the port that our router is sending log information to. I found another program to read the information and send it to a text file so the port can definitely be read, I just wanted to see if Rev could work.