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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-22T10:09:33.000Z (11 months ago)
- Last Synced: 2024-05-22T11:29:27.239Z (11 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
[](https://www.qt.io/) 
## 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.