Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Like in trilateration, in Apollonius we are using  distance = RTT * alpha to get the radius of circles of Apollonius. The way couldn?t check performance of Apollonius techniqueWe can not accurately analyse the efficiency of Apollonius Algorithm using delay to distance mapping. So in order to see the actual performace of Apollonius technique we performed a test. We selected known landmarks and a target (which was also a landmark .. but acting as target for other landmarks) then calculated distance (http://www.movabletype.co.uk/scripts/latlong.html) between each landmark to that target and hardcoded this distance to code i.e replaced
e.g distance= 786.00.

endiong By doing so we do no need delay measures(RTT's). Purpose of doing this task was to test Apollonius efficiency in case it do not had to suffer the pinging error.

...