173 | | * A settings.json file containing the [source:geniuswebcore/geniusweb/protocol/session SessionSettings] eg SAOP Settings. [source:geniuswebcore/test/resources/settings.json view example file]. |
| 173 | * You have a settings.json file containing the [source:geniuswebcore/geniusweb/protocol/session SessionSettings] eg SAOP Settings. [source:geniuswebcore/test/resources/settings.json view example file]. |
| 174 | * You have profiles for each party, eg jobs1.json and jobs2.json. |
| 175 | * Run {{{python -m geniusweb.simplerunner.NegoRunner settings.json}}} |
| 176 | * The log will be written to stdout by default. |
| 177 | * Extract the data from the line {{{INFO:protocol ended..:}}}. It's a json structure with the final state of the session. |
| 178 | |
| 179 | This is identical to how it works with the [https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWeb#Stand-aloneRunning java stand-alone runner]. |
| 180 | |