DeviceServer
DeviceServer copied to clipboard
Looking for documentation etc.
Hi, I know this repo is old and hasn't been updated in a long time. Still I'm trying to use this for a PoC.
I have the resources in the docker compose running and I'm able to register clients. Also I can access and use the API.
Questions I have at the moment:
- ~Is there any documentation still available somewhere? I couldn't restore it using archive.org~ Found a version: https://web.archive.org/web/20170612030539/https://docs.creatordev.io/
- Is it true that pushing values from client to server isn't implemented? (using
/dprequest) - ~I tried retrieving values from the client using the API, but I seem to need object definitions. I think that part was documented in the documentation site. I'm not sure what to do here, any guidance or tips?~ I found out a basic set of definitions is included in the repo: https://github.com/CreatorDev/DeviceServer/tree/master/scripts
For anyone visiting this issue and wondering why you get 4.06 Not Acceptable when requesting objects from the device; the CONTENT_TYPE_TLV is out of date, it should be 11542.
That's it for now, thanks in advance to anyone caring to help.