From a9899cda89c0b4fe63ca7d88ef7db9b1892cc30f Mon Sep 17 00:00:00 2001 From: ayer1 Date: Wed, 6 Jan 2010 18:57:20 +0000 Subject: [PATCH] added note about how to set node id; it took me a lot of grepping to figure out... --- apps/tests/cc2420/LplBroadcastPeriodicDelivery/README.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/tests/cc2420/LplBroadcastPeriodicDelivery/README.txt b/apps/tests/cc2420/LplBroadcastPeriodicDelivery/README.txt index 0733e605..9dbe0ba0 100644 --- a/apps/tests/cc2420/LplBroadcastPeriodicDelivery/README.txt +++ b/apps/tests/cc2420/LplBroadcastPeriodicDelivery/README.txt @@ -7,6 +7,9 @@ Install the application to two nodes with the following ID's: Node 0 (Receiver node): id = 0 Node 1 (Transmitter node): id = 1 +Do this at compile time by adding the flag NODEID=, thus: + +make NODEID= ... This app sends a message from Transmitter node to AM_BROADCAST_ADDR and waits 1000 ms between each -- 2.39.2