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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top