An open API service indexing awesome lists of open source software.

https://github.com/edingroot/fepc_pktgen


https://github.com/edingroot/fepc_pktgen

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# GTP-encapsulator
add GTPv1U header to the incoming packets.
## Build it
Use make to generate gtp_generator and udp_packet_sender.
```bash
make
```
## Run gtp_generator
Please use superuser privilege to run server program.
```bash
sudo ./gtp_generator
```
## Run udp_packet_sender
type the command below to run client program.
```bash
./udp_packet_sender
```