Walking Simulation Server

500+ players walking simulation server powered by FastAPI

Status: Running

Server is up and running. The simulation engine is active.

API Endpoints

Data APIs (Static Data)

GET /api/data/routes

Get walking routes (GeoJSON format)

GET /api/data/users

Get user information

GET /api/data/speech/categories

Get speech categories

Simulation APIs (Dynamic Control)

GET /api/health

Health check endpoint

GET /api/simulation/state

Get current simulation state

GET /api/simulation/players

Get all players data

Real-time Communication

GET /api/events/stream

Server-Sent Events stream

WS /ws

WebSocket connection for real-time communication

Documentation

Interactive API Documentation (Swagger UI)
Alternative API Documentation (ReDoc)

Connection Information

WebSocket URL: ws://localhost:8000/ws
SSE URL: http://localhost:8000/api/events/stream