Jump to content

Sharing tcp ports between applications


Xand3r
 Share

Recommended Posts

Is this possible in autoit?

I.e:

app 1 listens on a port and when it gets a new connection it passes the socket number to app 2 which will do all the work...

i tried enabling the net.tcp port sharing service but i didn't work... i must be missing something :D

Only two things are infinite, the universe and human stupidity, and i'm not sure about the former -Alber EinsteinPractice makes perfect! but nobody's perfect so why practice at all?http://forum.ambrozie.ro

Link to comment
Share on other sites

You must create an additonal listener (server) on the local machine and have the second application connecting to this port (i.e. localhost 30000). Now you can process the data from the remote client either with your AutoIt script or forward it to your locally connected application.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...