Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

Chan-SCCP channel driver for Asterisk

Compare

  Analyzed 1 day ago

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.

86.6K lines of code

2 current contributors

3 months since last commit

4 users on Open Hub

Very Low Activity
5.0
 
I Use This

Vortex Library

Compare

  Analyzed about 17 hours ago

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]

67.8K lines of code

1 current contributors

20 days since last commit

1 users on Open Hub

Very Low Activity
0.0
 
I Use This

C Vector

Compare

  Analyzed 1 day ago

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]

9.03K lines of code

1 current contributors

7 months since last commit

1 users on Open Hub

Very Low Activity
5.0
 
I Use This