I would like to use Apache mina2 for routing messages between 2 subsystems. The server (proxy) receives message(some command) via TCP/IP from one client subsystem#1, transposes it to another message interface and sends the message via serial port to the subsystem#2. Subsystem#2 receives the message, sends response back to the server (proxy) via the serial and the server (Proxy) returns response to subsystem#1 after making the needed changes to this response. Is it possible to use Apache mina2 for this task. If yes how should it be defined (some simple example will be nice )? Thanks in advance,
Alexander Etin [#1,#2,Proxy,Serial IO,Network IO,Request,Request ",Response,Response"]
