jInSimGateway is a standalone InSim gateway, written in Java. It's a command line utility that allows more InSim applications to communicate to LFS at the same time (with some limitations).
Type java -jar jInSimGateway.jar -? to see options.
Basic things like skipping ISI, ISC and auto answering on ACK are implemented, more advanced things may be added later, if needed.
Source needs some heavy cleaning up, since it's my first app in Java, but if anyone is interested, I can post source too...
Installation:
Just unzip the archive anywhere
Requirements:
Java environment
Quick start:
Type java -jar jInSimGateway.jar -? to see options.
Basic things like skipping ISI, ISC and auto answering on ACK are implemented, more advanced things may be added later, if needed.
Source needs some heavy cleaning up, since it's my first app in Java, but if anyone is interested, I can post source too...
Installation:
Just unzip the archive anywhere
Requirements:
Java environment
Quick start:
- Setup your LFS host to use insim port 29999 and start it.
- Start gateway: java -jar jInSimGateway.jar (or just start it with double mouse click on the jar file - in this case you won't see any console output! It will be only seen in task manager as javaw.exe).
- Setup insim application to use port 29997 (default gateway port) as insim port and start it.
- If more insim applications, goto step 3.