|
Sockets & IP's
Hi, im new to python just so you know
this maybe hard to explain so if you don't inderstand what im asking just say.
Im am trying to write a scripts that connects to a remote pc, this is not a problem providing i have the IP of the computer. However thecomputer i want to connect to is on a network, so the IP address im having to try to connect to is the routers IP and not the indervidual computers IP. Is there anyway using socket.connect() or another function perhaps to connect to a remote pc on a network.
thanks for any help
|