Hello Mina Users, I have a question which I'm hoping someone has seen before. I am using Mina Apache to monitor a UDP port that is used to communicate Hex information from devices. I looked at the sample UDP tutorial located here <http://mina.apache.org/mina-project/xref/org/apache/mina/example/udp/>, which gives a great example on listening for incoming UDP data. My challenge is with receiving the data and extracting it as a ByteBuffer containing HEX data.
Has anyone run across this use case before? Thanks in advance for any assistance. Jim G.