Learsim Control Panel for managing mostly Arduino clients for FS2020. Using Learsim Backend.
The map needs a Mapbox access token to function. The "Default public token" works great. This is configured in the settings.
The defualt settings for the server is port 8888 then the IP or hostname to the machine running the backend.
git clone https://github.com/Learsim/ControlPanel.gitcd ControlPanelyarnyarn startThe mock API is right now deprecated. The old one was written in python, this will maybe rewritten soon for easier development in that case
cd src\mockapiIf first time
python3 -m venv .Then
.\Scripts\activate
pip install -r requirements.txt
python mockAPI.py



