SipDeveloperGuide » History » Version 148
Adrian Georgescu, 10/10/2010 11:22 PM
1 | 61 | Adrian Georgescu | = Developer Guide = |
---|---|---|---|
2 | 1 | Adrian Georgescu | |
3 | 147 | Adrian Georgescu | [[TOC(SipDeveloperGuide, depth=2)]] |
4 | |||
5 | 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. |
6 | 73 | Adrian Georgescu | |
7 | 146 | Adrian Georgescu | The application that uses SIP SIMPLE client SDK must import the relevant Python modules from it, start the engine than make use of the SDK classes and functions. |
8 | |||
9 | 127 | Adrian Georgescu | == Prerequisites == |
10 | |||
11 | 136 | Adrian Georgescu | To use SIP SIMPLE client SDK you must: |
12 | 1 | Adrian Georgescu | |
13 | 136 | Adrian Georgescu | 1. Be familiar with [http://python.org Python programming language] |
14 | 2. Have basic knowledge of [http://www.tech-invite.com/Ti-sip-ex3261.html SIP protocol] |
||
15 | 142 | Adrian Georgescu | 3. Install the SDK according to [wiki:SipInstallation Installation Instructions] |
16 | |||
17 | 146 | Adrian Georgescu | == High Level API == |
18 | 1 | Adrian Georgescu | |
19 | 144 | Adrian Georgescu | To develop your application you should use the Middleware API that hides the complexity of the interactions of the low level SIP, DNS, SDP, RTP, ICE, MSRP and XCAP protocols. |
20 | 1 | Adrian Georgescu | |
21 | 143 | Adrian Georgescu | * [wiki:SipMiddlewareApi Middleware API] |
22 | 90 | Adrian Georgescu | |
23 | 1 | Adrian Georgescu | === Sample Code === |
24 | |||
25 | 120 | Adrian Georgescu | * [wiki:SipSessionExample Hello World!] - minimalist example for setting up an Audio Session |
26 | 119 | Adrian Georgescu | * [wiki:SipTesting Command Line Tools] - detailed examples for all SDK functions |
27 | 85 | Adrian Georgescu | * [http://icanblink.com Blink], a fully featured and easy to use SIP client |
28 | 105 | Adrian Georgescu | |
29 | 148 | Adrian Georgescu | == Low Level APIs == |
30 | 1 | Adrian Georgescu | |
31 | 130 | Adrian Georgescu | The following APIs provide granular control over their respective components: |
32 | 1 | Adrian Georgescu | |
33 | 113 | Adrian Georgescu | * [wiki:SipCoreApiDocumentation SIP Core API] - SIP, RTP, ICE and Audio Engine |
34 | 77 | Adrian Georgescu | * [wiki:SipMSRPApi MSRP API] - Message Session Relay Protocol (MSRP) and its Relay Extension |
35 | 1 | Adrian Georgescu | * [wiki:SipXCAPApi XCAP API] - Manage presence policy documents on XCAP servers |
36 | 135 | Adrian Georgescu | * [wiki:SipPayloadsApi Payloads API] - Payloads used for publication, subscription and notifications of SIP events |