Skip to content

Commit f9cca9d

Browse files
committed
Updated docs
1 parent 62f179e commit f9cca9d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

HISTORY

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,7 @@ Version history
5151
- Added "-D" option for daemon mode ("-D" sends crelay to backgound, "-d" leaves crelay in foregraound)
5252
- Modified file stream handling as temporary workaround for web server connection issue on some systems (OpenWRT)
5353
- Added LDFLAGS parameter to linger command in Makefile (needed by OpenWRT)
54+
55+
0.11: 30/12/2016
56+
- Added multiple cards support for command line ("-s" option to specify cards serial number)
57+
- Created C library version of crelay for inclusion in third party applications

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The following picture shows a high level view on the modular software architectu
6464

6565
#### Command line interface
6666
$ crelay
67-
crelay, version 0.10
67+
crelay, version 0.11
6868

6969
This utility provides a unified way of controlling different types of relay cards.
7070
Currently supported relay cards:
@@ -254,6 +254,7 @@ The support for the different relay cards in *crelay* has only been possible tha
254254
* [Steve Crow](https://github.com/stav09), who discovered the communication protocol of the Sainsmart USB cards
255255
* [Kevin Hilman](https://github.com/khilman), who implemented and tested the support for the Sainsmart 16-channel control module
256256
* [Andrew Lunn](https://github.com/lunn), who contributed cleanup patches
257+
* [Andrey Shevtsov](https://github.com/sqlwristband), who contributed the initial multiple cards implementation
257258
<br>
258259

259260
### Notes

0 commit comments

Comments
 (0)