martim01 / pam

Audio Monitoring Software designed to run on a Raspberry pi with touchscreen
GNU General Public License v3.0
147 stars 12 forks source link

No sync from Pi clock #82

Closed Twister10000 closed 2 years ago

Twister10000 commented 2 years ago

Hello

I have been able to find an error regarding the synchronization of the time.

The PAM does not synchronize the time from PTP with the system time.

martim01 commented 2 years ago

I found an issue with the ptpmonkey library where it wasn't decoding the delay messages it sent correctly. This had worked before but maybe I'd made an assumption that relied on something else that changed. Either way I've fixed that issue. When I run the PAM now it looks to me as if it is syncing the system time with PTP.

Twister10000 commented 2 years ago

Thanks it works now :)