Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

Send TCP Packets to clients

$
0
0
Hello
I have an autoit script that i want it to be a TCP Server and send packet to connected clients
I have successfully created TCP Server and clients can connect but the problem is that i sont know how to send packet to clients
There is my autoit code
[ autoit ]      
TCPStartup() Local $Socket = TCPListen("127.0.0.1",14) Local $Connection = TCPAccept($Socket) While True TCPSend($Socket,Binary(0)) Sleep(1000) WEnd
Thanks

Viewing all articles
Browse latest Browse all 12506

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>