Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sintef/sesar-cwp
✈️🗺
https://github.com/sintef/sesar-cwp
Last synced: about 2 months ago
JSON representation
✈️🗺
- Host: GitHub
- URL: https://github.com/sintef/sesar-cwp
- Owner: SINTEF
- Created: 2022-01-21T12:37:30.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T12:33:43.000Z (almost 2 years ago)
- Last Synced: 2024-07-08T17:43:46.156Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 3.28 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SESAR Controller Working Position
A great user interface to control planes in the sky.
## Getting started
```bash
npm install
npm start
```## Starting the Voice Server
```
cd server
npm install
npm start
```## Updating the protobuf files
```bash
npm run protoc
```