A turn server driver for rust.
This is a turn-rs driver library provided for use by rust. The driver can implement turn external control, turn external hooks, and balance delay detection functions.
- balance - Send a latency detection request to the turn balance server at address
127.0.0.1:3001
. - controller - A simple external controller that only gets status information from the turn server.
- hooks - A simple external hook service that handles turn server requests to get passwords.
A quick example can be run through cargo
:
cargo run --example [example name]
GPL Copyright (c) 2022 Mr.Panda.