« Previous - Version 132/215 (diff) - Next » - Current version
Adrian Georgescu, 04/08/2010 09:02 pm


= Developer Guide =

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.

Prerequisites

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].

Then you must install the SDK.

[wiki:SipInstallation Installation Instructions]

Middleware API

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.

[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 API ===

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:SipPresenceApi Presence API] - Payloads used for publication, subscription and notifications of SIP events
  • [wiki:SipXCAPApi XCAP API] - Manage presence policy documents on XCAP servers