You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-7Lines changed: 0 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,11 +81,4 @@
81
81
<p>Now you can start sending data from Rx callback, or vice versa, or any other operation with radio module.</p>
82
82
<p>New examples "ping.c" and "pong.c" to explain new features. Make, then execute on different devices first "pong" then "ping".</p>
83
83
84
-
<h3><strong>10.04.2020 update</strong></h3>
85
-
86
-
<p>Added pipe. Will transmit standard input, otherwise listens and prints received data to stdout. Transmission info is sent to stderr. Best used with fifo files.</p>
87
-
<p>Run './pipe | bash -x' on receiver and 'echo "uptime" | ./pipe' on sender. </p>
88
-
<p>You can use mkfifo and tail: 'mkfifo test && tail -f test | ./pipe', then use 'echo "uptime" > test'. </p>
89
-
90
-
91
84
<strong>Supported by <ahref="http://zaoitt.ru/">ITT ltd</a> </strong>
0 commit comments