SipDeveloperGuide

Version 132 (Adrian Georgescu, 04/08/2010 09:02 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 127 Adrian Georgescu
7 127 Adrian Georgescu
To use SIP SIMPLE client SDK you must be familiar with Python programming language and have basic knowledge of [http://www.tech-invite.com/Ti-sip-ex3261.html SIP protocol]. 
8 127 Adrian Georgescu
9 128 Adrian Georgescu
Then you must install the SDK.
10 125 Adrian Georgescu
11 125 Adrian Georgescu
[wiki:SipInstallation Installation Instructions]
12 125 Adrian Georgescu
13 129 Adrian Georgescu
== Middleware API ==
14 1 Adrian Georgescu
15 131 Adrian Georgescu
To develop your SIP 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. 
16 1 Adrian Georgescu
17 97 Adrian Georgescu
[wiki:SipMiddlewareApi Middleware API]
18 90 Adrian Georgescu
19 1 Adrian Georgescu
=== Sample Code ===
20 1 Adrian Georgescu
21 120 Adrian Georgescu
 * [wiki:SipSessionExample Hello World!] - minimalist example for setting up an Audio Session
22 119 Adrian Georgescu
 * [wiki:SipTesting Command Line Tools] - detailed examples for all SDK functions
23 85 Adrian Georgescu
 * [http://icanblink.com Blink], a fully featured and easy to use SIP client
24 105 Adrian Georgescu
25 122 Adrian Georgescu
=== Low Level API ===
26 1 Adrian Georgescu
27 130 Adrian Georgescu
The following APIs provide granular control over their respective components:
28 1 Adrian Georgescu
29 113 Adrian Georgescu
 * [wiki:SipCoreApiDocumentation SIP Core API] - SIP, RTP, ICE and Audio Engine
30 77 Adrian Georgescu
 * [wiki:SipMSRPApi MSRP API]  - Message Session Relay Protocol (MSRP) and its Relay Extension
31 114 Adrian Georgescu
 * [wiki:SipPresenceApi Presence API]  - Payloads used for publication, subscription and notifications of SIP events
32 77 Adrian Georgescu
 * [wiki:SipXCAPApi XCAP API]  - Manage presence policy documents on XCAP servers