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:
- Node Discovery
- Get local address
- 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.
