Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #10: transmit enum value nick names | Matthias Vogelgesang | 2018-06-19 | 1 | -0/+1 |
| | |||||
* | Raise enum value name length and issue warning | Matthias Vogelgesang | 2018-01-24 | 1 | -1/+1 |
| | |||||
* | Transmit enum value names | Matthias Vogelgesang | 2017-12-08 | 1 | -1/+3 |
| | |||||
* | Send flag that denotes serialization validity | Matthias Vogelgesang | 2017-10-12 | 1 | -0/+1 |
| | | | | | | Before, we tried to install an existing property if the new property could not been serialized. Now, we always send a property description but denote if it is properly serialized. | ||||
* | Support int64 and uint64 properties | Matthias Vogelgesang | 2017-10-10 | 1 | -0/+2 |
| | |||||
* | Improve custom enum handling | Matthias Vogelgesang | 2017-10-10 | 1 | -0/+9 |
| | |||||
* | Fix #3: use one socket connect per request | Matthias Vogelgesang | 2016-12-16 | 1 | -1/+0 |
| | | | | | | | | | | | Previously all requests shared the same connection which meant that the client had to wait that a request finished until it could issue another request. Otherwise, replies could end up for the wrong request causing all kinds of problems. This synchronous request-reply model could not be kept because of inherent asynchronicity of certain mechanisms (e.g. grab + software trigger). This change removes the always-open socket connection and replaces it with a new connection per request. Due to the OS multiplexing, replies cannot be mistaken. | ||||
* | Support custom string properties | Matthias Vogelgesang | 2016-02-18 | 1 | -0/+3 |
| | |||||
* | Proxy custom camera properties to the client | Matthias Vogelgesang | 2016-02-18 | 1 | -0/+33 |
| | |||||
* | Implement outstanding write request | Matthias Vogelgesang | 2016-02-17 | 1 | -0/+7 |
| | |||||
* | Remove obsolete function declarations | Matthias Vogelgesang | 2016-02-17 | 1 | -24/+0 |
| | |||||
* | Remove obsolete declarations | Matthias Vogelgesang | 2016-02-16 | 1 | -16/+0 |
| | |||||
* | Refactor server code into ucad.c | Matthias Vogelgesang | 2016-02-16 | 1 | -1/+2 |
| | |||||
* | Add readout and trigger API | Matthias Vogelgesang | 2016-02-16 | 1 | -0/+10 |
| | |||||
* | Initial commit | Matthias Vogelgesang | 2016-02-16 | 1 | -0/+85 |