Changes between Version 2 and Version 3 of GoogleSummerofCode2008


Ignore:
Timestamp:
Feb 28, 2008 9:25:32 PM (16 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GoogleSummerofCode2008

    v2 v3  
    11= Google Summer of Code 2008 = 
    22 
    3 == Ideas == 
     3== Introduction to PJSIP == 
     4 
     5PJSIP provides open source multimedia communication stack based on standard based protocols such as SIP, SDP, RTP, and ICE. PJSIP enables the creation of peer to peer multimedia communication endpoint on many types of platorms (desktops, embedded, and mobile devices). 
     6 
     7== Project Ideas == 
     8 
     9== Open Source SIP User Agent Client on Mobile Devices == 
     10 
     11PJSIP is capable of running on wide range of mobile devices, such as: 
     12 * Symbian mobile phones,  
     13 * Windows Mobile PDAs and smartphones,  
     14 * Linux tablets,  
     15 * Apple iPods,  
     16 * Apple iPhones, and  
     17 * Nintendo DS. 
     18 
     19as well as the usual desktop systems. 
     20 
     21With ICE support in PJSIP, it is possible to create peer to peer multimedia communication client to get around various types of Network Address Translation (NAT) devices, thus it's very interesting to have a standard based SIP client on these mobile devices. 
     22 
     23 
     24== Open Source TURN server == 
     25 
     26Currently there is no open source TURN server available. With TURN being an important part of ICE, and TURN standard is getting matured, it will be beneficial for the VoIP community to have an open source TURN server implementation. PJNATH provides the framework and support for STUNbis and TURN protocol, which can be used as the base library for the TURN server implementation. To make the server more useful, it will be better to provide integration with existing SIP proxy server deployment such as SER or OpenSER (for example, by sharing the credential database between SIP server and TURN server). 
     27 
     28 
     29== Other Ideas == 
    430 
    531 * Python softphone 
    632 * Video support (PC/desktop, mobile/PDA, or both) 
    733 * SOCKS support 
    8  * Symbian SIP client (GUI) 
    9  * Windows Mobile Smartphone SIP client (GUI) 
    10  * Support for RPID (Rich Presence information data format) 
    1134 * MSRP support (Message session relay protocol) 
    1235 * SIP file transfer