https://github.com/muink/openwrt-stuntman
This is stuntman running on openwrt. Compliant with the latest RFCs including 5389, 5769, and 5780. Also includes backwards compatibility for RFC 3489.
https://github.com/muink/openwrt-stuntman
fantastic-package openwrt openwrt-package rfc-3489 rfc-5389 stunclient stunserver stuntman
Last synced: 4 months ago
JSON representation
This is stuntman running on openwrt. Compliant with the latest RFCs including 5389, 5769, and 5780. Also includes backwards compatibility for RFC 3489.
- Host: GitHub
- URL: https://github.com/muink/openwrt-stuntman
- Owner: muink
- License: apache-2.0
- Created: 2023-07-09T03:49:43.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-02T07:24:37.000Z (over 1 year ago)
- Last Synced: 2025-06-18T17:48:46.802Z (12 months ago)
- Topics: fantastic-package, openwrt, openwrt-package, rfc-3489, rfc-5389, stunclient, stunserver, stuntman
- Language: Makefile
- Homepage:
- Size: 16.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# openwrt-stuntman
[STUNTMAN][stuntman] - an open source STUN server and client code by john selbie. Compliant with the latest RFCs including 5389, 5769, and 5780. Also includes backwards compatibility for RFC 3489.
## Introduction
This project is the software package of [stuntman] running on OpenWrt
## Releases
You can find the prebuilt-ipks [here](https://fantastic-packages.github.io/packages/)
## Build
```shell
# Take the x86_64 platform as an example
tar xjf openwrt-sdk-21.02.3-x86-64_gcc-8.4.0_musl.Linux-x86_64.tar.xz
# Go to the SDK root dir
cd OpenWrt-sdk-*-x86_64_*
# First run to generate a .config file
make menuconfig
./scripts/feeds update -a
./scripts/feeds install -a
# Get Makefile
git clone --depth 1 --branch master --single-branch --no-checkout https://github.com/muink/openwrt-stuntman.git package/stuntman
pushd package/stuntman
umask 022
git checkout
popd
# Select the package Network -> stuntman
make menuconfig
# Start compiling
make package/stuntman/compile V=99
```
## License
This project is licensed under the [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0)
[stuntman]: https://github.com/jselbie/stunserver