paparazzi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Paparazzi-devel] telemetry broadcast


From: Kadir ÇİMENCİ
Subject: Re: [Paparazzi-devel] telemetry broadcast
Date: Mon, 7 Jul 2014 13:21:53 +0300

Hello,

Thanks for the answers. Today i find a solution for the problem. I had already tried with LAN broadcast ip with 16 bits subnet mask but it didn't worked, i have changed the mask with 24 bits and it is working now. I don't know why there is a problem with 16 bits or is it a specific problem with my environment, but anyway thanks again :)

Kadir


2014-07-04 18:29 GMT+03:00 Stephen Dwyer <address@hidden>:
Hello,

Yes, the bus should be on the broadcast IP, as Alexandre said. At least that has worked for me in the past. The local loopback doesn't work on OS X for normal operation; it uses 224.255.255.255 instead.

Does your java app work when run on the same local machine as the server? Also, can you try running a different agent/app on the remote machine, other than your java app? You might also want to try ivyprobe to see if you are getting any messages.

Thanks,
-Stephen Dwyer


On Fri, Jul 4, 2014 at 6:52 AM, Alexandre Bustico <address@hidden> wrote:
Le 03/07/2014 15:19, Kadir ÇİMENCİ a écrit :

The options i have tried;
1) path_to_server/server -n -b "ip:port" (local ip of the machine on which the server is running, broadcast ip of the LAN, local ip of the remote computer are all tried)

2) On the remote side in a Java app.,

bus.start(Ivy.getDomainArgs("IvyHvl",new String[] {"ip:port"})); (ip of remote computer, broadcast ip of LAN, ip of the machine on which server is running are all tried)


the ip part is the broadcast ip of the LAN (example : 192.168.1.255 for a 192.168.1.x network with netmask 255.255.255.0)

i remember that we meet problems with broadcast address on macosx few years ago, i think it was loopback
broadcast addresses (127. ...) that was not handled, but it's old, i could be wrong.


--
Alexandre


_______________________________________________
Paparazzi-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/paparazzi-devel


_______________________________________________
Paparazzi-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/paparazzi-devel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]