You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OMNeT++ Users
Hello,
Could anyone help me explain how to simulate a local clock in OMNeT++? I want to implement local clocks for each component (such as a switch or end node) instead of using a global clock such as PTP or gPTP.
Thanks and Regards,
Debnath
edmundo torres zapata
unread,
May 28, 2020, 7:06:53 AM5/28/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OMNeT++ Users
In may case I use something really simple i creat a submodule which the only function is autogenerate a self message continously. These module you can emit a signal or send a message to toher module to coordinates. This is not the optimal, but is a useful option and easy to implement
rdn
unread,
May 28, 2020, 7:49:13 AM5/28/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OMNeT++ Users
Hi.
Thanks for the suggestion. Do, you also use oscillator and introduce noise into your signal? Is there any inbuilt function/module in INET that I can use for the local clock?