Pick your Look: Standard - Rising Blue - Retro Curves
RajeshGoli.com
- Thoughts on Technology and life...
VTU Projects - Description
This page lists the Projects that have been carried out as per syllabus prescribed by Visveswariah Technological university, VTU for computer science and engineering.
The following projects are available for download:
Programs - VTU Projects (10)
1. Implementation of TCP/IP Stack and HTTP server on 8051 microcontroller
Authors: Rajesh Goli, Harish D, Pavan K Rao
This project is officially called "Integration of a Light Weight TCP/IP Stack with a HTTP server for an 8051 microcontroller used for Remote Data Access". The objective of this project is to design and implement a TCP/IP stack and a HTTP server for an Intel 8051 microcontroller. The requirements of this project being that the micro controller must be able to be accessed through the Internet via HTTP, thus enabling us to monitor the working of the micro controller from a remote location. The project was completed as part of 8th semester B.E. course. This project was completed under the guidance of Dr. R Bhaktavatsalam, SERC, IISc, Bangalore.
View - Download - Executable - Screen Shot
Authors: Rajesh Goli, Harish D
RNF is a download manager. It splits the file to be downloaded into parts and downloads the parts in parallel. It uses the Berkley sockets API to create TCP connections with the server. The program itself is composed of ten worker processes per download and one supervisor process to report status. The lower layer abstractions are encapsulated in objects. Higher level program abstractions make use of these objects. The project was completed as part of 7th semester B.E. course.
View - Download - Executable - Screen Shot
3. Polygon morphing and Quake II Model Animation
Authors: Rajesh Goli, Harish D
The project exploits graphics capabilities provided by the Java language. It has two parts. In the first part, the project demonstrates application of linear interpolation technique to morph between two polygons. The second part demonstrates a practical application of polygon morphing. This is done by animating a set of Quake II models. The linear interpolation algorithm is applied to create smooth transitions between key frames of models. This project was done as part of 7th semester B.E. course.
View - Download - Executable - Screen Shot
4. E-Auction
Authors: Rajesh Goli, Harish D
E-Auction is a dynamic database driven site. It is an auction site, where users can put items for sell, buy items, manipulate items they have put on sale etc. It consists of dynamic pages written in perl (using Common Gateway Interface). It has some rudimentary session management features. The project was completed as part of 7th Semester B.E. course.
View - Download - Executable - Screen Shot
5. Face Recognition using Neural Networks
Authors: Rajesh Goli, Harish D, Sandeep Hebbar
This was a project is a part of a Biometric security system. It can be given a face in real time and it tries to match the given face to a face in the database. It was done in a 3 people team of which I was a member. It used neural networks for the pattern matching. It used Win32 API to create frontend, TWAIN framework to aquire images from a digital camera. It was coded completely in C++. You can download the windows installer of the project sans the source code. The installer is 3.77MB.
View - Download - Executable - Screen Shot
6. R H Factor
Authors: Rajesh Goli, Harish D
This is a Graphics editor ( A MS Paint clone ) for DOS. It was designed as per syllabus prescribed by VTU for completion of VI Sem. It is completely coded in C++ with elegant Object Oriented Design. It has the following features. It was made to resemble MS Paint bundled with Windows XP :
The project requires fastgraph graphics library. It can be downloaded from www.fastgraph.com. It is extremely powerful library and allows 256 color mode in DOS. It is far more versatile than TC++ Standard BGI interface.
View - Download - Executable - Screen Shot
7. Phaser
Authors: Rajesh Goli
This is a light weight ncurses based text editor. Phaser was coded and tested almost exclusively on Linux. Though the backend and Interface layers were tesed and worked fine under Visual C++ ( Windows ) system , the frontend which heavily depends on curses is non-portable. It was designed as per syllabus prescribed by VTU for completion of V Sem. Though curses is basically a C style library, phaser is almost completely coded in C++ with elegant Object Oriented Design. It has the following features :
There is a standard MakeFile in the distribution , so you can use make i.e, change to the directory containing phaser source files and type in "make" in the command prompt. There is also a shell script ( not exactly ) that compiles the editor in one go and prints out time statistics , you can execute it as "./comp" make sure you chmod it to executable though.
The editor uses Standard Template Library, PThread library, Curses,Panel and Menu libraries.
All of the Backend ( Conatiner.cpp , Container.h , Container2.cpp , Container2.h ) and all of Interface layer ( Formatter.cpp , Formatter.h ) have elegant object oriented design , Most parts of the my frontend also follow object oriented design except for openfile.cpp and parts of my front end that use this part. This was because of lack of time, I could not complete my design in time for these files.
There is one important thing that most programs overlook - crash recovery system . Phaser provides "exitedit.cpp" as part of standard distribution which comes to your aid , should the editor crash. It safely brings back the shell to the point it was before the editor started . That is very important since most editors work in "no-echo" mode.
View - Download - Executable - Screen Shot
8. Holographic Data Storage Systems
Authors: Rajesh Goli
This download contains slides that I used to present Holographic data storage. It was done as part of 4th semester.
Holography is an optical method of storing very large amounts of data in relatively small areas by writing the data in pages, as three-dimensional holograms on a photosensitive crystal or polymer medium.
View - Download - Executable - Screen Shot
9. Banna
Authors: Rajashekhar M A, Pavan V A
Banna is a user-friendly 2D graphics editor. It provides most of the features of a 2D graphics editor. It is written in C++ and it has been designed using generic Object Orient Programming methods. Though much of the code is specifically meant for the graphic editor application some useful programming idioms have been used to help software reuse.
Tips on how to compile the code :
View - Download - Executable - Screen Shot
Authors: Harish D
This is a light weight ncurses based text editor. It was designed as per syllabus prescribed by VTU for completion of V Sem. It has the following features :
This editor is elegant in the its number of lines to features ratio. If you take the genral accepted notion of computer science that number of lines of code is directly proportional to the number of bugs in the project, then you can easily see that this project has very few bugs. At the same time it has all the features you would want in a editor. But beware of the single letter variable names that litter the code ;-), typical Harish style.
View - Download - Executable - Screen Shot
Articles
Portfolio
Styles
Support this site!