https://github.com/edingroot/fepc_pktgen
https://github.com/edingroot/fepc_pktgen
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/edingroot/fepc_pktgen
- Owner: edingroot
- Created: 2020-04-01T15:20:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-01T15:21:04.000Z (almost 6 years ago)
- Last Synced: 2025-01-29T15:25:03.397Z (about 1 year ago)
- Language: C
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```