okleine / nCoAP

Java implementation of the CoAP protocol using netty
BSD 3-Clause "New" or "Revised" License
179 stars 57 forks source link

On Multicast #41

Open limhGeek opened 6 years ago

limhGeek commented 6 years ago

If I want to visit multicast address on Android, what should I do? At present I visited multicast at the beginning of 224, and I did not return the result in processCoapResponse. I solved this problem by modifying the order in ClientChannelPipelineFactory, but there was a problem with Ping. The following is the source code that I modified. In my project, both Ping and group are available, but I do not know how to repair it. Whether the change is reasonable or not

https://gitee.com/Tdnr/ncoap-core.git