CBielstein / projectloon

Class project on routing and positioning in a mesh network inspired by Google's Project Loon.
0 stars 1 forks source link

Calculating ETX #4

Closed elynnlee closed 9 years ago

CBielstein commented 9 years ago

Broke out route forwarding and GPSR in to other issues. This is just calculating ETX now.

elynnlee commented 9 years ago

Needs tests

elynnlee commented 9 years ago

Lol whoops. Needs tests.

CBielstein commented 9 years ago

Need to update to have a large enough ETX computation window to include the jitter, since currently we could lose a whole two transmissions based on a jitter. Since we're jittering by 25%, we should probably include an additional 50% (10.5 seconds)

CBielstein commented 9 years ago

Did the above comment, need to do a few tests on multi hop detection.