smsearcy / mesh-info

Collect and view information about an AREDN mesh network.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add iperf link builder

smsearcy opened this issue · comments

Add a page to select two nodes on the network and generate the URL for them.

Notes:

  • Can use <datalist> instead of Javascript for autocompletion of node names (MDN reference)
  • URL format: http://<client_node_name>/cgi-bin/iperf?server=<server_node_name>&protocol=<tcp|udp> (source)