Ping in Win CE

  • Thread starter Thread starter Vivek Waghmare
  • Start date Start date
V

Vivek Waghmare

Hi
I am trying to implement an application which will ping to the given host to
check the network status.
Since there is no Networkinformation class available in .Net CE,
Does any one know how to achieve this? I want to code in C# not in C++
 
Have a look at this,
http://groups.google.com/group/micr...d0e205d2?lnk=gst&q=Arun+Ping#c826d802d0e205d2

Cheers,
Arun

Like most basic functionality missing from the CF, the Smart Device
Framework[1] has Ping support[2] and the community edition is free.

--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Giving back to the embedded communityhttp://community.OpenNETCF.com

[1]www.smartdeviceframework.com
[2]http://opennetcf.com/library/sdf/html/7555257b-b797-37d3-ff61-4e90f73....




Hi
I am trying to implement an application which will ping to the given host
to check the network status.
Since there is no Networkinformation class available in  .Net CE,
Does any one know how to achieve this? I want to code in C# not in C++- Hide quoted text -

- Show quoted text -
 
Back
Top