~ubuntu-branches/debian/squeeze/libnice/squeeze

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2009-01-04 17:45:34 UTC
  • Revision ID: james.westby@ubuntu.com-20090104174534-dh5u1pfonumqa99c
Tags: upstream-0.0.4
ImportĀ upstreamĀ versionĀ 0.0.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
Nice: GLib ICE library
 
3
======================
 
4
 
 
5
Copyright
 
6
---------
 
7
 
 
8
 (C) 2006, 2007 Collabora Ltd.
 
9
 (C) 2006, 2007 Nokia Corporation
 
10
 
 
11
License
 
12
-------
 
13
 
 
14
See the file COPYING.
 
15
 
 
16
Requirements
 
17
------------
 
18
 
 
19
 glib >= 2.10
 
20
 pkg-config
 
21
 
 
22
Limitations
 
23
-----------
 
24
 
 
25
 - only implements ICE Lite
 
26
 - no support for RTCP
 
27
 - no support for IPv6
 
28
 
 
29
Structure
 
30
---------
 
31
 
 
32
 docs/    - design documentation
 
33
 address/ - IP address convenience library
 
34
 local/   - local address gathering code
 
35
 random/  - random number generation
 
36
 stun/    - STUN implementation
 
37
 udp/     - UDP abstraction layer
 
38
 agent/   - ICE agent
 
39
 nice/    - libnice
 
40
 
 
41
Relevant standards
 
42
------------------
 
43
 
 
44
These standards are relevant to nice's current implementation.
 
45
 
 
46
ICE draft 15
 
47
  http://tools.ietf.org/wg/mmusic/draft-ietf-mmusic-ice/
 
48
STUN
 
49
  http://tools.ietf.org/html/rfc3489
 
50
  http://tools.ietf.org/html/rfc5389
 
51
TURN 
 
52
  http://tools.ietf.org/wg/behave/draft-ietf-behave-turn/
 
53
RTP
 
54
  http://tools.ietf.org/html/rfc3550
 
55
XMPP Jingle ICE transport
 
56
  http://www.xmpp.org/extensions/xep-0176.html
 
57
 
 
58
In future, nice may additionally support the following standards.
 
59
 
 
60
TURN
 
61
  http://tools.ietf.org/html/draft-ietf-behave-turn-02
 
62
NAT-PMP
 
63
  http://files.dns-sd.org/draft-cheshire-nat-pmp.txt
 
64
UPnP IGD
 
65
  http://www.upnp.org/standardizeddcps/igd.asp
 
66