Difference between revisions of "Google Summer of Code 2011 projects"

From ReactOS Wiki
Jump to: navigation, search
m
(Categories)
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
== TCP/IP Driver Replacement Using lwIP ==
 
== TCP/IP Driver Replacement Using lwIP ==
 
'''Student''' :  Claudiu Mihail
 
'''Student''' :  Claudiu Mihail
 +
 +
'''IRC Nick''':  KlausM
  
 
'''Mentor'''  :  Art Yerkes
 
'''Mentor'''  :  Art Yerkes
 +
 +
'''Branch'''  :  [http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver TcpIpDriver]
  
 
;Project Description
 
;Project Description
Line 12: Line 16:
  
 
'''Mentor'''  :  Ged Murphy
 
'''Mentor'''  :  Ged Murphy
 +
 +
'''Branch'''  :  [http://svn.reactos.org/svn/reactos/branches/GSoC_2011/GdiFontDriver GdiFontDriver]
  
 
;Project Description
 
;Project Description
Line 19: Line 25:
 
== Kernel mode test suite ==
 
== Kernel mode test suite ==
 
'''Student''' :  Thomas Faber
 
'''Student''' :  Thomas Faber
 +
 +
'''IRC Nick''':  ThFabba
  
 
'''Mentor'''  :  Pierre Schweitzer
 
'''Mentor'''  :  Pierre Schweitzer
 +
 +
'''Branch'''  :  [http://svn.reactos.org/svn/reactos/branches/GSoC_2011/KMTestSuite KMTestSuite]
  
 
;Project Description
 
;Project Description
Line 30: Line 40:
  
 
'''Mentor'''  :  Amine Khaldi
 
'''Mentor'''  :  Amine Khaldi
 +
 +
'''Branch'''  :  [http://svn.reactos.org/svn/reactos/branches/GSoC_2011/ThemesSupport ThemesSupport]
  
 
;Project Description
 
;Project Description
Line 37: Line 49:
 
== Shell Support for Explorer ==
 
== Shell Support for Explorer ==
 
'''Student''' :  Andrew Green
 
'''Student''' :  Andrew Green
 +
 +
'''IRC Nick''':  Greeniekin
  
 
'''Mentor'''  :  Aleksey Bragin
 
'''Mentor'''  :  Aleksey Bragin
 +
 +
'''Branch'''  :  [http://svn.reactos.org/svn/reactos/branches/GSoC_2011/NewExplorer NewExplorer]
  
 
;Project Description
 
;Project Description
Line 46: Line 62:
 
== Audio Mixer ==
 
== Audio Mixer ==
 
'''Student''' :  Neeraj Yadav
 
'''Student''' :  Neeraj Yadav
 +
 +
'''IRC Nick''':  neeraj_rct
  
 
'''Mentor'''  :  Johannes Anderwald
 
'''Mentor'''  :  Johannes Anderwald
 +
 +
'''Branch'''  :  [http://svn.reactos.org/svn/reactos/branches/nyadav-audio-branch AUDSRV]
  
 
;Project Description
 
;Project Description
: (Implement support for mixing of audio streams, etc...)
+
: Goal for this project is to develop an Audio Server For ReactOS.Audio Mixer project is a ReactOS service which receives audio streams from different audio player applications, mixes them to a single audio stream and feeds it to Audio Hardware. Status of this Project can be Tracked at [http://www.reactos.org/wiki/User:Nyadav NYADAV]
 +
[[Category:Community]]
 +
[[Category:Google Summer of Code]]

Latest revision as of 07:02, 2 March 2012

TCP/IP Driver Replacement Using lwIP

Student : Claudiu Mihail

IRC Nick: KlausM

Mentor  : Art Yerkes

Branch  : TcpIpDriver

Project Description
(Add a description...)


GDI Font Driver

Student : Timo Kreuzer

Mentor  : Ged Murphy

Branch  : GdiFontDriver

Project Description
(Add a description...)


Kernel mode test suite

Student : Thomas Faber

IRC Nick: ThFabba

Mentor  : Pierre Schweitzer

Branch  : KMTestSuite

Project Description
Goal of the project is to create a conformance and regression test suite for the ReactOS kernel. This will help ensure steady quality in the kernel code, and enable easier comparison with Windows.
The tests should be individually accessible via a command-line interface as found in Wine tests, and should be easy to integrate with Testman. The first step is to design an appropriate testing framework, based on the current kmtests and Wine tests. The second step is then to add as many tests as possible to build a usable basis for future expansion.

Support for Themes

Student : Giannis Adamopoulos

Mentor  : Amine Khaldi

Branch  : ThemesSupport

Project Description
(Add a description...)


Shell Support for Explorer

Student : Andrew Green

IRC Nick: Greeniekin

Mentor  : Aleksey Bragin

Branch  : NewExplorer

Project Description
(Add a description...)


Audio Mixer

Student : Neeraj Yadav

IRC Nick: neeraj_rct

Mentor  : Johannes Anderwald

Branch  : AUDSRV

Project Description
Goal for this project is to develop an Audio Server For ReactOS.Audio Mixer project is a ReactOS service which receives audio streams from different audio player applications, mixes them to a single audio stream and feeds it to Audio Hardware. Status of this Project can be Tracked at NYADAV