demonsc Posted October 10, 2007 Posted October 10, 2007 I've got this done up to this point... ; Start The TCP Services ;============================================== TCPStartUp() ; Create a Listening "SOCKET" ;============================================== $MainSocket = TCPListen($g_IP, 13300, 100 ) If $MainSocket = -1 Then Exit TCPRecv( $Mainsocket, 2048) sleep (1000) End of Code so far... Now i want to send data from a Microsoft Loopback adapter with the stats of: IP:66.169.2.206 Subnet Mask: 255.0.0.0 I know i have to use the TCPSend Function. But i confused myself.. The Help file didnt help either... Any help is appreciated thanks.
GreYFoX Posted December 2, 2007 Posted December 2, 2007 The programs doesn't need to recieve it from a certain source just send the data TCPSend($ConnectedSocket,###DATA###) ###DATA###, i think it should be a strinde so if it's not convert it
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now