# OpenPlanner **Repository Path**: ryvius_key/open-planner ## Basic Information - **Project Name**: OpenPlanner - **Description**: 开源TSN规划器 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 19 - **Created**: 2022-05-05 - **Last Updated**: 2022-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 功能 * 一个TSN规划器原型,支持集成多种调度策略 * 目前已集成TTTech公司的两种经典调度策略:window-based scheduling和frame-based scheduling ## 运行方法 * bin目录下的py文件可直接运行:`python main_for_frame_demo.py` ### 依赖包 1. `z3` * z3的安装`pip install z3-solver` 2. `networkx` 3. `matplotlib` ## 代码结构 ## 🔗相关链接 1. [z3py tutorial](https://ericpony.github.io/z3py-tutorial/guide-examples.htm) 2. [Programming Z3](https://theory.stanford.edu/~nikolaj/programmingz3.html)