Closed alanxuefei closed 10 years ago
You'll probably have to enable debugging at a lower layer (e.g., in core/net/mac/{csma,framer-802154}.c)to see whether things look OK. Because the example works in Cooja, it may be a problem with the network. Have you tested whether other examples using radio communication work in your network?
The radio communication also does not work. However, both can work at Cooja very well
@alanxuefei Try playing the the CCA_THRESHOLD. And feel free to make it dynamic in ConitkiMAC. ;)
Dear All
netdb can run at Cooja simulator, but it does not work for real telosb mote.
First, I assign the motes with IDs using the following command.
Second, I upload netdb-client.c and netdb-server.c into the motes respectively.
Then, the result is
Client mote can send query to server mote, and server mote can execute the query. After that, server mote try to send the data. But it does not work and shows timeout.
Regards Alan Xue