Giter Club home page Giter Club logo

p2p_comm_platf's Introduction

Introduction

Peer to peer communication platform using Qt/QML and PJSIP library. Supported plaforms:

  • macOS

  • Windows (planned)

  • Ubuntu (planned)

  • iOS (planned)

  • Android (planned)

Requirements

Clone the Repository

Note that the repository has one submodule, such that the command used to clone the sources is

git clone --recurse-submodules <repository URL>

Opus Library Cross-Compilation on macOS

Opus library must be compiled before PJSIP library in order to enable the Opus codec. Opus library download and compilation is done using build-libopus.sh script. Before running the script, edit the script and make sure that VERSION and MINIOSVERSION have the correct values. VERSION must be the latest Opus library version. MINIOSVERSION must have the same value as in *.pro file, QMAKE_IOS_DEPLOYMENT_TARGET. Create first a folder right next to the application sources root folder, Opus-iOS, copy build-libopus.sh script inside the folder and run it. Header files and the Opus library are generated in Opus-iOS/dependences folder.

PJSIP Library Cross-Compilation on macOS

  • decompress PJSIP sources in a folder next to the application sources root folder

  • compile PJSIP library by copying the provided bash script from the tools folder, build-pjsip-ios.sh, into PJSIP sources root folder, then run the script. The generated libraries and header files are in build-ios folder, found next to PJSIP sources root folder.

Application Compilation for macOS

  • open with QtCreator intercom.pro in order to compile the application

Note: you might need to install with brew Opus library for macOS.

Compile and Upload Installer to TestFlight

  • use build-ios.sh

  • XCode is automatically open on the generated XCode project, then select Product -> Archive

Note: open the script and verify that the paths point to the correct locations (install path of Qt framework)

Screenshots

Service List

Active Call

Settings

Incoming Call

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.