Add support for a default system specified at CLI when starting webserver (default port 8888). If system is supplied and successfully loaded, you can POST to it at /solve. You can POST repeatedly with new data and receive new solutions to the original system as long as the server is running.
Example using filecoin-project/specs:
Start the server (from specs/src/orient):
(base) ➜ orient git:(master) ✗ ../../orient/bin/orient web --system=filecoin.orient
Then, at another shell (also in specs/src/orient):
Add support for a default system specified at CLI when starting webserver (default port 8888). If system is supplied and successfully loaded, you can POST to it at
/solve
. You can POST repeatedly with new data and receive new solutions to the original system as long as the server is running.Example using
filecoin-project/specs
:Start the server (from
specs/src/orient
):Then, at another shell (also in
specs/src/orient
):