You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aya/traffic-monitor
Krish Sharma 2e57c8da99 feat: add examples and sample data for testing and demonstration
Example Programs:
- standalone-demo.rs: Non-eBPF demo for testing core logic
- test-traffic.rs: Traffic generation for testing
- macos-demo.rs: macOS-compatible demonstration

Sample Log Data:
- sample_traffic.jsonl: Basic traffic examples in JSONL format
- sample_traffic.csv: CSV format examples for spreadsheet analysis
- comprehensive_traffic.jsonl: Complex traffic patterns with multiple protocols
- threat_traffic.jsonl: Examples triggering threat detection (port scanning, etc.)

Demonstration Features:
- Multi-protocol traffic examples (TCP, UDP, ICMP, GRE, ESP, AH)
- Port scanning simulation for threat detection testing
- High-volume traffic patterns for performance analysis
- Realistic IP addresses and network patterns
- Flow correlation examples with unique hashes

Use Cases:
- Development testing without requiring eBPF environment
- Log analysis script validation and testing
- Threat detection algorithm verification
- Performance benchmarking and optimization
- Documentation and training examples

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
3 weeks ago
..
configs feat: add configuration examples and comprehensive test suite 3 weeks ago
examples feat: add examples and sample data for testing and demonstration 3 weeks ago
scripts feat: add comprehensive traffic log analysis and threat detection 3 weeks ago
src feat: implement userspace program with integrated logging 3 weeks ago
tests feat: add configuration examples and comprehensive test suite 3 weeks ago
Cargo.toml feat: initialize eBPF traffic monitor project structure 3 weeks ago
build.rs feat: initialize eBPF traffic monitor project structure 3 weeks ago