plcget.1 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. .TH plcget 1 "Mar 2014" "plc-utils-2.1.6" "Qualcomm Atheros Powerline Toolkit"
  2. .SH NAME
  3. plcget - Qualcomm Atheros PLC Get Propery
  4. .SH SYNOPSIS
  5. .BR plcget
  6. .RI [ options ]
  7. .RI [ device ]
  8. .RI [ device ]
  9. [...]
  10. .SH DESCRIPTION
  11. Read a specific property value from a Qualcomm Atheros powerline device using the VS_GET_PROPERTY message.
  12. Properties are selected using their numeric property identifier.
  13. Property names are not supported.
  14. Property values are printed on stdout in hexadecimal format by default.
  15. Alternate formats are ASCII, binary and decimal.
  16. .PP
  17. Only selected properties can be read using this message type.
  18. See the Qualcomm Atheros \fIFirmware Technical Reference Manual\fR for supported properties and versions.
  19. .PP
  20. This program is part of the Qualcomm Atheros Powerline Toolkit.
  21. See the \fBplc\fR man page for an overview and installation instructions.
  22. .SH OPTIONS
  23. .TP
  24. .RB - a
  25. Display output in string format where each byte appears as an ASCII character.
  26. Non-ASCII characters are displayed as a period or full-stop.
  27. This option is useful for displaying HFID property values.
  28. .TP
  29. .RB - b
  30. Display output in binary format where each byte appears as 8 bits or binary digits.
  31. This option is useful for interpreting bit-mapped property values.
  32. .TP
  33. .RB - d
  34. Display output in decimal format where each byte appears as three decimal digits.
  35. This option is useful for properties with small integer values.
  36. .TP
  37. .RB - e
  38. Redirects stderr messages to stdout.
  39. By convention status and error messages are printed on stderr while primary program output is printed on stdout.
  40. This option prints all output on stdout in cases where this is desired.
  41. .TP
  42. .RB - g
  43. Request the device GPIO structure and display it in human readable format.
  44. This is equivalent to option \fB-bn 104\fR.
  45. .TP
  46. .RB - h
  47. Display output in hexadecimal format where each byte appears as a hexadecimal octet consisting of two hexadecimal digits.
  48. Hexadecimal is the default output format.
  49. .TP
  50. -\fBn\fI number\fR
  51. The property identifier or property version.
  52. Property identifiers and versions are entered as 32-bit decimal integers.
  53. Property names are not supported.
  54. The default is \fB0\fR.
  55. This option may appear more than once on the command line.
  56. The first occurance specifies the property identifier.
  57. The second occurances specifies the property version.
  58. See the \fIFirmware Technical Reference Manual\fR for an list of valid property identifiers and versions.
  59. .TP
  60. -\fBi \fIinterface\fR
  61. Select the host Ethernet interface.
  62. All requests are sent via this interface and only reponses received via this interface are recognized.
  63. The default interface is \fBeth1\fR because most people use \fBeth0\fR as their principle network connection; however, if environment string "PLC" is defined then it takes precedence over the default interface.
  64. This option then takes precedence over either default.
  65. .TP
  66. .RB - q
  67. Suppresses status messages on stderr.
  68. .TP
  69. .RB - v
  70. Prints additional information on stdout.
  71. In particular, this option dumps outgoing Ethernet packets on stdout.
  72. .TP
  73. .RB - ? ,-- help
  74. Displays program help information on stderr.
  75. This option takes precedence over all other options on the command line except version information.
  76. .TP
  77. .RB - ! ,-- version
  78. Displays program version information on stderr.
  79. This option takes precedence over all other options on the command line except help information.
  80. Use this option when sending screen dumps to Atheros technical staff.
  81. .SH ARGUMENTS
  82. .TP
  83. .IR device
  84. The MAC address of some powerline device.
  85. More than one address may be specified.
  86. If more than one address is specified then operations are performed on each device in turn.
  87. The default address is \fBlocal\fR.
  88. See \fBDEVICES\fR for information about symbolic device addresses.
  89. .SH DEVICES
  90. Powerline devices use Ethernet Media Access Control (MAC) addresses.
  91. A MAC address is a 48-bit value entered as 12 hexadecimal digits in upper, lower or mixed character case.
  92. Octets may be separated with colons for clarity.
  93. For example, "00b052000001", "00:b0:52:00:00:01" and "00b052:000001" are valid and equivalent.
  94. .PP
  95. The following MAC addresses are special and may be entered by name instead of number.
  96. .TP
  97. .BR all
  98. Same as "broadcast".
  99. .TP
  100. .BR broadcast
  101. A synonym for the Ethernet broadcast address, \fBFF:FF:FF:FF:FF:FF\fR.
  102. All devices, whether local, remote or foreign recognize messages sent to this address.
  103. A remote device is any device at the far end of a powerline connection.
  104. A foreign device is any device not manufactured by Atheros.
  105. .TP
  106. .BR local
  107. A synonym for the Qualcomm Atheros vendor specific Local Management Address (LMA), \fB00:B0:52:00:00:01\fR.
  108. All local Atheros devices recognize this address but remote and foreign devices do not.
  109. A remote device is any device at the far end of a powerline connection.
  110. A foreign device is any device not manufactured by Atheros.
  111. .SH REFERENCES
  112. See the Qualcomm Atheros HomePlug AV Firmware Technical Reference Manual for technical information.
  113. .SH DISCLAIMER
  114. Atheros HomePlug AV Vendor Specific Management Message structure and content is proprietary to Qualcomm Atheros, Ocala FL USA.
  115. Consequently, public information may not be available.
  116. Qualcomm Atheros reserves the right to modify message structure and content in future firmware releases without any obligation to notify or compensate users of this program.
  117. .SH EXAMPLES
  118. Table 10-110 in the QCA7000 Programmer’s Guide shows a GPIO info structure that contains three 32-bit members where each bit represents one GPIO.
  119. The first member shows each GPIO value as 0 or 1 and the second shows GPIO mode as input (0) or output (1).
  120. This structure is returned using Property ID 104.
  121. Obviously, only the low order 9 bits are meaningful on the latest firmware.
  122. .PP
  123. Toolkit program “plcget” can be used to read properties in various formats (binary, hexadecimal and decimal).
  124. The following command reads property 104 from device <macaddress> on a given interface and display it in binary format.
  125. We want binary because bits are broken out individually so I can count them.
  126. .PP
  127. # plcget –i <interface> -n 104 –b <macaddress>
  128. 00000101 00000000 00000000 00000000 00000111 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  129. .PP
  130. The result is three 32-bit words as described in Table 10-110.
  131. The words are displayed little endian so you have to reverse the order of the bytes within each word.
  132. The above is really ….
  133. .PP
  134. 00000000 00000000 00000000 00000101 00000000 00000000 00000000 00000111 00000000 00000000 00000000 00000000
  135. .PP
  136. Interpret this as follows
  137. .PP
  138. GPIO 0 VALUE=1 MODE=OUTPUT
  139. GPIO 1 VALUE=0 MODE=OUTPUT
  140. GPIO 2 VALUE=1 MODE=OUTPUT
  141. GPIO 3 VALUE=0 MODE=INPUT
  142. GPIO 4 VALUE=0 MODE=INPUT
  143. GPIO 5 VALUE=0 MODE=INPUT
  144. GPIO 6 VALUE=0 MODE=INPUT
  145. GPIO 7 VALUE=0 MODE=INPUT
  146. GPIO 8 VALUE=0 MODE=INPUT
  147. .SH SEE ALSO
  148. .BR plc ( 1 ),
  149. .BR getpib ( 1 ),
  150. .BR modpib ( 1 ),
  151. .BR plcset ( 1 ),
  152. .BR setpib ( 1 )
  153. .SH CREDITS
  154. Charles Maier <cmaier@qca.qualcomm.com>