Tips on writing network connectivity and bandwidth monitor tool

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm looking to write a simple tool that offers various network connectivity
stats using the .NET Compact Framework. For starters I'm looking to be able
to report on connectivity stats similar to the wireless connection properties
available with Windows XP. I want to be able to show connection strength and
other related stats. Does anyone have any pointers on where one might start
trying to build something like this with the .NET Compact Framework?

Thanks,
Burt
 
Just the same place most requests end up pointing: www.opennetcf.org. You
can monitor signal strength easily using one of the samples, RFUtilsCSharp
or RFUtilsVB. I'm not 100% sure that the C# one is up to date, but the VB
one is.

Paul T.
 
Back
Top