CoAP integration to Netty

133 views
Skip to first unread message

Mxo

unread,
Nov 19, 2015, 3:54:13 AM11/19/15
to Netty discussions
Hi,

I am currently experimenting with Kaa IoT platform for a network of sensors.
The main challenge is that our transport for the sensors is CoAP,and Netty in Kaa does not have CoAP. 
I have tried to add the nCoAP (https://github.com/okleine/nCoAP) CoAP implementation and it is still a challenge.
If anyone has an experience on such how to add new transport, their help will be highly appreciated.

regards,
Mxo

  

Alex P

unread,
Nov 30, 2015, 7:18:46 AM11/30/15
to Netty discussions
Hi, 


If there's already a protocol parser in `nCoAP` you can just reuse it. Other than that - you have to have client and server protocol parsers and generators, and possibly some sort of state machine. 

Netty has all means to do it, but implementing a fully working protocol is always a challenge. 
Reply all
Reply to author
Forward
0 new messages