Re: [Tinyos-help] How to run the example EasyCollection (of Collection) in part Network Protocol (http://docs.tinyos.net/tinywiki/index.php/Network_Protocols)?

2012-09-30 Thread Nhuanthong
Dear Omprakash Gnawali, For the example EasyCollection, inside the file* EasyCollectionC.nc*, the root will be set ID = 1. Then, I try to do as follow: 1. *make telosb* for the folder EasyCollection. 2. For compiling the node and root, I type: For root node: *make telosb

Re: [Tinyos-help] How to run the example EasyCollection (of Collection) in part Network Protocol (http://docs.tinyos.net/tinywiki/index.php/Network_Protocols)?

2012-09-30 Thread Omprakash Gnawali
We can identify the problem as one of networking or rest of the system. Could you first run apps/tests/TestNetwork? If the root receives the packets, then we know networking is working and the problem might be somewhere else. - om_p On Sun, Sep 30, 2012 at 8:04 AM, Nhuanthong

Re: [Tinyos-help] How to run the example EasyCollection (of Collection) in part Network Protocol (http://docs.tinyos.net/tinywiki/index.php/Network_Protocols)?

2012-09-29 Thread Omprakash Gnawali
We can identify the problem as one of networking or rest of the system. Could you first run apps/tests/TestNetwork? If the root receives the packets, then we know networking is working and the problem might be somewhere else. - om_p On Sat, Sep 29, 2012 at 1:49 PM, Nhuanthong