Urban Flo allows users to model traffic networks, run simulations and collect information on the networks efficiency.
- Backed by SUMO simulation engine
- 100% web based - no need for complicated installation
- Simulation statistics
- Save and load your network to your device at any time
- Free and open source (MIT licensed)
Simulation UI:
Simulation statistics:
Refer to the user guide document.
To start development on Urban Flo
pnpm install
pnpm dev
A developer has two options, either to connect and run simulations on the cloud server running on sumo-server.urbanflo.app
or run the server locally.
To run the server locally, follow the instructions in the server's repository and change the following variables in src/simulation-urls.ts
export const DOMAIN_NAME = 'localhost:8080';
export const BASE_URL = `http://${DOMAIN_NAME}`;
export const SIMULATION_SOCKET_URL = `ws://${DOMAIN_NAME}/simulation-socket`;
Licensed under MIT License.