Hi,
I'm currently working on a project which requires communication between multiple DSP boards, all linked through a standard ethernet router.
I have played around with the NDK (2_0_0) examples (helloworld, cfgdemo, client), which all seem to work. I can assign static IPs and I can ping the DSPs from a computer connected to the router so that doesn't seem to be a problem
However, I haven't quite figured out how to build upon the examples and do the following:
Simple sending/receiving of data to/from a specific board (assuming they are all static IP, I know which board I want to send to and hence which IP).
Could anyone provide some example code or steps I need to take in order to accomplish this?
Thanks