question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to Send and receive multiple values with different timestamps of the same resource

See original GitHub issue

It 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:closed
  • Created 2 years ago
  • Comments:43 (43 by maintainers)

github_iconTop GitHub Comments

1reaction
Michal-Wadowskicommented, Feb 18, 2022

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

Read more comments on GitHub >

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

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found