Hello,
I'm studying the DRIP implementation and expected the "sendProbe" function
to be called when a node wants to broadcast its metadata (as seen in
"Trickle: A Self-Regulating Algorithm for Code Propagation and Maintenance
in WSNs").
However, the search below shows that "sendProbe" is defined but never
called:
localhost:/opt/tinyos-2x/tos/lib/net$ grep -R sendProbe *
drip/DisseminationEngineImplP.nc: void sendProbe( uint16_t key );
drip/DisseminationEngineImplP.nc: void sendProbe( uint16_t key ) {
drip/.svn/text-base/DisseminationEngineImplP.nc.svn-base: void sendProbe(
uint16_t key );
drip/.svn/text-base/DisseminationEngineImplP.nc.svn-base: void sendProbe(
uint16_t key ) {
(Also, "ProbeAMSend.send" is called only inside "sendProbe")
I see that "sendObject" is called in places where I expected "sendProbe" to
be called instead.
Am I missing something?
Thanks,
Francisco
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help