for some reason, query sharing from moteid 0 never
manages to get past the first few messages during
sharing. the proposed fix is send query messages in a
random order, such that they all eventually go out...
this still seems to happen, at least with a pair of mica
motes; to reproduce:
1. install tinydb on two mica motes, 0 and 1
2. leave mote 0 on, mote 1 off
3. start the query "select nodeid,light" running on 0
4. turn on mote 1, note that it never starts running the query
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: NO
this still seems to happen, at least with a pair of mica
motes; to reproduce:
1. install tinydb on two mica motes, 0 and 1
2. leave mote 0 on, mote 1 off
3. start the query "select nodeid,light" running on 0
4. turn on mote 1, note that it never starts running the query