LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

internet connection status

Hi all

I want to have a network connection status like what windows has. How can I access to network traffic?

Thanks for your help.

0 Kudos
Message 1 of 3
(3,049 Views)
Hi,
   the network connection status information is not directly attainable using LabVIEW's built in vi's. You're going to need to find the windows API calls to get to this information.
 
Start by looking at google for network status monitor. Ethereal (http://www.ethereal.com/) do a network information product, which is open source, and this might give you some ideas on packet sniffing information etc.
 
Essentially you'd be looking for an ActiveX automation server, or ActiveX control that would acheive the functionality you want, then this could easily be incorporated into LabVIEW. Even a .net assembly would usually be incorporatable.
 
Check around the web for example code and downloadable controls etc.
 
Hope that helps
 
Thanks

Sacha Emery
National Instruments (UK)
 
 
// it takes almost no time to rate an answer Smiley Wink
0 Kudos
Message 2 of 3
(3,036 Views)
Thanks sacha. It's going to be useful.
 
 
0 Kudos
Message 3 of 3
(3,013 Views)