upd: 'README.md' -> added 'trigger-wait' read delay (0.5s)

This commit is contained in:
xdrm-brackets 2018-02-04 14:21:27 +01:00
parent b81695be5d
commit b251a0599b
1 changed files with 2 additions and 0 deletions

View File

@ -119,6 +119,8 @@ trigger-wait $key $port
- `$key` is a secret string that the sender will have to match. - `$key` is a secret string that the sender will have to match.
- `$port` is the local listening port (between 1024 and 49151). - `$port` is the local listening port (between 1024 and 49151).
*Note:* The reading delay is set to 0.5 seconds not to overuse the processor.
*Exemple:* *Exemple:*
Let's say you want to wait for a signal on port 9999 then launch some command (for example `read input1`). Let's say you want to wait for a signal on port 9999 then launch some command (for example `read input1`).