Quote from brocklanders:
Yeah, I can help if you have some specific questions. The options may have changed slightly since I have an older version than what is now available most likely. It is a little tricky to get working. The major file is IBController.ini. You need to add your TWS login id (IbLoginId=...) and password (IbPassword=...) (you can add it as encrypted using the IBControllerEncrypt.bat to get this). Point (IbDir=...) to the path of your Jts folder and set (IbAutoClosedown=no).
Then you create a batch file (Windows) or bash script to invoke IBController when calling TWS... the README points to some example files. I usually just take the default IB calls and add the following to the end of the java command:
"ibcontroller.IBController /path/to/IBController.ini"