On Wed, Mar 28, 2012 at 01:05:03AM -0400, Alan Ott wrote: > > Since I don't have any kind of 802.15.4 analyzer, I'm somewhat in the > dark, and the more information I can get about the status of the network > the better.
You can use econotags as a sniffer with wireshark. You'll have to program them with different firmware but that isn't hard to do: http://mc1322x.devl.org/wireshark.md > On the Econotag (and I did order it with Linux-802.15.4-serial > firmware, and it came in a bag that said "Linux"), the website says > I'm supposed to see an LED for send and receive. The two LEDs on the econotag are hooked up to pins that can be tied in hardware to receive and transmit functions. Checking the linux-serial firmware source, it does not appear the tx indication is enabled. > Is this still true with the current firmware? If so, then I'm doing > something wrong because I don't see any indicators ever. One easy way to see the econotags "do stuff" with the linux firmware is to use the serial tests in the tools package. In linux-zigbee/test-serial you have test_recv.py and test_packets.py. test-packets will send a bunch of packets and you should see them with test-recv. > > [1] I'm using the second ttyUSB device that comes up because using the > first one doesn't work on the ifconfig up step. I didn't see anything in > the documentation about which one to use, so I assume this is the right one. Yes, this is correct. The first ttyUSB channel on each econotag is wired to the JTAG port. The second is wired to UART1. > [2] At this point if I run ifconfig wpan0, the address shows up as I > would expect. > [3] At this point if I run ifconfig wpan0, the address shows up as > FF-FF-FF-FF-FF-FF-FF-FF. That seems strange. > Ah, the "Get 64-bit address" function of the serial protocol appears to be new (or I didn't see it before or didn't implement it). That explains #3. -Mar. ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Linux-zigbee-devel mailing list Linux-zigbee-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel