Add SOCK refclock driver

This adds a support for receiving samples over unix domain socket.
It's a better alternative to the SHM refclock, the resolution is not
limited to microseconds and it doesn't require polling.
This commit is contained in:
Miroslav Lichvar
2009-08-19 15:39:06 +02:00
parent 67c0f1c08c
commit 3a9e13445f
3 changed files with 103 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ OBJS = util.o sched.o regress.o local.o \
logging.o conf.o cmdmon.o md5.o keys.o \
nameserv.o acquire.o manual.o addrfilt.o \
cmdparse.o mkdirpp.o rtc.o pktlength.o clientlog.o \
broadcast.o refclock.o refclock_shm.o
broadcast.o refclock.o refclock_shm.o refclock_sock.o
EXTRA_OBJS=@EXTRA_OBJECTS@