Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 无人机自动机场控制台

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)