Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kengwang/earthquakewarning
[非官方] 基于 C# / WPF 的 地震预警 软件
https://github.com/kengwang/earthquakewarning
earthquake wpf
Last synced: 7 days ago
JSON representation
[非官方] 基于 C# / WPF 的 地震预警 软件
- Host: GitHub
- URL: https://github.com/kengwang/earthquakewarning
- Owner: kengwang
- License: gpl-3.0
- Created: 2022-06-05T05:40:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-05T13:22:26.000Z (21 days ago)
- Last Synced: 2024-12-05T14:24:56.300Z (21 days ago)
- Topics: earthquake, wpf
- Language: C#
- Homepage:
- Size: 303 KB
- Stars: 52
- Watchers: 2
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EarthQuakeWarning
基于 C# / WPF 的 地震预警 软件
**本软件仅供学习交流使用,请勿用于生产环境,下载后请在 24 小时内删除**
**请勿传播或进行二次分享**
如果此软件侵犯了您的权益,请发 Issue 或 联系我 [[email protected]](mailto:[email protected])
作者将会尽快处理
## 免责声明
由于部分常量与官方稍有出入,可能导致部分数据有偏差,请以官方为准。
请勿完全依赖此软件,由于依赖此软件造成的问题作者概不负责。
由于此软件造成的任何人力物力财力等损失与作者无关
!!!请使用官方 [地震预警](https://download.chinaeew.cn/mobile) APP!!!
## 使用
* lepoco/wpfui: [https://github.com/lepoco/wpfui](https://github.com/lepoco/wpfui)
* Microsoft.Extensions.DependencyInjection
* serilog/serilog: [https://github.com/serilog/serilog](https://github.com/serilog/serilog)
* microsoft/webview2: [https://developer.microsoft.com/zh-cn/microsoft-edge/webview2/](https://developer.microsoft.com/zh-cn/microsoft-edge/webview2/)
* 高德地图 Uri Api: [https://lbs.amap.com/api/uri-api](https://lbs.amap.com/api/uri-api)
* 百度坐标拾取系统: [https://api.map.baidu.com/lbsapi/getpoint/](https://api.map.baidu.com/lbsapi/getpoint/)
* Vanara.PInvoke.Kernel32: [https://github.com/dahall/Vanara](https://github.com/dahall/Vanara)
* SharpGIS.NmeaParser: [https://github.com/dotMorten/NmeaParser](https://github.com/dotMorten/NmeaParser)
* NAudio: [https://github.com/naudio/NAudio](https://github.com/naudio/NAudio)
* GuerrillaNtp: [https://github.com/robertvazan/guerrillantp](https://github.com/robertvazan/guerrillantp)## API 源 使用
* [成都高新减灾研究所](http://www.365icl.com/) / [成都市美幻科技有限公司](http://www.huania.com/) 的 [地震预警](https://download.chinaeew.cn/mobile)
* [四川地震局](https://www.scdzj.gov.cn/)
* [Wolfx 的 减灾 API](https://api.wolfx.jp/)## Licence
本软件基于 [GPL-v3](LICENCE) 协议授权
```
EarthQuakeWarning.App
Copyright (C) 2023 KengwangThis program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .
```