Is there a way to get a user's full address on the internet, using php, so that the address can be send to a client application on another computer on the internet and enable it to transfer files directly?
What I'm trying to do is: I have put together a desktop application in vb.net that will exchange live webcam feed between computers on a lan. However, I want to enable the users to exchange the feed via the internet, but the only servers I will have at my disposal are simple lamp servers. I'd like to write a script in php that the desktop application can periodically connect to so that the server can confirm the computer's availability as well as maintain it's physical address. Then, when a computer's desktop webcam app wants to connect to the other, it can check the php server to make sure it's available and grab it's physical address to know where to send the udp packets to.
Also, if anybody has a better suggestion as to how to deal with this need, I'd try anything that might work. I'm a paramedic at an ambulance service who loves to play with code and my boss is wanting to be able to use our mobile internet connections on our trucks to be able to provide live feed to the local trauma center and interact with trauma surgeons during our transports. I'm making great progress so far, but this is kind of where I'm stuck. Any suggestions would be greatly appreciated! Thanks in advance!