Skip to content

marcomelloni/simulation-bridge-app

Repository files navigation

Simulation Bridge App

A web interface for configuring and controlling Simulation Bridge and its associated agents.

Web App

Registrazione.schermo.2025-10-15.alle.00.13.41.mov

Prerequisites

  • Node.js 18+ and npm
  • Python 3.12+ installed system-wide
  • pip available in PATH (no virtual environments for main packages)

Setup

1. Install Python 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.whl

2. Setup MockPT Environment

Create a virtual environment for MockPT and install dependencies:

cd MockPT
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

3. Install Node Dependencies

npm install

Running the Application

npm run dev

Access the console at http://localhost:3000.

About

Web UI for simulation-bridge to easily configure and run projects through a guided interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published