aoran
New Member
Posts: 2
|
Post by aoran on Aug 2, 2020 3:54:24 GMT
Hello,everyone I'm running libptp simulation . I've found meanpathdelay and offset in General.anf. However, I didn't find synchronization error. I want to know how can I find it. Thank you.
Btw, I also wanna know how to set asymmetric path . Thank you.
|
|
|
Post by lucavvv on Nov 30, 2020 9:30:53 GMT
Hello, I'm a new member and I'm using libPTP on Omnet to simulate my network. I have the same problem, I've realized a very simple network with an E2E master boundary clock and a slave node. I've putted also a TimeDiffObserver that should calculate the delay between the two devices but its event is not scheduled when I start the simulation. In this way, its functions are not called and I cannot see the delay. Can you help me? Have you managed to solve the problem? Thanks in advance, best regards.
Edit: I've solved the problem by adding:
**.timeDiffObserver.TraceInterval = 10ms **.timeDiffObserver.HwTimeDiff.result-recording-modes = - **.timeDiffObserver.ScaledTimeDiff.result-recording-modes = all
to the network file.ini.
|
|