Tapioca

Differences between revisions 1 and 2
Revision 1 as of 2006-03-22 20:18:50
Size: 1966
Editor: 200
Comment:
Revision 2 as of 2006-03-22 20:19:56
Size: 1968
Editor: 200
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
  'This Guide is inspired by Tapioca Documentation. Links ahead.'   ''This Guide is inspired by Tapioca Documentation. Links ahead.''

What is Tapioca

  • This Guide is inspired by Tapioca Documentation. Links ahead. Tapioca is a framework for Voice over IP (VoIP) and Instant Messaging (IM). Its main goal is to provide an easy way for developing and using VoIP and IM services in any kind of application. It was designed to be cross-platform, lightweight, thread-safe, having mobile devices and applications in mind.

Tapioca's main goals are:

  • Create a solution that integrates all components used by VoIP and IM applications in a single, reliable and easy to use framework, which is able to work on different platforms.
  • Spare resources, providing central services for multiple applications. Eg.: The control of all incoming and outgoing SIP requests are managed by the SIP service, avoiding the creation of one SIP stack and allocation of a network port for each SIP-based application.
  • Reduce the overhead of control layers and library dependencies.
  • Tapioca has NAT Transversal, Python Bindings and full interoperability with GoogleTalk since version 0.3.0

Installing Tapioca on Ubuntu 5.10 Breezy Badger

  • Add the following lines to your /etc/apt/sources.list:

      deb http://extindt01.indt.org/tapioca/apt breezy main
    And then run the following commands to install:
      sudo apt-get update
      sudo apt-get install tapiocaui0.3

Running Tapioca

  • Launch Tapioca from Applications->Internet menu or run tapiocaui from command line.

CategoryDocumentation CategoryCleanup

Tapioca (last edited 2008-08-06 16:15:00 by localhost)