Changes between Version 2 and Version 3 of pjsip-doc/samples


Ignore:
Timestamp:
Feb 11, 2014 11:20:01 AM (10 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pjsip-doc/samples

    v2 v3  
    88=========== 
    99 
     10C++ 
     11----- 
     12There is a very simple C++ sample application available in ``pjsip-apps/src/samples/pjsua2_demo.cpp``. The binary will be located in ``pjsip-apps/bin/samples``. 
     13 
     14 
    1015Python GUI 
    1116------------------ 
    12 Python GUI sample apps is located in ``pjsip-apps/src/pygui``. It requires Python 2.7 and above. To use the application, simply run:: 
     17This is a rather complete Python GUI sample apps, located in ``pjsip-apps/src/pygui``. It requires Python 2.7 and above, and the Python SWIG module of course. To use the application, simply run:: 
    1318 
    1419    python application.py 
    1520 
    16 Android & Java 
     21Android 
    1722---------------- 
     23Please see https://trac.pjsip.org/repos/wiki/Getting-Started/Android#pjsua2 for Android sample application. 
    1824 
    19 C++ 
    20 ----- 
    21 C++ sample application is available in ``pjsip-apps/src/samples/pjsua2_demo.cpp``. The binary will be located in ``pjsip-apps/bin/samples``. 
     25Java 
     26---------------- 
     27There is a Hello World type of application located in ``pjsip-apps/src/swig/java``. This requires the Java SWIG module. After building the SWIG module, run ``make test`` from this directory to run the app. 
     28 
    2229 
    2330Miscellaneous