0

I need to develop application receiving datagram from OpenDDS and storing it in a database. Netty has the excellent performance and stability in Network Application. So i want to use netty framework to receive and store. But i am uncentain about it. Anyone could give some hint?Thanks in advance for your help.

Pete
  • 265
  • 6
  • 24
Lee
  • 1

1 Answers1

0

Netty is a framework to build network application and supports UDP / Datagram so yes you can definitely use it for this. You will just need to implement your own encoder / decoder and handler for the business logic.

Norman Maurer
  • 23,104
  • 2
  • 33
  • 31