Skip to Main Content

Embedded Technologies

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to setup a UDP Multicast Connection? I'm getting the next error: javax.microedition.io.Connecti

AcasmolJul 6 2015 — edited Jul 13 2015

I need build a UDP Multicas Connection, with the next connection string: multicast://224.2.3.4:8888,
udpMulticastConnection = (UDPMulticastConnection) Connector.open( "multicast://224.2.3.4:8888");

but I'm getting javax.microedition.io.ConnectionNotFoundException.

I have read into the api doc, that I need establish a UDPDatagramConnection. I have reach do the UDPDatagramConnection but the udpMulticast still failing.

Can any one help me? please

Thanks.

Some helpful links:

https://docs.oracle.com/javame/8.0/api/gcf/api/javax/microedition/io/package-summary.html

UDPDatagramConnection (Java(TM) ME Generic Connection Framework, Version 8 (JSR360 Final Release))

Multicast Protocol BNF

Java(TM) ME Generic Connection Framework, Version 8 (JSR360 Final Release)

http://docs.oracle.com/javame/8.0/api/gcf/api/javax/microedition/io/ConnectionNotFoundException.html

https://docs.oracle.com/javame/8.0/api/gcf/api/javax/microedition/io/package-summary.html

This post has been answered by Andrey.P-Oracle on Jul 13 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 10 2015
Added on Jul 6 2015
3 comments
1,157 views