Ahmed Elhassany
Ahmed Elhassany
Use Arc for flow templates to make it thread safe
The following error is raised in parsing `assets/pcaps/pmacct-tests/205-BMP-6wind-FRR-peer_down` and `pcaps/pmacct-tests/206-BMP-high-availability/traffic-00-bmp.json` ```json {"BmpMessageParsingError":{"BmpMessageValueError":{"RouteMonitoringMessageError":{"BgpMessageError":{"BgpUpdateMessageParsingError":{"PathAttributeError":{"AsPathError":{"NomError":"Eof"}}}}}}}} ```
Implement a Flow service based on the actor model
Add initial udp notif implementation
I using latest libyang from master to query YANG data trees with XPath, but I noticed XPath evaluation is skipping the anydata nodes. Is that by design or there's a...
I'm trying to do some streaming analytics on historical data pushed to Kafka. The kafka message timestamp is recent but the actual event date is older (over a year). ```sql...
Currently the implementation of reduced-size encoding for floating number is not correct and not consistent. NetGauze truncates bytes rather than reducing the number range from f64 -> f32 -> f16
HTTP generates a message without the insert flag
- Enable equality check on FlowInfo. - Reorangize the Cargo.toml for flow-pkt
I've tried to validate the example in RFC 8791 using yanglint but without a success, is yang structures fully supported for data and schema or schema only? This the examples...