File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -51,3 +51,7 @@ Version history
51
51
- Added "-D" option for daemon mode ("-D" sends crelay to backgound, "-d" leaves crelay in foregraound)
52
52
- Modified file stream handling as temporary workaround for web server connection issue on some systems (OpenWRT)
53
53
- 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
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ The following picture shows a high level view on the modular software architectu
64
64
65
65
#### Command line interface
66
66
$ crelay
67
- crelay, version 0.10
67
+ crelay, version 0.11
68
68
69
69
This utility provides a unified way of controlling different types of relay cards.
70
70
Currently supported relay cards:
@@ -254,6 +254,7 @@ The support for the different relay cards in *crelay* has only been possible tha
254
254
* [ Steve Crow] ( https://github.com/stav09 ) , who discovered the communication protocol of the Sainsmart USB cards
255
255
* [ Kevin Hilman] ( https://github.com/khilman ) , who implemented and tested the support for the Sainsmart 16-channel control module
256
256
* [ Andrew Lunn] ( https://github.com/lunn ) , who contributed cleanup patches
257
+ * [ Andrey Shevtsov] ( https://github.com/sqlwristband ) , who contributed the initial multiple cards implementation
257
258
<br >
258
259
259
260
### Notes
You can’t perform that action at this time.
0 commit comments