edsu(1) | Qualcomm Atheros Open Powerline Toolkit | edsu(1) |
edsu - Qualcomm Atheros Ethernet II Data Send Utility
edsu [options] file [file] [...]
Send one or more files as a series of Ethernet II (IEEE 802.2) frames. Input files are sequentially read and sent over network as a continuous stream of standard Ethernet frames. All frames (except perhaps the last frame for each file) will contain 1500 bytes of file data. The receiving host may elect to concatenate frame data as frames arrive.
This program can be used to test remote Atheros UART-enabled powerline devices. The remote UART-enabled powerline device will remove frame headers and forward frame data to the local host as a serial data stream. No protocol is imposed on the serial data stream. For example, there is no indication of frame or file start or end within the stream. The retmote powerline device must be in Transparent Mode and configured to accept frames from the sending host. The remote host must also be ready to handle serial data as it arrives.
The following example sends files abc.txt then def.bin to the remote Atheros UART-enabled powerline device 00:B0:52:BA:BE:55 over network interface eth1. There is a constant 1 second delay between each frame sent so that remote UART-enabled powerline devices have time to convert and forward each frame to their local host.
# edsu -ieth1 -d 00:b0:52:BA:BE:55 abc.txt def.bin
amp(1), edru(1) efsu(1),
Charles Maier
November 2013 | open-plc-utils-0.0.3 |