zombieZero
Technical User
Sorry if this is daft, but basically my situation is this:
I've written a protocol tester in ITCL that our TCL harness here utilizes via a series of test scripts. I'm working with someone else in another group who has come up with a test creator, and we want to make the two work together.
I think socket is the way I want to go but every time I try and use a variant of that I either get a permission denied or a connection refused...I admit I'm not sure if this is even the correct way to go.
Has anyone else out there ever done this who can offer up some guidance to a newcomer? It would be easiest if the test creator could telnet to a certain socket, feed the commands over it, and then field the responses that come back from my piece.
I've written a protocol tester in ITCL that our TCL harness here utilizes via a series of test scripts. I'm working with someone else in another group who has come up with a test creator, and we want to make the two work together.
I think socket is the way I want to go but every time I try and use a variant of that I either get a permission denied or a connection refused...I admit I'm not sure if this is even the correct way to go.
Has anyone else out there ever done this who can offer up some guidance to a newcomer? It would be easiest if the test creator could telnet to a certain socket, feed the commands over it, and then field the responses that come back from my piece.