diff --git a/IPoMC Yellow Pages.txt b/IPoMC Yellow Pages.txt index 3f0aa29..855c816 100644 --- a/IPoMC Yellow Pages.txt +++ b/IPoMC Yellow Pages.txt @@ -93,9 +93,14 @@ the time between the cart leaving the last IPoMC router, and it reaching the nex now that we have defined some vocabulary, lets actually get to calculating the time it will take to send messages across IPoMC +firstly, if you just want a quick and dirty calculation u can just use this one +HOPS(HOPTIME) + 2(STLT) +you can get stlt quick and dirty by sending yourself a message and timing where that amount of time is T +STLT = (T - HOPS(HOPTIME)) / 2 + The equation to do so is as follows (hoptime is the amount of time that a hop takes in whatever unit you are using) -(HOPS(HOPTIME) + STLT + (RTLT₁ + RTLT₂ + RTLT₃ ...)) +HOPS(HOPTIME) + STLT + (RTLT₁ + RTLT₂ + RTLT₃ ...) there can be multiple Recieve TLT's in the equation as there can be track between multiple network nodes in the system