Hello:
Im working on an investigation and i need any information on utilizing TCP/IP on Visual Basic , Tutorials would be good and any example would be even better
Thanks
Steve
Printable View
Hello:
Im working on an investigation and i need any information on utilizing TCP/IP on Visual Basic , Tutorials would be good and any example would be even better
Thanks
Steve
What, exactly, do you want to do with tcp/ip?
I want to connect to a remote server and obtain certain values from variables and sensors
You could use the winsock control.
Which protocols does the server use?
is this your server, or someone else's?Quote:
Originally Posted by madwolf32
meaning, do you have the opportunity to write a program to collect the sensor data?
if you do, then it should be simple to make a client to collect that data remotely.
yes, the winsock control is perfect for your issue.
does anyone have a tutorial on winsock or microsoft internet controls? , the server uses a TCP/IP Stack called OpenTCP, it is a microcontroller board which has all the sensors conected to it, and it already is able to run an html web page informing sensor status, i want to create an aplication which can read multiple ips in sequence or in parallel and show me that information, kinda like a monitoring station
View these sites:
www.vbip.com
http://searchvb.techtarget.com/bestW...ax1218,00.html
As this is a microcontroller based web server i think it may be easier for you to use the Inet control to retrive the web page with the data on it, and then parse it. If you are able to it may be an idea to alter the page that shows the data, as it would require less parsing.