Bug fixes for min/max duty cycle
2.6.0.101
kaytat
Version 2.6.0.99
Update for new commands.
2.6.0.99
Socket Test
Documentation updates
Updates to the socket command set. Added CMD_ID_HTTP_PORT
, CMD_ID_DUTY_CYCLE_MIN_MAX
, and CMD_ID_DUTY_CYCLE_TIME_SLICE
.
Version 2.6.0.67
Fix output to be backwards compatible with StokerLog. 2.6.0.67
Socket control test update
The previous example had some problems on certain computers and so I have reverted from Winsock2 back to Winsock 1.1 and that seems to work. Here is the new example: socket_test_wsock1.1.zip
Version 2.6.0.63
Found a divide-by-zero problem. This problem causes abrupt termination on the socket whenever the CMD_ID_DUMP_ALL command is issued while a switch is plugged in.
Here’s the fix: 2.6.0.63
Version 2.6.0.57
Updates to socket control syntax.
WARNING: Still in alpha.
Here is the initial alpha release: 2.6.0.57
Here is some code written to test it: Example