Manuel, I do not know what you are using for hardware to assist in monitoring the network. I know there are several companies that market zigbee dongles. Some you can find as cheap as $150 dollars (i.e. www.integration.com). They usually come bundled with software. I think the more popular choice of zigbee sniffers is from Daintree Networks. Check out http://www.daintree.net/index.php. Hope your budget is nice though.
But if you wanted to just use a telos mote as your hardware interface, I know there was a group who provided a tinyos app and wireshark plugins called "PacketSniffer_802_15_4". You can find in the cvs repository under /tinyos-2.x-contrib/tub. I tried using PacketSniffer_802_15_4. It took a little bit of debugging to get Wireshark built with the plugins. Basically, Wireshark sniffs the packets that a listening client reads from the SerialForwarder (connected to the telos mote with PacketSniffer_802_15_4 TOS code). The only problem is since I was using Wireshark under Windows the .dll utilized by wireshark (don't remember the name) does not provide a hook to the "localhost", explaining why I was not seeing anything in Wireshark. If you plan on giving this try and you are using linux instead then I think it should work because linux does provide a hook to the "localhost". For your information, I did contact the author but he informed me that he was no longer supporting the project. Hope this helped. Good luck. David > Message: 3 > Date: Thu, 6 Mar 2008 09:48:49 +0000 > From: Manuel Mu?oz R?zquez <[EMAIL PROTECTED]> > Subject: [Tinyos-help] telos sniffer > To: <[email protected]> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="windows-1252" > > > Good morning, > > the reason of my e-mail is that I´m looking for a software sniffer for > telos network and I can find it anywhere. I need it to complete my Final > Career Project in the Technical University of Cartagena (Spain). > > Please if you can help me, answer me as soon as posible. > > Thank you very much. > > ----------------------------------------------------------- > > Manuel Muñoz Rízquez > 23036752-k > Torre-Pacheco, Murcia (Spain) > > ----------------------------------------------------------- > > _________________________________________________________________ > Tecnología, moda, motor, viajes, suscríbete a nuestros boletines para > estar siempre a la última > http://newsletters.msn.com/hm/maintenanceeses.asp?L=ES&C=ES&P=WCMaintenance&Brand=WL&RU=http%3a%2f%2fmail.live.com > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > -- Development environment: CYGWIN Platform: TelosB (tinyos-2.x: cvs disribution) _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
