Unable to Send and receive multiple values with different timestamps of the same resource
See original GitHub issueIt seems to be no way to Send multiple data by client from one resource with different timestamps. Also I don’t see possibility to receive this kind of data by server (by SendListener
).
However I can see LwM2mDecoder.decodeTimestampedData()
and LwM2mEncoder.encodeTimestampedData()
which implementations allow to send timestamped data.
I created POC code locally that uses already implemented decodeTimestampedData()
and encodeTimestampedData()
, so technically it’s possible to do that, but it needs more investigation.
Issue Analytics
- State:
- Created 2 years ago
- Comments:43 (43 by maintainers)
Top Results From Across the Web
How to avoid two values with same timestamp - PI Square
Hi,. using PI OLEDB (or by other means) it is possible to store two values of the same tag at the same timestamp...
Read more >prometheus - Ingesting multiple timestamps of the same metric?
So basically exposing multiple values for each metric but with different timestamps. However, that fails with out of bounds errors for me ...
Read more >Writes - Amazon Timestream - AWS Documentation
Before sending data into Amazon Timestream, you must create a database and a table ... (CTEs) in a query to read multiple measures...
Read more >How To Work With Multiple Dates In Power BI - Enterprise DNA
Learn how to solve a problem where you have multiple dates in your fact table and you can't place two relationships between your...
Read more >Debugging Common Issues with SMS - Twilio
There are several common issues users run into when sending or receiving SMS messages. This guide outlines a few of the most common...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ok, now everything is more clear for me. I’ll prepare some solution (POC) with container that allows to access both approaches. And if we’ll use container we don’t need overloaded dataReceived() of SendListener interface. And maybe we can use that with Composite-Observe. It can be connected also with #981 idea later (now I want to focus mainly on current functionality).
I opened an issue at https://github.com/OpenMobileAlliance/OMA_LwM2M_for_Developers/issues/538