April 19, 2006
Summer of Telepathy
I put a few ideas on the wiki page for some Summer of Code projects based on getting the Telepathy Framework used on the GNOME desktop. We’ve hacked out a spec for doing most IM & VOIP stuff via D-Bus so that you can add whatever functionality you want into any program like Nautilus, Evolution, Gossip, etc, and share the use of your server connections from wherever in the desktop makes the most sense. We’ve been working hard on our flagship XMPP backend implementation, telepathy-gabble, and Raphaël Slinckx & Adam Lofts have been working on some UI implementations in Python and C#, but we need to get some more people looking at different backends and integrating frontend functionality into the desktop. Get those SoC applications going if you think this sounds cool… 🙂
As well as my ideas, I should also mention I’d be happy to mentor for other deserving ideas such as eikke’s CDIS plans, and I’ve also got some ideas about how cross-program (and cross desktop) music databases should be achieved. I’m particularly keen on helping people with D-Bus related projects because I know that not enough people understand how all this stuff works, so I think it’s worth spending a bit of my time to spread the love (and pain) which I’ve learnt working on Telepathy.
5 responses to “Summer of Telepathy”
Leave a Reply
Calendar
M | T | W | T | F | S | S |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Links
Archives
- April 2024
- February 2024
- March 2023
- November 2022
- May 2022
- February 2022
- June 2021
- January 2021
- August 2019
- October 2018
- July 2017
- May 2010
- October 2009
- August 2009
- July 2009
- March 2009
- January 2009
- July 2008
- June 2008
- April 2008
- May 2007
- January 2007
- December 2006
- June 2006
- April 2006
- March 2006
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- May 2005
- April 2005
- March 2005
Sounds nifty, but the name threw my off… telepathy is usually the stuff of scifi shows, meaning “mind reading.” I think you may have meant telephony.
However, I must say that a telepathy framework would be quite sweet 😉
Great and interesting idea.
It struck me some time ago that one major advantage that the open-source desktop has is that it can create standards for desktop interaction (DBUS and friends) and implement them in many apps that *interoperate* rather than compete.
That way, we’ll eventually build interaction that surpasses anything available on proprietary desktops by far. This simple because the proprietary desktop does not foster cooperation…
So keep up the good work!
Where can I find a simple comparison of Sofia-SIP (used by Telepathy, I believe) to Ekiga’s OPAL library?
Murray,
there’s no comprehensive comparison of Sofia-SIP vs OPAL, but take a look at:
http://www.huisetalage.nl/sip/stacks.pdf
Also, see http://sofia-sip.sourceforge.net/refdocs/sofia_sip_conformance.html for a overview of what Sofia-SIP supports.
And note, Telepathy framework does not really depend on Sofia-SIP, or any other SIP stack, but there is a Telepathy connection manager for SIP under development which uses Sofia-SIP. You could of course write another SIP connection manager using OPAL.
How does this Telepathy benefit to a project that tries to add a peer-to-peer voip client to an embedded device (maybe embedded linux based)? Thanks. What’s the minimum HW requirement for Telephay? Thanks.