Hello All, As I may have mentioned in a previous thread I have serial data wrapped in TCP/IP packets arriving at a Web application on a Mac.
The Web app handles TCP/IP data with MINA from other sources with no problems, using NioSocketConnectors and NioSocketAcceptors and ProtocolEncoders and ProtocolDecoders for the messages. I believe I can still use a NioSocketConnector and a NioSocketAcceptor to send and receive TCP/IP packets wrapping serial data if I can write an appropriate ProtocolEncoder and ProtocolDecoder pair to extract/wrap the data needed for the Web app. Does this sound reasonable? Has anyone already done this in MINA? Or know of any source code that can wrap/unwrap serial data in TCP/IP packets and I can convert it to a MINA ProtocolEncoder and ProtocolDecoder pair? Any help is deeply appreciated, thank you. Regards, Garry Archer Systems Programmer Department of Pathology Yale School of Medicine
