Mercurial > code > home > repos > light9
comparison bin/dmxserver @ 1530:a5a44077c54c
docs and error msgs
Ignore-this: 5c451744c5fa08c4560e45e6a90de4bd
author | drewp@bigasterisk.com |
---|---|
date | Wed, 10 May 2017 04:03:54 +0000 |
parents | d5e99fee786d |
children | 7772cc48e016 |
comparison
equal
deleted
inserted
replaced
1529:abe692d0a811 | 1530:a5a44077c54c |
---|---|
1 #!bin/python | 1 #!bin/python |
2 """ | 2 """ |
3 Replaced by bin/collector | |
4 | |
3 | 5 |
4 this is the only process to talk to the dmx hardware. other clients | 6 this is the only process to talk to the dmx hardware. other clients |
5 can connect to this server and present dmx output, and this server | 7 can connect to this server and present dmx output, and this server |
6 will max ('pile-on') all the client requests. | 8 will max ('pile-on') all the client requests. |
7 | 9 |