# nebula-net **Repository Path**: iscas-net/nebula-net ## Basic Information - **Project Name**: nebula-net - **Description**: 提供macvlan、流量监控的云原生网络解决方案。请联系宋鹏磊,邮箱地址:songpenglei@otcaix.iscas.ac.cn - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-08 - **Last Updated**: 2025-01-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nebula-net ## Prerequisites 1. Install bpf-linker: `cargo install bpf-linker` ## Build eBPF ```bash cargo xtask build-ebpf ``` To perform a release build you can use the `--release` flag. You may also change the target architecture with the `--target` flag. ## Build Userspace ```bash cargo build ``` ## Build eBPF and Userspace ```bash cargo xtask build ``` ## Run ```bash RUST_LOG=info cargo xtask run ```