John McCabe

Results 27 comments of John McCabe

I've continued to look at this, and have found some interesting stuff using my debugger, well... I've had a suggestion on the mailing list about adding a MulticastInterface=eht0:avahi entry into...

Further comments from the mailing list: sit0 does get shown by ifconfig -a; it's a tunneling device for using IPV6 over an IPV4 connection. I was asked to try the...

Leaving rtps.ini as is and changing the command line to use -DCPSDefaultAddress 169.254.5.198: gives: ``` (4051|4051) ERROR: RtpsDiscovery::Config::discovery_config(): failed to parse SedpLocalAddress 169.254.5.198 (4051|4051) ERROR: Service_Participant::load_configuration load_discovery_configuration() returned -1 (4051|4051)...

Adam, With #1717 solved, the -DCPSDefaultAddress 169.254.5.198 works but, as mentioned in #1738, I then got an issue with SedpLocalAddress in the rtps.ini file. You've closed that one as the...

FWIW - I've been looking at something related to this in my own code recently, trying to get mac addresses and IP addresses using the ifaddrs stuff in Linux. The...

I copied some of the stuff into my application, as I couldn't be arsed to work out how to compile it on its own. This is the result: ``` Machine:...

Nope - don't really know my way round ACE, but can't see any obvious way to get the name of an interface from the IP addr, other than going down...

Sorry for the delay in replying; I've been on holiday. I will try your suggestion once I get the chance. As far "list the steps required", that's easier said than...

Apologies for the further delay on this. Extremely tight timescales and issues with staff have left me no time to play around with these settings. It remains on my "to...

Just a quick note: I've built 3.16 with the modification suggested in https://github.com/objectcomputing/OpenDDS/issues/1713#issuecomment-669203011 and it successfully runs the Messenger publisher with the subscriber running on a native Ubuntu build. While...