Changes between Version 2 and Version 3 of pjsip-doc/samples
- Timestamp:
- Feb 11, 2014 11:20:01 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pjsip-doc/samples
v2 v3 8 8 =========== 9 9 10 C++ 11 ----- 12 There 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 10 15 Python GUI 11 16 ------------------ 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::17 This 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:: 13 18 14 19 python application.py 15 20 16 Android & Java21 Android 17 22 ---------------- 23 Please see https://trac.pjsip.org/repos/wiki/Getting-Started/Android#pjsua2 for Android sample application. 18 24 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``. 25 Java 26 ---------------- 27 There 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 22 29 23 30 Miscellaneous