# netforwarding **Repository Path**: ALONE_WORK/netforwarding ## Basic Information - **Project Name**: netforwarding - **Description**: 用于网口数据转发 - **Primary Language**: C++ - **License**: MPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-27 - **Last Updated**: 2026-03-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NetForwarding ## Introduction NetForwarding is a network forwarding tool designed to enable traffic forwarding functionality. ## Features - Supports TCP/UDP protocol forwarding - Simple and easy-to-use configuration - Efficient network traffic processing ## Installation Clone the project and follow the instructions within the repository to install and configure it according to your operating system and requirements. ```bash git clone https://gitee.com/ALONE_WORK/netforwarding.git cd netforwarding ``` - The project has been tested on ARM Linux; other platforms are untested - Use the Qt cross‑compiler for building ## Usage The program loads settings from `sys.json` in the current directory; a sample file is included above. Linux: ```sh ./forwarding ``` ## Contribution Issues and pull requests are welcome. ## License For license information, please see the LICENSE file.