Ignore:
Timestamp:
Feb 24, 2014 11:00:15 AM (10 years ago)
Author:
bennylp
Message:

More re #1715: doxygen integration into the book

Location:
pjproject/trunk/doc/pjsip-book
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/doc/pjsip-book

    • Property svn:ignore set to
      xml
  • pjproject/trunk/doc/pjsip-book/samples.rst

    r4704 r4762  
    1  
    21 
    32PJSUA2 Sample Applications 
     
    76=========== 
    87 
     8C++ 
     9----- 
     10There 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``. 
     11 
     12 
    913Python GUI 
    1014------------------ 
    11 It requires Python 2.7 and above. 
     15This 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:: 
    1216 
    13 Android & Java 
    14 ----------------------------- 
     17    python application.py 
    1518 
    16 C++ 
    17 ----------------------------- 
     19Android 
     20---------------- 
     21Please see https://trac.pjsip.org/repos/wiki/Getting-Started/Android#pjsua2 for Android sample application. 
     22 
     23Java 
     24---------------- 
     25There 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. 
     26 
    1827 
    1928Miscellaneous 
    2029=================== 
    2130 
    22 How to dump call stats 
     31How to  
    2332----------------------------- 
    2433 
    25 How to 
 
    26 ----------------------------- 
    27  
Note: See TracChangeset for help on using the changeset viewer.