Borrar filtros
Borrar filtros

java joinGroup invocation not working

1 visualización (últimos 30 días)
michael
michael el 30 de Nov. de 2017
Editada: michael el 30 de Nov. de 2017
Hello,
In matlab version 6.5.0180913a (R13) which have java version 1.3.1_01 I'm trying to listen to some multicast packet using Java function invocations.
When I'm executing the joinGroup method, I can't see any IGMP join on wireshark. There is no problem with matlab version 7.1.0.246 (R14 SP3) which have java version 1.5.0
Please assist what could be done.
Thank you!
connection=MulticastSocket(5555)
ipadd=InetAddress.getByName("225.255.10.10")
connection.joinGroup(ipadd)

Respuestas (0)

Categorías

Más información sobre Call Java from MATLAB en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by