Netty UDP and SNMP

2013-08-20 Thread Tyler Durvik
I am trying to develop a program that receives SNMP messages over UDP port 161. I have set up a Netty endpoint listening on port 161: from(netty:udp://127.0.0.1:161?sync=false) .log(NETTY) When I run this, I never receive any data even though wireshark shows packets coming in. I have tried the

Re: Netty UDP and SNMP

2013-08-20 Thread Claus Ibsen
Can you try with 2.12 SNAPSHOT and use the networkInterface to specify the network interface to join the existing multicast group. See the page about the option. http://camel.apache.org/netty On Tue, Aug 20, 2013 at 4:40 PM, Tyler Durvik phangb...@gmail.com wrote: I am trying to develop a