Go to file
Silent YANG 6b8e6c7a52 update 2024-05-08 23:10:21 +08:00
config update 2024-02-05 04:04:55 +08:00
public update 2024-04-29 20:54:31 +08:00
src update 2024-05-08 23:10:21 +08:00
.env.development arco-cli: initialize project 2024-01-24 21:40:15 +08:00
.env.production arco-cli: initialize project 2024-01-24 21:40:15 +08:00
.gitignore update 2024-02-05 04:04:55 +08:00
.prettierignore arco-cli: initialize project 2024-01-24 21:40:15 +08:00
.prettierrc.js arco-cli: initialize project 2024-01-24 21:40:15 +08:00
.stylelintrc.js arco-cli: initialize project 2024-01-24 21:40:15 +08:00
LICENSE update 2024-04-18 16:26:41 +08:00
README.md update 2024-04-18 16:26:41 +08:00
auto-imports.d.ts update 2024-02-04 15:13:25 +08:00
babel.config.js arco-cli: initialize project 2024-01-24 21:40:15 +08:00
commitlint.config.js arco-cli: initialize project 2024-01-24 21:40:15 +08:00
components.d.ts update 2024-02-04 23:27:33 +08:00
forge.config.js update 2024-02-05 04:04:55 +08:00
icon.ico update 2024-02-05 04:04:55 +08:00
index.html webusb todo 2024-04-21 11:36:21 +08:00
main.js update 2024-02-05 04:04:55 +08:00
package.json update 2024-04-28 21:23:17 +08:00
tsconfig.json arco-cli: initialize project 2024-01-24 21:40:15 +08:00
yarn.lock update 2024-04-28 21:23:17 +08:00

README.md

K5Web

  • 世界业余无线电日 K5Web 正式开源,添加开源许可协议。
  • 感谢所有 HAM 。

简介

K5Web 用于对兼容业余无线电台 UV-K5 写频、更新固件、写入星历等。

功能列表

  • 固件版本检测
  • EEPROM 大小检测
  • 信道管理
  • 启动画面文字管理
  • MDC 本地侧音控制(仅支持我的 LTS 固件)
  • 备份/还原 EEPROM
  • 固件升级
  • 开机图片LOSEHU 固件)
  • 字库写入LOSEHU 固件)
  • 星历写入LOSEHU 固件)

开发

安装依赖

yarn

开发

yarn dev

编译

yarn build

关联项目

星历计算接口:

https://github.com/silenty4ng/k5sat

我的固件:

https://github.com/silenty4ng/uv-k5-firmware-chinese-lts 

感谢项目

开源协议

Copyright (c) 2024 Silent YANG

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.