r10s/latency
1
0
Fork
You've already forked latency
0
No description
  • JavaScript 88.9%
  • Shell 5.8%
  • HTML 4.7%
  • CSS 0.6%
2023年10月23日 20:29:15 +02:00
.gitignore create framework 2023年10月23日 15:08:50 +02:00
create-xdc.sh create framework 2023年10月23日 15:08:50 +02:00
icon.png update icon 2023年10月23日 17:24:45 +02:00
index.css show receiver addresses 2023年10月23日 18:33:00 +02:00
index.html wording, format 2023年10月23日 20:29:15 +02:00
index.js wording, format 2023年10月23日 20:29:15 +02:00
LICENSE add LICENSE 2023年10月23日 14:37:17 +02:00
manifest.toml create framework 2023年10月23日 15:08:50 +02:00
README.md update README 2023年10月23日 19:57:10 +02:00
webxdc.js init 2023年10月23日 14:36:47 +02:00

webxdc latency measurement

a webxdc that sends out "pings" that are answered by another device with a "pong".

the time between ping-sent and pong-received is printed.

for running the test, attach latency.xdc from the release assets to a chat and follow the instuctions.

development

just edit index.html and related files. for testing, open index.html in a browser. to create latency.xdc, run ./create-xdc.sh.