Skip to content

Learsim/LearsimControlPanel

Repository files navigation

logo

Learsim Control Panel

Purpose

Learsim Control Panel for managing mostly Arduino clients for FS2020. Using Learsim Backend.

Usage

Map

The map needs a Mapbox access token to function. The "Default public token" works great. This is configured in the settings.

Connection to server

The defualt settings for the server is port 8888 then the IP or hostname to the machine running the backend.

Development

Clone repo

git clone https://github.com/Learsim/ControlPanel.git

Go to directory

cd ControlPanel

Run yarn

yarn

Run yarn start

yarn start

Using the mock API

The mock API is right now deprecated. The old one was written in python, this will maybe rewritten soon for easier development in that case

Running th emoch API

cd src\mockapi

If first time

python3 -m venv .

Then

.\Scripts\activate
pip install -r requirements.txt
python mockAPI.py

Screenshots

image image image image image

Credits

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published