Jump to content

Recommended Posts

Posted

Is it possible for multiple clients to connect to the server over the same port? I would post code but can't seem to fomulate any that seems logical. I dont understand much about this sort of thing, but the network won't be the main functionality in the script, More of an ad-on. I don't expect to need more than basic understanding to get the job done.

Time + Effort = Constant

Posted

yes. every web connection comes into the server on port 80 (or 443). The client and server keep track of every connection because the combination of <source address>:<source port>/<destination address>:<destination port> is unique.

Posted

In autoit?

Take for example the TCPRecv.au3 in your examples/helpfile directory... How can it be changed so that 2-3 people can send it text?

Time + Effort = Constant

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...