Skip to content

digiLab-ai/mockingbird-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mockingbird - Simulator

digiLab slack

Python DataFrame-based ATC simulator.

Table of Contents

Requirements

Quickstart

Clone the repository and cd into it:

git clone https://github.com/digiLab-ai/mockingbird-simulator.git
cd simulator

Copy the .env.example file to .env and fill out any missing values:

cp .env.example .env
open .env

Install the dependencies:

poetry install

Run the simulator:

poetry run python examples/run.py

Run from the top-level of the repository.

Testing

Run the test suite with pytest:

poetry run pytest

About

Example mockingbrid simulator interface implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages