File: testvis.README

package info (click to toggle)
s3d 0.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,708 kB
  • sloc: ansic: 23,609; python: 488; perl: 98; makefile: 31; sh: 29
file content (25 lines) | stat: -rw-r--r-- 414 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
handle only one connected client

usage:

add a dot draw line:

testivs: add "104.65.0.42" -> "104.0.7.254"[label="4.03"];

list lines (output index:line | active) :

testivs: list
1: "104.65.0.42" -> "104.0.7.254"[label="4.03"]; | 1

remove line with index 1:
testvis: rem 1

deactive output of line with index 1:
testvis: dea 1

activate output of line with index 1:
testvis: act 1

quit testvis:
testvis: quit