Hello,
I have some TM4C129EXL devices connected in a local area network. What I would like to achieve is a kind of synchronization between multiple network nodes. For example:
- I would like to start an ADC conversion on each network node simultaneously and acquire the data in another node. How can I achieve the less delay btw. each node?
I suppose UDP broadcast could be handy and much more better then TCP.
- Can I get maximum 1ms delay btw. each node using UDP?
But right now I don't have any experience network synchronization I would like to ask you some good idea what tools or algorithm are available for this purpose. I read about SNTP but as I understand it doesn't fit for my need. Is there any tool in TI RTOS that I can use?
Or can you recommend any good sources that I should read first?
Thank you for your info,