Saturday, 4 June 2011

About Me :)


Hello, all...

I am Tushar Mehta. I am from Gujarat, India. Currently, I am doing my M.Tech in International Institute of Information Technology, Bangalore.(IIITB)

I have done my undergraduate in computer science(CS) and thereafter I joined a company called eInfochips as an Embedded Engineer. This place was the point where It took me to the open source world :) I started working with Linux kernel and started to understand how this world is very different and good also :D...After that, I decided to for higher study and thought of giving myself some more time in the area I would like to work in future... of course in open source ;)

I joined IIITB and now I am doing more open source activity :)...and that's why life is good...!!!
Recently, one KDE conference was held in Bangalore only and I got a chance to attend it. There I met few developers(one of them was Volker :)...) My experience was good and response was KDE team were very helpful and encouraging :)

After that, I was planning to get engaged myself in contributing to KDE and so I took part in GSoC-2011. I did not get selected for this competition but got a chance to work with the KDE family in Season of KDE 2011. Thanks to Lydia, Lukas and all the KDE team members :)

Currently, I am getting help from the mailing list, my mentor and Lydia while doing work on the project and I must say even a person who does not know anything about open source, will not feel uncomfortable while working with the KDE team :)...People are very helpful, active and supportive.

I started writing blog because of KDE only :) Change is Good...:)

I will keep updating this but, for now, this much good :)

Rate Control on KIO slave protocols

Hello all...:)

This project deals with studying existing KIO system and implement a way to have a rate control in KIO Slave protocols.

This feature was requested from developers. Following are the links(KDE Bug tracking system) where it was proposed first time.

https://bugs.kde.org/show_bug.cgi?id=87600
https://bugs.kde.org/show_bug.cgi?id=210694

The main idea is to update the kdelibs, which is the core library of KDE, used by almost all the applications. kdelibs is responsible for creating kio slaves for the application which is requesting file(data) transfer over different protocols(http, ftp and others). Current kio system transfers data at full speed.

Currently I am working under Lukas Applhans who the core developer of KGet application which is a download manager for KDE.

A download manager should have the facility to control the bandwidth for each transfer happening over network. This will increase the response of the network and we can prioritize downloads in KGet.

This project will add bandwidth throttling in KGet.

I have done many projects for open source and mostly worked on projects related to system programming like writing device drivers. But this time working on KDE platform is all different experience. :)

Currently I am clearing basic concept like how QT is used for KDE application. I am going through the KGet application flow and understanding how it using KIO.

We still need to look out what are the different alternative is available to make this task successful. I am understanding how KIO protocols are used by application.

Goal of the project:
To have a rate control over http/ftp transfer in KGet. :)

I will keep updating this blog as I am getting more clarity about KIO and its internals.