Skip to main content

Robotics 4 .NET

Go Search
Home
Documents and Lists
Create
Site Settings
Help
  
Robotics 4 .NET > Software > ManagedWiFi  

Web Part Page Title Bar image
ManagedWiFi

 Announcements

There are currently no active announcements.

Introduction

ManagedWiFi is a library to control WiFi on Windows. It wraps NDISUIO driver and allow you to get information from your 802.11b or 802.11g NIC. You can manage WiFi from C#, VB.NET and all the languages targeting the .NET CLR.

Notes

The library relies on NDISUIO, which is an interface in user mode based on a named pipe that allows communication with NDIS drivers. Unfortunately the named pipe is bound by the Windows Wireless Zero Configuration Service, so if you try to run the code you'll get an in opening the Pipe. You should stop this service (in the Services tool in the Administrative Tools section) before starting an application that make use of this library.

Beware: the information supplied by the library depends on the implementation of NDIS interface of the various drivers. For instance we have a NIC whose driver returns the signal strength only for the bound network.

Why in Robotics4.NET?

WiFi is an interesting perception for a robot. It is a perception that depends on the particular position of the robot. We use it to help locate our robot in the building.

Example

The following example shows how easy and cool is our library! Here we check the signal strength of all WiFi networks available, and we bound to the strongest AP we've found.
Show

 Issues

There are no items to show in this view of the "ManagedWiFiIssues" list.

 Links

  Browsable CVS
  Source code (automatic ZIP Archive)

 Events

There are currently no upcoming events.

 Tasks

There are no items to show in this view of the "ManagedWiFiTasks" list.