No description
- JavaScript 88.9%
- Shell 5.8%
- HTML 4.7%
- CSS 0.6%
| .gitignore | create framework | |
| create-xdc.sh | create framework | |
| icon.png | update icon | |
| index.css | show receiver addresses | |
| index.html | wording, format | |
| index.js | wording, format | |
| LICENSE | add LICENSE | |
| manifest.toml | create framework | |
| README.md | update README | |
| webxdc.js | init | |
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.