From 8243f04a5368797882b810300f21c90686feb78d Mon Sep 17 00:00:00 2001 From: apex Date: Sat, 18 Jan 2025 08:19:26 +0000 Subject: [PATCH] Upload files to "/" --- IPoMC Yellow Pages.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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