You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it true that pushing values from client to server isn't implemented? (using /dp request)
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.
The text was updated successfully, but these errors were encountered:
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.orgFound a version: https://web.archive.org/web/20170612030539/https://docs.creatordev.io//dp
request)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/scriptsFor 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 be11542
.That's it for now, thanks in advance to anyone caring to help.
The text was updated successfully, but these errors were encountered: