Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shreyasnayak/qsip

SIP Stack Library for Qt C++
https://github.com/shreyasnayak/qsip

Last synced: about 1 month ago
JSON representation

SIP Stack Library for Qt C++

Awesome Lists containing this project

README

        

[![Qt](https://img.shields.io/badge/Qt-%23217346.svg?style=for-the-badge&logo=Qt&logoColor=white)](https://www.qt.io/) ![C++](https://img.shields.io/badge/c++-%2300599C.svg?style=for-the-badge&logo=c%2B%2B&logoColor=white)
## What is QSIP ?

QSIP is a SIP stack library or session handler for writing the Session Initiation Protocol. It is built over the PJSIP stack.

## Why QSIP ?

Nowadays, Qt C++ is a very popular C++ framework. It has features like signals and slots, which are not available in classic C++. Additionally, there is no SIP library in Qt. I have addressed all the issues developers encounter during integrating and developing with the PJSIP stack and provide simple interface for developers.