> -----Original Message-----
> From: 김수영 [mailto:sy...@rtst.co.kr]
> Sent: Tuesday, August 29, 2017 4:02 AM
> To: linuxptp-devel@lists.sourceforge.net
> Subject: [Linuxptp-devel] Is it possible to port linuxptp into Windows? (text)
> 
> Dear Linuxptp-users,
> 
> One of my customers wants to change NTP to PTP in their network.
> 
> So I’ve been tested the linuxptp on my test servers(linux). It works very
> well.
> 
> They want to run PTP(as slave) on the whole nodes which is installed in
> linux and windows,
> 
> and also want to monitor the same monitoring tool (eg. pmc).
> 
> Is there any effort to port the linuxptp (ptp4l and pmc) into windows?
> 
> If I port the linuxptp into windows, what is the main consideration?
> 
> Thanks for your advices.
> 

LinuxPTP relies on kernel interfaces provided by the Linux kernel which are not 
portable to other operating systems. If you really want to port to non-Linux 
OSes (windows, or otherwise) you will need to either implement an identical API 
in that OS kernel, or you will need to wrap the API calls.

On top of this, LinuxPTP uses the socket networking API which I don't believe 
is really available on Windows, though maybe Winsock is good enough? I don't 
think that supports Unix Domain Sockets, though.

As you might have guessed from the project title there is no effort to port the 
programs to non-Linux OS due to the complexity of porting the kernel APIs.

Regards,
Jake

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Linuxptp-devel mailing list
Linuxptp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxptp-devel

Reply via email to