edsu.1.html 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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. edsu.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='edru.1.html' title=' edru.1 '>PREV</a>]
  17. [<a href='toolkit.html' title=' Index '>HOME</a>]
  18. [<a href='efbu.1.html' title=' efbu.1 '>NEXT</a>]
  19. </div>
  20. <pre>
  21. edsu(1) Qualcomm Atheros Open Powerline Toolkit edsu(1)
  22. NAME
  23. edsu - Qualcomm Atheros Ethernet II Data Send Utility
  24. SYNOPSIS
  25. edsu [options] file [file] [...]
  26. DESCRIPTION
  27. Send one or more files as a series of Ethernet II (IEEE 802.2) frames. Input files are sequentially read and sent over
  28. network as a continuous stream of standard Ethernet frames. All frames (except perhaps the last frame for each file)
  29. will contain 1500 bytes of file data. The receiving host may elect to concatenate frame data as frames arrive.
  30. This program can be used to test remote Atheros UART-enabled powerline devices. The remote UART-enabled powerline device
  31. will remove frame headers and forward frame data to the local host as a serial data stream. No protocol is imposed on
  32. the serial data stream. For example, there is no indication of frame or file start or end within the stream. The ret‐
  33. mote powerline device must be in Transparent Mode and configured to accept frames from the sending host. The remote host
  34. must also be ready to handle serial data as it arrives.
  35. OPTIONS
  36. -d xx:xx:xx:xx:xx:xx
  37. The Ethernet address of the destination device. If the destination device is a Linux, Mac OSX or Windows host
  38. then program edru can be used to receive and write frame data to stdout as a serial stream. If the destination
  39. device is an Atheros UART-enabled powerline device then received frame data will be converted to a serial data
  40. stream and forwared to the host connected to that device. In that case, the UART-enabled powerline device must be
  41. programmed with the address of the sending host.
  42. -e ethertype
  43. The protocol (or ethertype) of interest expressed as a 16-bit hexadecimal integer. Prefix &quot;0x&quot; is optional. This
  44. filters out frames having any other ethertype. The default is ETH_P_802_2 as defined in if_ether.h.
  45. -i interface
  46. The host interface used to send frames. The program default is &quot;eth1&quot; on Linux, &quot;en0&quot; on MacOSX or OpenBSD and
  47. &quot;2&quot; on Windows; however, if environment string &quot;PLC&quot; is defined, it supersedes the program default. Any inter‐
  48. face specified on the command line supersedes all others.
  49. -p seconds
  50. Pause time in seconds between sending each frame. Pauses may be necessary when the destination device is a UART-
  51. enabled powerline device because each frame must be converted and transmitted serially from the remote device to
  52. the remote host. Permitted pause times are 0 through 255 seconds. The default is 0.
  53. -q Quiet mode. This option has no effect at this time.
  54. -v Verbose mode. This option displays outgoing frames on stdout in hexadecimal dump format as they are sent.
  55. ARGUMENTS
  56. file The name of a text or binary file accessible from the local host.
  57. EXAMPLES
  58. The following example sends files abc.txt then def.bin to the remote Atheros UART-enabled powerline device
  59. 00:B0:52:BA:BE:55 over network interface eth1. There is a constant 1 second delay between each frame sent so that remote
  60. UART-enabled powerline devices have time to convert and forward each frame to their local host.
  61. # edsu -ieth1 -d 00:b0:52:BA:BE:55 abc.txt def.bin
  62. SEE ALSO
  63. amp(1), edru(1) efsu(1),
  64. CREDITS
  65. Charles Maier &lt;cmaier@qca.qualcomm.com&gt;
  66. open-plc-utils-0.0.3 Mar 2014 edsu(1)
  67. </pre>
  68. <div class='footerlink'>
  69. [<a href='edru.1.html' title=' edru.1 '>PREV</a>]
  70. [<a href='toolkit.html' title=' Index '>HOME</a>]
  71. [<a href='efbu.1.html' title=' efbu.1 '>NEXT</a>]
  72. </div>
  73. </body>
  74. </html>