You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
3 months ago | |
|---|---|---|
| client | 3 months ago | |
| script | 3 months ago | |
| server | 3 months ago | |
| .editorconfig | 3 months ago | |
| .gitignore | 3 months ago | |
| .npmrc | 3 months ago | |
| Dockerfile | 3 months ago | |
| README.md | 3 months ago | |
| config.cjs | 3 months ago | |
| index.html | 3 months ago | |
| jenkinsfile | 3 months ago | |
| package-lock.json | 3 months ago | |
| package.json | 3 months ago | |
README.md
无源标靶上位机
Docker
构建镜像
docker build -t passive-targeting-web .
运行容器
docker run -d -p 8080:8080 -p 8081:8081 --name passive-targeting-web passive-targeting-web
开发注意事项
- 请确保在开发环境中,
server/tcpProxy/index.js文件中的TCP_HOST设置为下位机的实际 IP 地址 - 提交代码前,请将
TCP_HOST设置回去 - 确保在生产环境中,
client\src\sections\wuyuanbiaoba\components\CameraView.jsx,摄像头流的 streamUrl 指向正确的地址 - 提交代码前,请将
streamUrl设置回去