« MiFi.NET Release: v1.0.0 Beta | Main | Pervasive SQL and .NET Part 3: OPF3 ORM Framework »
Tuesday
Oct272009

MiFi.NET for the Novatel MiFi Mobile Broadband router

I just made my little side project public at CodePlex.com. It's called MiFi.NET and provides a simple yet complete interface to the webservices exposed by the Novatel MiFi Mobile Broadband router.

It's based on the latest specification available from the Novatel Wireless Developer Lounge and I intend to add new features as Novatel makes them available.

Here's a quick shot of the included sample application to give you an idea of the kind of data you can retrieve using MiFi.NET. (Note that the GPS data is missing in this shot because I didn't have it enabled on my device at the time.)

Here's an example showing how to get the current signal strength:

MiFiDevice device = new MiFiDevice(IPAddress.Parse("192.168.1.1"));
MiFiStatus status = device.GetStatus();
Console.WriteLine("Signal Strength: " + status.SignalStrength);

PrintView Printer Friendly Version

EmailEmail Article to Friend

Reader Comments

There are no comments for this journal entry. To create a new comment, use the form below.

PostPost a New Comment

Enter your information below to add a new comment.

My response is on my own website »
Author Email (optional):
Author URL (optional):
Post:
 
Some HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>