hpav.1.html 4.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. <?xml version='1.0' encoding='iso-8859-1'?>
  2. <!doctype html public '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
  3. <html xmlns='http://www.w3c.org/1999/xhtml' lang='en-us'>
  4. <head>
  5. <title>
  6. hpav.1
  7. </title>
  8. <meta http-equiv='content-type' content='text/html;iso-8859-1'/>
  9. <meta name='generator' content='motley-tools 1.9.4 13:40:33 Feb 18 2015'/>
  10. <meta name='author' content='cmaier@cmassoc.net'/>
  11. <meta name='robots' content='noindex,nofollow'/>
  12. <link href='toolkit.css' rel='stylesheet' type='text/css'/>
  13. </head>
  14. <body>
  15. <div class='headerlink'>
  16. [<a href='getpib.1.html' title=' getpib.1 '>PREV</a>]
  17. [<a href='toolkit.html' title=' Index '>HOME</a>]
  18. [<a href='hpavkey.1.html' title=' hpavkey.1 '>NEXT</a>]
  19. </div>
  20. <pre>
  21. hpav(1) Qualcomm Atheros Open Powerline Toolkit hpav(1)
  22. NAME
  23. hpav - HomePlug AV Packet Listener
  24. SYNOPSIS
  25. hpav [options]
  26. DESCRIPTION
  27. Display HomePlug AV Ethernet messages sent by a local powerline device to the host or the broadcast address. Do not dis‐
  28. play HomePlug AV frames sent from the host to powerline devices or forwarded over powerline through the local powerline
  29. devices.
  30. The program is an example of a simple packet listener and daemon. Engineers and software developers can extend it to
  31. build custom sniffers or servers. The framework is present but additional features must be added.
  32. This program is part of the Qualcomm Atheros Powerline Toolkit. See the plc man page for an overview and installation
  33. instructions.
  34. OPTIONS
  35. -i interface
  36. Names the host ethernet interface to watch. The named interface, such as eth0, eth1 and so on, must be connected
  37. to a HomePlug AV ethernet-to-powerline bridge adapter to receive any HomePlug AV traffic. The default interface
  38. is eth1.
  39. -q Quiet mode. Suppress the printing of the normal message descriptions on stdout.
  40. -v Verbose mode. Displays incoming frames in hexadecimal dump format on stdout. This option is independent of
  41. option -a which prints VS_ARPC message text on stderr.
  42. -?, --help
  43. Print program help summary on stdout. This option takes precedence over other options on the command line.
  44. -!, --version
  45. Print program version information on stdout. This option takes precedence over other options on the command line.
  46. Use this option when sending screen dumps to Atheros Technical Support so that they know exactly which version of
  47. the Linux Toolkit you are using. See the HomePlug AV Specification for a description of all HomePlug AV message
  48. types. See the Qualcomm Atheros INT6000 Firmware Reference Manual for a description of Atheros Vendor Specific
  49. message types.
  50. EXAMPLES
  51. The following command monitors the default host interface eth1 for HomePlug AV traffic and dumps detected frames on the
  52. console as they arrive. To terminate the process, type ^C or ^Z at the console. This program is usually run in a sepa‐
  53. rate console window while performing powerline operations.
  54. # hpav
  55. The following command monitors host interface eth4 for incoming HomePlug AV frames and dumps writes them to file
  56. hpav.log. Frames are printed in hexadecimal dump format because option -v is present. Terminate the foreground process
  57. by typing ^C or ^Z at the console.
  58. # hpav -v -i eth4 &gt; hpav.log
  59. DISCLAIMER
  60. Atheros HomePlug AV Vendor Specific Management Message structure and content is proprietary to Qualcomm Atheros, Ocala FL
  61. USA. Consequently, public information is not available. Qualcomm Atheros reserves the right to modify management mes‐
  62. sage structure and content in future firmware releases without any obligation to notify or compensate users of this pro‐
  63. gram.
  64. SEE ALSO
  65. plc(1), efru(1), efsu(1), mme(1)
  66. CREDITS
  67. Charles Maier &lt;cmaier@qca.qualcomm.com&gt;
  68. open-plc-utils-0.0.3 Mar 2014 hpav(1)
  69. </pre>
  70. <div class='footerlink'>
  71. [<a href='getpib.1.html' title=' getpib.1 '>PREV</a>]
  72. [<a href='toolkit.html' title=' Index '>HOME</a>]
  73. [<a href='hpavkey.1.html' title=' hpavkey.1 '>NEXT</a>]
  74. </div>
  75. </body>
  76. </html>