Hi,

I want to sniff Zigbee traffic with a telosB mote so I downloaded the
z-monitor-bin.2.0.zip from http://www.z-monitor.org/index.php?title=Download.
This zip contains the tknsniffer app which is needed to run the z-monitor
sniffer.

My tinyos environment is up and running and I was able to compile and run
"Blink " on my telosb mote succesfully.

I copied the tksniffer directory to /opt/tinyos-2.1.2/apps and from there I
try to compile tksniffer:

root@bt:/opt/tinyos-2.1.2/apps/tknsniffer# make telosb

the following error occurs:

Makefile:3: ../Makefile.include: No such file or directory
make: *** No rule to make target `../Makefile.include'.  Stop.

The makefile looks like this:

root@bt:/opt/tinyos-2.1.2/apps/tknsniffer# cat Makefile

COMPONENT=SnifferAppC
CFLAGS += -DIEEE154_SCAN_DISABLED -DIEEE154_BEACON_SYNC_DISABLED
-DIEEE154_BEACON_TX_DISABLED -DIEEE154_RXENABLE_DISABLED
-DIEEE154_ASSOCIATION_DISABLED -DIEEE154_DISASSOCIATION_DISABLED
-DIEEE154_COORD_REALIGNMENT_DISABLED -DIEEE154_COORD_BROADCAST_DISABLED

include ../Makefile.include


it seems that Makefile.include is missing:

root@bt:/opt/tinyos-2.1.2/apps/tknsniffer# cat ../Makefile.include
cat: ../Makefile.include: No such file or directory

The Makefile.include was not supplied in the zip provided by z-monitor.org.
Where can I download the complete source of tknsniffer (or te missing
Makefile.imclude) ? Even google cannot find it :-)

You help is much appreciated!

Best regards,
Arnold
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to