Mingwei Zhang

Results 25 issues of Mingwei Zhang
trafficstars

* currently incorrect: `https://archive.routeviews.org/route-views7/bgpdata/bgpdata/` * correct url: `https://archive.routeviews.org/route-views7/bgpdata/` The issue is that the `collector_url` has the extra `bgpdata` while others do not. This was the problem caused by automated inserting...

bug

Remove unnecessary return statement in the workflows example ### Summary The return statement proposed to be deleted here follows immediately after another return statement above, and is quite unnecessary. ###...

size/xs
product:workflows

`BgpUpdateMessage` is the middleground bettween `BgpRecord` and `BgpElem`. It is lower-level than a "record", which could include all different types of BGP messages, but also avoids duplicating BGP attributes for...

It would be cool to allow tracking the progress of the parsing of a file by returning parsed Elems with progress struct in the iterator. This feature is dependent on...

enhancement

Feature needed to implement `monocle` feature: https://github.com/bgpkit/monocle/issues/82