A web interface for configuring and controlling Simulation Bridge and its associated agents.
Registrazione.schermo.2025-10-15.alle.00.13.41.mov
- Node.js 18+ and npm
- Python 3.12+ installed system-wide
pipavailable in PATH (no virtual environments for main packages)
Install the provided packages from the dist/ directory (run once in your global Python environment):
pip install dist/simulation_bridge-0.1.1-py3-none-any.whl
pip install dist/anylogic_agent-0.1.0-py3-none-any.whl
pip install dist/matlab_agent-1.0.0-py3-none-any.whlCreate a virtual environment for MockPT and install dependencies:
cd MockPT
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txtnpm installnpm run devAccess the console at http://localhost:3000.
