-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FR: System Date/Time from Ensemble #51
Comments
It's similar to AlbrechtL/welle.io#654 |
It is not difficult to put the time on an IP port, such that interested
parties could use it.
Op zo 13 jun. 2021 om 09:35 schreef andimik ***@***.***>:
… It's similar to AlbrechtL/welle.io#654
<AlbrechtL/welle.io#654>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#51 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACCPHQDIHB37GPLPKJZZELLTSRNU7ANCNFSM46TA643A>
.
--
Jan van Katwijk
|
Just as a gadget I added the possibility to send the time to an IP port
(8889 by default).
Format (*byes") FF 00 FF 00 (year & 0xFF) >> 8, year& 0xFF, month, dat,
minutes, seconds
local time
Port can be set by command line parameter -C XXX
configuring by uncommenting datastreamer
as said, it is merely agadget, just to see what was needed to implement
such a feature
Op zo 13 jun. 2021 om 10:41 schreef jan van katwijk ***@***.***
…:
It is not difficult to put the time on an IP port, such that interested
parties could use it.
Op zo 13 jun. 2021 om 09:35 schreef andimik ***@***.***>:
> It's similar to AlbrechtL/welle.io#654
> <AlbrechtL/welle.io#654>
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#51 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ACCPHQDIHB37GPLPKJZZELLTSRNU7ANCNFSM46TA643A>
> .
>
--
Jan van Katwijk
--
Jan van Katwijk
|
@andimik Pleased that someone else has asked for the same thing in another project, means it's not a terrible idea! I've just been looking at the "sock" driver for chrony, which is a common NTP daemon on Linux that can be client or server. Would it be as simple as setting "tv" to the value from the ensemble, set everything else to zero except for the magic number? |
Hello,
I did some reading up after noticing how quickly my portable DAB radio obtains the date and time after power on.
The information is transmitted in local time offset, once per second, in Fig 0/10.
Do you think it might be possible to use this as a time source for an NTP server?
I know that there are better solutions available, like receiving MSF or local equivalent, but the thought occurred to me that if you are receiving DAB on an infrastructure device, like a beefy router, it may be useful for more than just audio.
The text was updated successfully, but these errors were encountered: