UAVLogViewer_1502:基于 JavaScript 的无人机日志查看工具项目

An online viewer for UAV log files

分支1Tags0
文件最后提交记录最后更新时间
2 年前
7 年前
5 年前
3 年前
3 年前
4 年前
1 年前
7 年前
2 年前
6 年前
7 年前
2 年前
3 年前
7 年前
2 年前
7 年前
6 年前
2 年前
6 年前
6 年前
2 年前
1 年前
1 年前
6 年前

UAV Log Viewer

log seeking

This is a Javascript based log viewer for Mavlink telemetry and dataflash logs. Live demo here.

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

Docker


# Build Docker Image
docker build -t <your username>/uavlogviewer .

# Run Docker Image
docker run -p 8080:8080 -d <your username>/uavlogviewer

# View Running Containers
docker ps

# View Container Log
docker logs <container id>

# Navigate to localhost:8080 in your web browser