Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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++
- Host: GitHub
- URL: https://github.com/shreyasnayak/qsip
- Owner: shreyasnayak
- License: gpl-3.0
- Created: 2024-04-24T13:14:35.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T10:09:33.000Z (8 months ago)
- Last Synced: 2024-05-22T11:29:27.239Z (8 months ago)
- Language: C++
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.