1sendiso(1) Linux IEEE 1394 sendiso(1)
2
3
4
6 sendiso - send IEEE 1394 isochronous packets from dump file
7
9 sendiso [ options ] FILE
10
12 sendiso takes the dump file FILE as generated by dumpiso(1), extracts
13 the packets and sends them as they were received (in the same order,
14 with the same channel numbers) as fast as possible - timing of the
15 original dump is not preserved.
16
17 This program does not allocate any isochronous resources but just
18 starts sending. It should not be used in live environments where it
19 might interfere with properly set up isochronous transmissions, it is a
20 debug and performance benchmarking tool.
21
23 -l, --loop=COUNT
24 Send dump file COUNT times. Defaults to 1.
25
26 -i, --infinite
27 Send dump file in an endless loop.
28
29 -s, --speed=SPEED
30 Send packets at speed SPEED, which can be given as 100, 200 and
31 400 (in Mbit/s) or abbreviated as 1, 2 and 4. Defaults to 100.
32
33 -p, --port=PORT
34 Choose port PORT for sending. A port is a 1394 card or chip and
35 represents one connected bus, therefore this is only relevant
36 when you have multiple of these. Defaults to 0.
37
38 -h, --help
39 Show help text and exit.
40
42 None known.
43
45 dumpiso(1), isodump(5)
46
48 Andreas Bombe <aeb@debian.org>
49
50
51
52 libraw1394 1.2.1 sendiso(1)