A fast FreeSWITCH control library purpose-built on traffic theory and stress testing.
Project description
switchy
FreeSWITCH control and stress testing using pure Python.
switchy intends to become the “flask for VoIP” but with a focus on performance and scalable service system design.
Please readthedocs for more information.
Installation
pip install switchy
Dependencies
Currently switchy uses the ESL SWIG package distributed with the FreeSWITCH sources. We intend to add alternative backends in the future including greenswitch and support for mod_amqp.
Some optional numerical packages are required to record performance measurements:
Feature |
Dependency |
Installation |
---|---|---|
Metrics Capture |
pip install switchy[metrics] |
|
Graphing |
pip install switchy[graphing] |
|
HDF5 |
pip install switchy[hdf5] |
License
All files that are part of this project are covered by the following license, except where explicitly noted.
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.