Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [milo-dev] Time stamp of data from public demo server

Thank you very much!

I confirmed it.

As an aside, I set sourceTime (nsec) as the base time of InfluxDB.


2019年8月10日(土) 10:57 Kevin Herron <kevinherron@xxxxxxxxx>:
Shigeru,

The PublishTime field of NotificationMessages now have a timestamp with nano precision.

The following NodeIds will also deliver values with nano precision timestamps:
ns=2;s=Dynamic/RandomDouble
ns=2;s=Dynamic/RandomFloat
ns=2;s=Dynamic/RandomInt32
ns=2;s=Dynamic/RandomInt64

These changes are only part of the online demo server right now.

On Fri, Aug 9, 2019 at 5:01 PM Kevin Herron <kevinherron@xxxxxxxxx> wrote:
Shigeru,

I will see what I can do about modifying the demo server to provide some nano or picosecond precision in the DateTime objects. Should be relatively easy.

On Fri, Aug 9, 2019 at 6:37 AM shigeru ishida <s5u.ishida@xxxxxxxxx> wrote:
Hi Kevin,

Sorry for personal reasons.

About the following time information (DateTime) of data published from the public demo server,

- publishTime
- sourceTime
- serverTime

I would be very glad if these time information could include random time data of less than msec.
At present, the data below msec was zero.

As an aside, I improved my tool timestamp from msec to nsec. InfluxDB, a time series DB
that my tool work with, can use nanoseconds as the time accuracy.

Regards,

--Shigeru
_______________________________________________
milo-dev mailing list
milo-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/milo-dev
_______________________________________________
milo-dev mailing list
milo-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/milo-dev

Back to the top