1IRDAPING(8) IRDAPING(8)
2
3
4
6 irdaping - sends IrDA test frames
7
9 irdaping [ daddr ] [ -s framesize ]
10
11
13 daddr ...
14
15 -s framesize ...
16
18 This is a program similar to ping(8). It sends IrDA test frames (added
19 some userdata which contains the frame number and the time the frame
20 was sent). You can change the size of the frame by using the -s option.
21 To get daddr you may use irdadump.
22
23 irdaping must be run as root or installed setuid root, as it requires
24 root privileges.
25
27 irdaping <daddr> [-s <framesize>]
28
29 You may use an alias, which does not use any parameter alias irp‐
30 ing="irdaping \`grep daddr /proc/net/irda/discovery|sed s/.*daddr://\`"
31 It works fine when there is only one discovered client.
32
34 N.N.
35
37 N.N.
38
40 irattach(8), irdaping(8), irdadump(8), findchip(8), irpsion5(8), mod‐
41 probe(8)
42
43 Linux/IrDA Project http://irda.sourceforge.net -*- Linux/IrDA-Tutorial
44 http://www.hpl.hp.com/personal/Jean_Tourrilhes/IrDA/index.html -*-
45 Infrared-HOWTO http://tuxmobil.org/howtos.html
46
48 This manual page is written by Werner Heuser <wehe@tuxmobil.org>. It is
49 based on the READMEs from irda-utils by the Linux/IrDA Project and the
50 Linux/IrDA-Tutorial.
51
53 Copyright (c) 2001 Werner Heuser
54
55 Permission is granted to copy, distribute and/or modify this document
56 under the terms of the GNU Free Documentation License (GFDL), Version
57 1.1 or any later version published by the Free Software Foundation;
58 with no Invariant Sections, no Front-Cover Texts and no Back-Cover
59 Texts.
60
61
62
63 03 July 2006 IRDAPING(8)