Connecting to device behind firewall
Posted
by tim
on Stack Overflow
See other posts from Stack Overflow
or by tim
Published on 2010-03-27T16:09:38Z
Indexed on
2010/03/27
16:13 UTC
Read the original article
Hit count: 152
I have a wpf app that needs to communicate(exchange data) with a custom designed device (we can modify the code for the device). Do I have any options to connect to the device if it is behind a firewall via http? I was hoping there would be a method where the admin would not have to forward any specific ports or do anything on his end. I assume the issue is how would I address the device from my app. I know SOAP over SMTP is one option. Is another option where the device could chatter out to my application via http?
© Stack Overflow or respective owner