README: MultiClientProxy Copyright (C) 2000 Marcus Schiesser This allows to run multiple client proxies on a server in one process. To spawn new clientproxies, you have to connect to a server socket port, which is specified as an argument in invoking MutilClientProxy, for example, $ java com.jcraft.jdxpc.MutltiClientProxy 1130 How to spawn a new client: 1. connect to multiclientproxy 2. send password 3. if password is ok 'OK' is sent 4. send command (could be anything, there is only one command so far - for future compatibility use "SPAWN" 5. send host the clientproxy should connect to 6. send encryption session key (not used yet) 7. if there is a free x-port, 'OK' is returned and the number of the free x-port The whole thing takes care of the occupied xports There is a timeout value to allow the clients to start This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.