wastu01 / Chartjs-demo

Browser-based UDP ping test, using Janus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chartjs 動態圖表呈現網路品質狀態 https://wastu01.github.io/Chartjs-demo

learning how to put dynmaic data into chart base on original Pingtest project.

Laening note

https://hackmd.io/@DCT/Chartjs-web-visualization-learning-note

pingtest

Browser-based UDP ping, using Janus Gateway. Displays ping, jitter and packet loss. Also has a graphical meter showing connection quality, which displays moving average statistics on mouse hover.

Demo

https://www.groupworld.net/pingtest.html

Installation

Configure Janus Gateway, including the text-room plugin.

Cleanup

Each time a user connects, it creates a Janus TextRoom. You can use the cleanrooms.js script to remove empty rooms:

npm install janus-gateway-js
node cleanrooms.js

About

Browser-based UDP ping test, using Janus


Languages

Language:JavaScript 86.2%Language:HTML 13.3%Language:CSS 0.4%