Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 15 hours 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-19T01:47:02.000Z (23 days ago)
- Last Synced: 2024-12-19T02:32:12.377Z (23 days ago)
- Topics: fantastic-package, openwrt, openwrt-package, rfc-3489, rfc-5389, stunclient, stunserver, stuntman
- Language: Makefile
- Homepage:
- Size: 11.7 KB
- Stars: 2
- 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