https://github.com/akscf/mod_udptun
A helper module for the Freeswitch to cloning and tunnelling RTP/UDP traffic
https://github.com/akscf/mod_udptun
freeswitch tunneling udp udp-traffic
Last synced: 6 months ago
JSON representation
A helper module for the Freeswitch to cloning and tunnelling RTP/UDP traffic
- Host: GitHub
- URL: https://github.com/akscf/mod_udptun
- Owner: akscf
- License: other
- Created: 2021-03-25T07:38:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T15:01:11.000Z (over 1 year ago)
- Last Synced: 2024-05-03T18:11:58.179Z (over 1 year ago)
- Topics: freeswitch, tunneling, udp, udp-traffic
- Language: C
- Homepage: https://akscf.org/
- Size: 188 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A helper module was written to work in tandem with mod_xconf (to expand abillities in unicast mode), one gives opportunity to connect separated hosts/networks between themselves and exchanging UPD traffic.
It can be useful in the situation when VPN (or similar services) not available or you can't use it for any reasons (in our case).
### Features
- low latacy (good fit for RTP)
- bypass mode (exchange packets as-is, without udptun headers)
- traffic authentication and encryption (based on RC4)
- managing tunnels in a real time (add, del, ...)### Related links
- [Workflow diagram](https://akscf.org/files/mod_udptun/wf0.png)