I have just started working on a comms proxy for nxj. The basic functionality is as follows:
1) Client can invoke a socket connection with the proxy which can then automatucally forward data to the required NXT
2) NXT can invoke a socket connection between the proxy and some other host and any data transferred between proxy NXT and proxy will automatically be forwarded to the specified host.
Together with these two basic criteria I aim to look at the reliability of the bluetooth connection between proxy and NXT and include support for multiple NXT's connected to one single Porxy.
Hopefully once this is done then more protocols such as http etc. can be included working over the existing socket connections.
Any suggetions welcome!
------------------
Ok I have implemented a basic verion of the comms proxy together with
NXT classes to invoke the proxy. Currently I still have no NXT so cannot actually test to see if what I have done is correct.
