Skip to content

Latest commit

 

History

History
 
 

driver

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

turn-driver


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.

Examples

  • 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.

Start Examples

A quick example can be run through cargo:

cargo run --example [example name]

License

GPL Copyright (c) 2022 Mr.Panda.