README 1.8 KB
Newer Older
Pekka Pessi's avatar
Pekka Pessi committed
===============================================================
README / Sofia-SIP - RFC3261 compliant SIP User-Agent library
Pekka Pessi's avatar
Pekka Pessi committed
===============================================================

Introduction
------------

Pekka Pessi's avatar
Pekka Pessi committed
Sofia-SIP is an open-source SIP  User-Agent library, compliant 
with the IETF RFC3261 specification. It can be used as 
a building block for SIP client software for uses such as VoIP, 
IM, and many other real-time and person-to-person communication 
services. The primary target platform for Sofia-SIP is 
GNU/Linux. Sofia-SIP is based on a SIP stack developed at 
the Nokia Research Center. Sofia-SIP is licensed under the LGPL.
Pekka Pessi's avatar
Pekka Pessi committed


Quick start
-----------

Sofia-SIP uses the GNU autotools, so building procedure
is the usual:

sh> ./autogen.sh (if building from CVS)
sh> ./configure
sh> make
sh> make install

See also 'docs/devel_platform_notes.txt' for notes on compiling
Sofia-SIP in different environments.

Pekka Pessi's avatar
Pekka Pessi committed
See the "options-client-example" module in Sofia-SIP CVS-tree
for an example of a small app that is utilizing Sofia-SIP,
and specifically the libsofia-sip-ua library component.

There are also multiple example clients under
the "sofia-sip/utils" directory:

- sip-options, query using SIP OPTIONS method
Pekka Pessi's avatar
Pekka Pessi committed
- sip-date, SIP date printer/parser
Pekka Pessi's avatar
Pekka Pessi committed

The Sofia-SIP su submodule also provides some small utils:

- addrinfo (libsofia-sip-ua/su), resolve host names 
- localinfo (libsofia-sip-ua/su), prints information about
  local network interfaces 

Pekka Pessi's avatar
Pekka Pessi committed

References
----------

Project website:
- http://sofia-sip.sourceforge.net
- http://www.sourceforge.net/projects/sofia-sip
Pekka Pessi's avatar
Pekka Pessi committed

Mailing list:
- http://sourceforge.net/mail/?group_id=143636
Pekka Pessi's avatar
Pekka Pessi committed

Version control repositories:
- see the project website (link above)
Pekka Pessi's avatar
Pekka Pessi committed

Licensing
---------

Sofia-SIP is licensed under terms of the GNU LGPL.
See the file "COPYING" for more infromation.