ntp和ptp实现_ntp对时和ptp 对时
【实例简介】实现ntp、ptp client
【实例截图】
【核心代码】
src
├── Makefile
├── arith.c
├── bmc.c
├── constants.h
├── datatypes.h
├── dep
│ ├── constants_dep.h
│ ├── datatypes_dep.h
│ ├── dp83640_lib.c
│ ├── dp83640_lib.h
│ ├── dp83640_regs.h
│ ├── msg.c
│ ├── net.c
│ ├── ptpd_dep.h
│ ├── servo.c
│ ├── startup.c
│ ├── sys.c
│ └── timer.c
├── display.c
├── ext
│ ├── Config.c
│ └── Config.h
├── protocol.c
├── ptpd.c
└── ptpd.h
2 directories, 23 files
还没有评论,来说两句吧...