SipDeveloperGuide » History » Version 143
Adrian Georgescu, 05/25/2010 05:32 PM
1 | 61 | Adrian Georgescu | = Developer Guide = |
---|---|---|---|
2 | 1 | Adrian Georgescu | |
3 | 93 | Adrian Georgescu | The goal of ''SIP SIMPLE client SDK'' is to allow easy development of Real Time Applications based on SIP and related protocols. By using this SDK you can add Audio, Video, Instant Messaging, File Transfer and Desktop Sharing capabilities to an existing product or create a new product from scratch. |
4 | 73 | Adrian Georgescu | |
5 | 127 | Adrian Georgescu | == Prerequisites == |
6 | |||
7 | 136 | Adrian Georgescu | To use SIP SIMPLE client SDK you must: |
8 | 1 | Adrian Georgescu | |
9 | 136 | Adrian Georgescu | 1. Be familiar with [http://python.org Python programming language] |
10 | 2. Have basic knowledge of [http://www.tech-invite.com/Ti-sip-ex3261.html SIP protocol] |
||
11 | 140 | Adrian Georgescu | 3. Use a supported platform as described in the [wiki:SipInstallation Installation Instructions] |
12 | 125 | Adrian Georgescu | |
13 | 142 | Adrian Georgescu | == Integration with other applications or libraries == |
14 | |||
15 | That application or library that wants to benefit of the SIP SIMPLE client SDK feature must import the relevant Python modules from it, start the engine than make use of the SDK function. |
||
16 | 1 | Adrian Georgescu | |
17 | 141 | Adrian Georgescu | To develop your application you use the Middleware API that hides the complexity of the interactions of the low level SIP, DNS, SDP, RTP, ICE, MSRP and XCAP protocols. |
18 | 1 | Adrian Georgescu | |
19 | 143 | Adrian Georgescu | * [wiki:SipMiddlewareApi Middleware API] |
20 | 90 | Adrian Georgescu | |
21 | 1 | Adrian Georgescu | === Sample Code === |
22 | |||
23 | 120 | Adrian Georgescu | * [wiki:SipSessionExample Hello World!] - minimalist example for setting up an Audio Session |
24 | 119 | Adrian Georgescu | * [wiki:SipTesting Command Line Tools] - detailed examples for all SDK functions |
25 | 85 | Adrian Georgescu | * [http://icanblink.com Blink], a fully featured and easy to use SIP client |
26 | 105 | Adrian Georgescu | |
27 | 134 | Adrian Georgescu | == Low Level API == |
28 | 1 | Adrian Georgescu | |
29 | 130 | Adrian Georgescu | The following APIs provide granular control over their respective components: |
30 | 1 | Adrian Georgescu | |
31 | 113 | Adrian Georgescu | * [wiki:SipCoreApiDocumentation SIP Core API] - SIP, RTP, ICE and Audio Engine |
32 | 77 | Adrian Georgescu | * [wiki:SipMSRPApi MSRP API] - Message Session Relay Protocol (MSRP) and its Relay Extension |
33 | 1 | Adrian Georgescu | * [wiki:SipXCAPApi XCAP API] - Manage presence policy documents on XCAP servers |
34 | 135 | Adrian Georgescu | * [wiki:SipPayloadsApi Payloads API] - Payloads used for publication, subscription and notifications of SIP events |