Python gRPC client for microscopic traffic simulation
Project description
Python client for micro_traffic_sim gRPC Server
Python client library for the microscopic traffic simulation gRPC server with full type hints support.
Installation
pip install micro-traffic-sim
Usage
import grpc
from micro_traffic_sim import (
ServiceStub,
SessionReq,
Cell,
Point,
ZoneType,
)
# Connect to server
channel = grpc.insecure_channel("127.0.0.1:50051")
client = ServiceStub(channel)
# Create a new session
response = client.NewSession(SessionReq(srid=0))
session_id = response.id.value
# Push grid cells, trips, traffic lights, and run simulation...
Documentation
- Full example: See examples/ for a complete simulation workflow
Running the example
- Start the gRPC server:
cargo run --features server --bin micro_traffic_sim
- Run the example (from repository root):
source clients/python/.venv/bin/activate
python clients/python/examples/main.py
- Generate visualization:
python clients/python/examples/main.py > clients/python/examples/output.txt
gnuplot clients/python/examples/plot_anim.gnuplot
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
micro_traffic_sim-0.2.0.tar.gz
(17.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file micro_traffic_sim-0.2.0.tar.gz.
File metadata
- Download URL: micro_traffic_sim-0.2.0.tar.gz
- Upload date:
- Size: 17.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35f30d14cfee1665fda8688c474ec86fb543acc4cc83c7ad350a19db5c4d3641
|
|
| MD5 |
dd6360f824cf034a475316a4d5ddc91a
|
|
| BLAKE2b-256 |
f9194836dff079634f880f17931716e2c890aa9712a4165854d112ab3ab15ce4
|
File details
Details for the file micro_traffic_sim-0.2.0-py3-none-any.whl.
File metadata
- Download URL: micro_traffic_sim-0.2.0-py3-none-any.whl
- Upload date:
- Size: 32.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d8fb3d4d31e7251444001c23039a2b0352d15a7fb20d5c0de89d234d868fab3
|
|
| MD5 |
b9eefd1fa816929b97975f5f7bc9367d
|
|
| BLAKE2b-256 |
a0c8df4b9c7087fc6cc0f1b7635ec207a18a52f1ff28c50b2719d82947458789
|