xbee monitor

XBee Monitor is a pretty scaled down wxWidgets program that allows you to talk with and XBee coordinator in API mode and get basic information about the network. Right now only a few things are supported:

  1. Node Discovery
  2. Get local address
  3. RX Packet disassembly

I find it useful to help make sure my devices are actually reaching my coordinator and also to see what data the devices are sending. As I keep going with my own XBee experiments I’ll keep updating this as well. I use the ttListCtrl class to handle tooltips like I spoke about previously.

You can view the code here.

Posted Tuesday, January 19th, 2010 under wxWidgets.

Leave a Reply