Development/Architecture/KDE4/Decibel (es): Difference between revisions

From KDE TechBase
(New page: '''Decibel''' Communication, as a fundamental part of your daily work and private life, should be integrated into your desktop environment. This integration should transparently handle al...)
 
No edit summary
Line 1: Line 1:
'''Decibel'''
'''Decibel'''
La comunicación, como parte fundamental de tu trabajo diario y de tu vida privada, debería estar integrado en tu entorno de escritorio. Esta integración debería manejar de forma transparente todos los diferentes protocolos para charlar, hablar o realizar videoconferencias con tus amigos y colaboradores.


Communication, as a fundamental part of your daily work and private life, should be integrated into your desktop environment. This integration should transparently handle all the different protocols available to chat, speak or video-conference with your friends and coworkers.
Decibel quiere proporcionar tal marco para la comunicación en tiempo real. Esto significa la integración de los servicios tradicionales de teléfono con VoIP y mensajeria instantanea. Mediante un componente basado en la arquitectura de servicio, Decibel permite a los desarrolladores la facilidad de que sus aplicaciones ofrezcan comunicaciones avanzadas y funcionalidades colaborativas, las cuales permitirán al usuario integrar esta tecnologia en sus procesos.


Decibel wants to provide such a framework for real-time communication. It is meant to integrate traditional phone services with VoIP and instant messaging. By providing a component based service architecture, Decibel is meant to make it easy for developers to have their applications offer advanced communication and collaboration features which will allow the user to integrate this technology into their workflows.
Algunas caracteristicas:
 
Some features:
* Uses Tapioca -library to implement Telepathy secification
* Uses Tapioca -library to implement Telepathy secification
* Decibel daemon, formerly known as "Houston"
* Decibel daemon, formerly known as "Houston"
* pure Qt4 code, independent of other KDE libs.
* pure Qt4 code, independent of other KDE libs.


===Further reading===
===Lectura avanzada===
* [http://decibel.kde.org/index.php Decibel homepage]
* [http://decibel.kde.org/index.php Decibel homepage]
* [http://telepathy.freedesktop.org/wiki/ Telepathy]
* [http://telepathy.freedesktop.org/wiki/ Telepathy]

Revision as of 22:19, 15 September 2008

Decibel La comunicación, como parte fundamental de tu trabajo diario y de tu vida privada, debería estar integrado en tu entorno de escritorio. Esta integración debería manejar de forma transparente todos los diferentes protocolos para charlar, hablar o realizar videoconferencias con tus amigos y colaboradores.

Decibel quiere proporcionar tal marco para la comunicación en tiempo real. Esto significa la integración de los servicios tradicionales de teléfono con VoIP y mensajeria instantanea. Mediante un componente basado en la arquitectura de servicio, Decibel permite a los desarrolladores la facilidad de que sus aplicaciones ofrezcan comunicaciones avanzadas y funcionalidades colaborativas, las cuales permitirán al usuario integrar esta tecnologia en sus procesos.

Algunas caracteristicas:

  • Uses Tapioca -library to implement Telepathy secification
  • Decibel daemon, formerly known as "Houston"
  • pure Qt4 code, independent of other KDE libs.

Lectura avanzada