DeviceServer icon indicating copy to clipboard operation
DeviceServer copied to clipboard

Results 8 DeviceServer issues
Sort by recently updated
recently updated
newest added

Hi, I see your website is down. I am interested in using your platform for connecting openthread devices. openssl verify always fails while following the doc. ``` error 24 at...

Requesting https://deviceserver.creatordev.io/clients/_client_/objecttypes/_object_/instances gives a PageInfo which has strings, not integers: ``` { "Links": [ { "rel": "add", "href": "https://deviceserver.creatordev.io/clients/mxYicHnSuEKsjJ3H2bHkxw/objecttypes/vOhduQKdtUyHbUHOzGbt9Q/instances" } ], "PageInfo": { "TotalCount": "1", "ItemsCount": "1", "StartIndex": "0" },...

Maybe I missed something obvious in configuration but the Device Server doesn't work for me. I use Ubuntu 16.04 and configured everything as described in Readme file of this project...

Exemplary response: { "Items": [ { "Links": [ { "rel": "subscription", "href": "/subscriptions/pYjsfY-__EqguLHQ4LMTMA" }, ... }

Observation webhooks are triggered every time Awa client is doing registration update even though observed resource hasn't change. This happens even when "Pmax" attribute is set to large value.

Custom objects (not sure if it affects predefined objects as well) with executable resource are incorrectly recognized by Device server as "NoAccess". This makes it impossible to perform "execute" operation...

According to https://www.openmobilealliance.org/release/LightweightM2M/V1_0_2-20180209-A/OMA-TS-LightweightM2M-V1_0_2-20180209-A.pdf

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...