Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sb-im/sdwc
Multiple drones and ground station Web consoles 无人机自动机场控制台
https://github.com/sb-im/sdwc
drone mavlink multiple-drones uav
Last synced: about 1 month ago
JSON representation
Multiple drones and ground station Web consoles 无人机自动机场控制台
- Host: GitHub
- URL: https://github.com/sb-im/sdwc
- Owner: sb-im
- License: mpl-2.0
- Created: 2018-01-09T09:40:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-20T11:39:06.000Z (3 months ago)
- Last Synced: 2025-01-01T02:06:04.381Z (about 1 month ago)
- Topics: drone, mavlink, multiple-drones, uav
- Language: Vue
- Homepage: https://demo.sblab.xyz/#/login/demo/demodemo
- Size: 18.8 MB
- Stars: 18
- Watchers: 7
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SDWC == S Dashboard Web Console
[![ci](https://github.com/sb-im/sdwc/actions/workflows/ci.yml/badge.svg)](https://github.com/sb-im/sdwc/actions/workflows/ci.yml)
Robotics Cluster Cloud Console
## Introduction
> The Application developed by the sbim inno (StrawBerry Tech)
> MPL-2.0 protocol open source, the goal is to do a universal robotics console application## Build Setup
``` bash
# install dependencies
yarn install# build for production with minification
yarn run build
```## Install && Config
```bash
cp src/config.json ./
```## Development
```bash
# docker or nerdctl
docker compose up# serve with hot reload at localhost:8080
yarn run dev
```## CHANGELOG
[doc/CHANGELOG.md](/doc/CHANGELOG.md)
## Development Docs
[doc/DEVELOPMENT.md](/doc/DEVELOPMENT.md)