Skip to content

Commit

Permalink
Improving bash interface documentation page.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zalahiston committed Oct 1, 2016
1 parent 3d91dc0 commit 0260b84
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions doc/source/bash.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@ One can use the following boilerplate :
) | socat - udp-sendto:$IP:6969
You can also send various commands in one request as in the following example:
echo -en "\xff\xFF\x00\x00\x00\x09\xff\xff\xff" | socat - udp-sendto:$IP:6969

In this command, the laumio is entirely red colored; then the top led is set to white color.
.. code-block::
echo -en "\xff\xFF\x00\x00\x00\x09\xff\xff\xff" | socat - udp-sendto:$IP:6969
In this command, the Laumio is entirely red colored; then the top LED is set to white color.

.. _socat: http://www.dest-unreach.org/socat/

0 comments on commit 0260b84

Please sign in to comment.