cayenne-docs icon indicating copy to clipboard operation
cayenne-docs copied to clipboard

Additional Data Types

Open dbrgn opened this issue 8 years ago • 3 comments

I'm currently using your LPP serialization format in one of my applications. I like the general approach. However, do I understand it correctly that LPP is currently only defined for the data types listed here?

There are more object types and resources available in the IPSO docs, but the data types are not really specified.

To get support for new data types (e.g. distance), would you accept pull requests with suggestions?

Also, is the format versioned? Right now, if you would add new data formats, I wouldn't know if a library that claims to support the LPP format supports those new types or not.

dbrgn avatar Jun 30 '17 07:06 dbrgn

+1 for this, versioning would be nice as well. I would also like to have something like custom/vendor type(s) which can be used for arbitrary types required by the application. This can be just a range allocated for such use-cases.

sorki avatar Jun 13 '18 22:06 sorki

lorawan-server also seems to define additional types - https://github.com/gotthardp/lorawan-server/blob/5b70b65ad838f72d383c98f13a3fdbad0a6800b3/src/lorawan_application_backend.erl#L329

sorki avatar Jun 13 '18 23:06 sorki

Any feedback from myDevices about this?

More data typers would be nice, so we don't have to invent our own types.

andersborgabiro avatar Sep 26 '22 11:09 andersborgabiro