| ... | ... | @@ -7,6 +7,7 @@ curl http://localhost:9999 -X POST -d '{"foo": "bar"}' # any unrecognized json s | 
| 
 | 
 | 
curl http://localhost:9999 -X POST -d '{"command": "step", "nbStep": 10}' # tell the model to loop N times the time loop
 | 
| 
 | 
 | 
curl http://localhost:9999 -X POST -d '{"command": "stop"}' # stop the model, stop listening for commands
 | 
| 
 | 
 | 
curl http://localhost:9999 -X POST -d '{"command": "free"}' # free the model to run until the end, stop listening for commands
 | 
| 
 | 
 | 
curl http://localhost:9999 -X POST -d '{"command": "info"}' # return model state
 | 
| 
 | 
 | 
```
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
# En R
 | 
| ... | ... |  |