On May 19, 2006, at 10:46 AM, Gaston, Brian wrote:
I am interested in deploying a MINA application on an embedded device that supports both serial and network communications. In the FAQs, it says the Java Comm API is on its way, and I was just wondering how far along thisimplementation is.
hasn't been started afaik, patches welcome :)
If this is something that I need to implement, could anyone give me pointers on where to start. It appears that the logical approach I would take, wouldbe to create a SerialPortConnector that implements the IoConnectorinterface? The problem I see with that is that all the connect methods inthe IoConnector interface contain a SocketAddress in the signature.
yea. you're on the right track, implement IoConnector to talk to the serial port. I'd subclass SocketAddress similar to how the VmPipeAddress works.
-pete -- [EMAIL PROTECTED] - http://fotap.org/~osi
smime.p7s
Description: S/MIME cryptographic signature
