https://github.com/px4/electronwebgcs
https://github.com/px4/electronwebgcs
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/px4/electronwebgcs
- Owner: PX4
- License: mit
- Created: 2023-03-27T16:21:33.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-18T14:51:10.000Z (over 2 years ago)
- Last Synced: 2025-04-10T00:51:23.604Z (about 1 year ago)
- Language: JavaScript
- Size: 1.02 MB
- Stars: 7
- Watchers: 6
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## Rudimentary Electron GCS based on WebGCS and Electron React Boilerplate
# Highly Experimental, don't use with real vehicles
## Install
Clone the repo and install dependencies:
```bash
git clone --depth 1 --branch main https://github.com/PX4/electronwebgcs.git
cd electronwebgcs
npm i
```
**Having issues installing? See our [debugging guide](https://github.com/electron-react-boilerplate/electron-react-boilerplate/issues/400)**
## Starting Development
Start the app in the `dev` environment:
```bash
npm start
```
you will need to run mavsdk_server on port 50000 for the app to connect.
for log download create a logs directory in the directory mavsdk server is running in
## Packaging for Production
To package apps for the local platform:
```bash
npm run package
```
## Maintainers
- [Daniel Honies](https://github.com/danielhonies)
## License
MIT