Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/import-yuefeng/bgpparser
BGPParser 是基于 Go 实现的 BGP 数据分析工具
https://github.com/import-yuefeng/bgpparser
Last synced: about 1 month ago
JSON representation
BGPParser 是基于 Go 实现的 BGP 数据分析工具
- Host: GitHub
- URL: https://github.com/import-yuefeng/bgpparser
- Owner: import-yuefeng
- License: mit
- Created: 2019-12-12T15:16:25.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-01T09:33:45.000Z (over 4 years ago)
- Last Synced: 2024-10-22T13:50:53.809Z (3 months ago)
- Language: Go
- Homepage:
- Size: 14.8 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BGPParser
![](golang.png)
- - - -[![Build Status](https://travis-ci.com/import-yuefeng/BGPParser.svg)](https://travis-ci.com/import-yuefeng/BGPParser)
[![GoDoc](https://godoc.org/github.com/import-yuefeng/BGPParser?status.svg)](https://godoc.org/github.com/import-yuefeng/BGPParser)
[![Go Report Card](https://goreportcard.com/badge/github.com/import-yuefeng/BGPParser)](https://goreportcard.com/report/github.com/import-yuefeng/BGPParser)**由于 BGPParser 还在开发的早期,请暂时不要将 BGPParser 用于生产环境!**
BGPParser 是基于 Go 实现的 BGP 数据分析工具
**请注意: 本 Readme 仅仅确保 master 分支正确,如若使用版本差距较大的 Binary 版本,请注意检查 Release 说明.**
## 功能和未来展望
+ 支持 并发分析 BGP rib.bz2 数据 (二进制数据)+ 支持 并发分析 由bgpdump 导出的 rib.txt 格式数据 (友好型数据)
![](BGPData.png)* 支持 并发构造 IPTree 树,提供高效的 IP 段查询
![](info.png)* 支持 合并相似 IP 段数据,并据此构造 IPTree
更多技术细节请参考 [这里](bgpParser.pdf)
## 安装
我们提供跨平台多版本的 二进制程序可下载: [release](https://github.com/import-yuefeng/BGPParser/releases).## Usages
使用默认配置文件 -> ./config.json
$ ./parser需要使用其他指令,请使用帮助:
$ ./parser -h### 配置文件的语法
默认读取的配置文件名为: config.json :
```json
{
nil:nil,
}
```## 感谢
* Dependencies:
* [grpc](google.golang.org/grpc): Apache-2.0
* [logrus](https://github.com/Sirupsen/logrus): MIT
* [cobra](github.com/spf13/cobra): Apache-2.0
* [gobgpdump](github.com/CSUNetSec/gobgpdump): BSD 2-Clause “Simplified” License
* Contributors: https://github.com/import-yuefeng/BGPParser/graphs/contributors## 开源协议
This project is under the MIT license. See the [LICENSE](LICENSE) file for the full license text.