views:

186

answers:

2

Hi,

Does a simple socket server exists that sends any message I want to send to all clients? I need to do this to test a socket client. And FAFAIK Putty can't do this.

Thanks, Myth

+3  A: 

I am not exactly sure what you want, but maybe have a look at netcat (there are ports for nearly any platform just search for netcat).

For an overview of netcat's functions look at the man page of it.

Fionn
A: 

you can use "telnet portno" if its a tcp socket

braindead