Replacement for the SCCP channel driver in Asterisk. Extended features include Shared Lines, Presence / BLF, customizable Feature Buttons, and Custom Device State. Visit our discussion mailing list for help and join us as a developer if you like.
Vortex Library is an implementation of the RFC 3080 / RFC 3081 standard definitions, known as the BEEP Core protocol, implemented on top of the TCP/IP stack, using C language.
It comes with a complete integration with WebSocket that allows running BEEP applications over the web (using Javascript
... [More] BEEP implementation: jsVortex). At this point it is being heavily used by projects like Core-Admin (http://www.core-admin.com).
Vortex Library has an API that is consistent and easy to use. It will allow you to write application protocols really fast. Vortex Library API design is prepared to be easy building bindings to other languages. [Less]
A C vector library similar to the C++ STL vector. It is written in ANSI C (C89).
It has built in support for int, double, char* types and a void vector that can handle any type (stores it in an internal byte array) and provides constructor/destructor like features.
It also has a template and
... [More] python script for generating vectors for other specific non-pointer types if you don't want to use the generic void vector. See the documentation (www.robertwinkler.com/Projects/cvector) and the testing code for more information and example usage. [Less]
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy