Hello !

I've got a RTnet network (two xenomai machines actually...) running and 
would like to run a PTP (time synchronizing) software through it.
[Source available at http://ptpd.sourceforge.net/]

The software compiles ok with xenomai/posix wrapping options but cannot 
run and exits within the following code:

  if(ioctl(netPath->eventSock, SIOCGIFADDR, &device[i]) < 0)
  {
    PERROR("failed to get ip address");
    return 0;
  }

(don't know if the information will be enough ...)

The network itself is running ok with rtping or other pieces of code.
So I wonder if my compilation method is really the good one or if there 
are other linking to be done with the ioctl function ?

Other question: what is the status of the RTnet multicast support core 
and nic drivers?

Thank you!

Bruno Carlus.





-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
RTnet-users mailing list
RTnet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rtnet-users

Reply via email to