TimeSync icon indicating copy to clipboard operation
TimeSync copied to clipboard

Example files for Server + client

Open idomic opened this issue 7 years ago • 4 comments

Hi, besides the API - are those files exist?

It would be really helpful to have a plug & play solution which compiles on a server/client and just holds until it gets those probes.

Should I just follow the API steps you recommended in order to create it right? Also, what's the threshold for about 50 computer networks? will the delta be less than 1ms?

Thanks, Ido

idomic avatar Jul 05 '18 14:07 idomic

Hello- This is designed for 1:1 time sync like NTP. I suppose one computer could be elected as the central time server. As a protocol it is under specified so it can be used to build protocols including time sync such as custom UDP based game protocols.

I haven’t released any netcode examples yet.

The delta should be within 1 ms for a moderately or lightly loaded LAN -Chris

On Thu, Jul 5, 2018 at 7:28 AM idomic [email protected] wrote:

Hi, besides the API - are those files exist?

It would be really helpful to have a plug & play solution which compiles on a server/client and just holds until it gets those probes.

Should I just follow the API steps you recommended in order to create it right? Also, what's the threshold for about 50 computer networks? will the delta be less than 1ms?

Thanks, Ido

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/catid/TimeSync/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AAPZIb31jMdwZJ0UZNGiikl_2l6VkCtkks5uDiJ9gaJpZM4VD_XU .

catid avatar Jul 05 '18 16:07 catid

Still no netcode examples but there's a simple usage example in the unit tester now

catid avatar Aug 18 '18 02:08 catid

Thank you Chris

idomic avatar Aug 20 '18 19:08 idomic

Can I use this library for time syncing in distributed smartphone connected over wifi?

Khubaib96 avatar Nov 01 '19 14:11 Khubaib96