SipDeveloperGuide

Version 148 (Adrian Georgescu, 10/10/2010 11:22 pm) → Version 149/215 (Adrian Georgescu, 11/14/2010 10:09 pm)

= Developer Guide =

[[TOC(SipDeveloperGuide, depth=2)]]

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.

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.

== Prerequisites ==

To use SIP SIMPLE client SDK you must:

1. Be familiar with [http://python.org Python programming language]
2. Have basic knowledge of [http://www.tech-invite.com/Ti-sip-ex3261.html SIP protocol]
3. Install the SDK according to [wiki:SipInstallation Installation Instructions]

== Printing Format ==

||[[Image(/raw-attachment/wiki/WikiStart/SIPSIMPLE-Manual.jpg, nolink)]]||[http://download.ag-projects.com/SipClient/SIPSIMPLE-Manual.pdf SIP SIMPLE client SDK - Developer Guide] - PDF format

==
High Level API ==

To develop your application you should use the Middleware API that abstract hides the complexity of the interactions of the low level protocols into a high-level middleware.

SIP, DNS, SDP, RTP, ICE, MSRP and XCAP protocols.

* [wiki:SipMiddlewareApi Middleware API]



=== Sample Code ===

* [wiki:SipSessionExample Hello World!] - minimalist example for setting up an Audio Session
* [wiki:SipTesting Command Line Tools] - detailed examples for all SDK functions
* [http://icanblink.com Blink], a fully featured and easy to use SIP client

== Low Level APIs ==

The following APIs provide granular control over their respective components:

* [wiki:SipCoreApiDocumentation SIP Core API] - SIP, RTP, ICE and Audio Engine
* [wiki:SipMSRPApi MSRP API] - Message Session Relay Protocol (MSRP) and its Relay Extension
* [wiki:SipXCAPApi XCAP API] - Manage presence policy documents on XCAP servers
* [wiki:SipPayloadsApi Payloads API] - Payloads used for publication, subscription and notifications of SIP events