Editing User:Popescu.andrei1991

From BRL-CAD

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
 
==Personal Info==
 
==Personal Info==
Hello, my name is Andrei - Constantin Popescu, I'm a computer science student about to graduate.
+
Hello, my name is Andrei - Constantin Popescu, I usually go by Andrei. I am a second year undergraduate at Polytechnic University of Bucharest,studying at the
 +
computer science department.
  
 
==Contact==  
 
==Contact==  
Line 6: Line 7:
 
The quickest way to reach me on e-mail is the address:
 
The quickest way to reach me on e-mail is the address:
 
popescu.andrei1991@gmail.com - I read  emails on this several times a day.
 
popescu.andrei1991@gmail.com - I read  emails on this several times a day.
My github account is : https://github.com/pandrei
+
My github account is : https://github.com/pandrei  
  
 +
I will use this page to keep track of my progress on a daily basis.
  
As I have had the priviledge of being selected twice for Google Summer of Code, here are the two separate development logs,one for each year.
+
==Project Summary==
 +
Firstly, here can be found my official proposal.
 +
https://google-melange.appspot.com/gsoc/proposal/review/google/gsoc2012/popescuandrei/4002
  
[http://brlcad.org/wiki/User:Popescu.andrei1991/devlogs2012 Google Summer of Code 2012]
+
The purpose of a package managing library ( or tool) is to pass around packages
 +
containing data from brlcad tools. The packages are sent via TCP and as a result
 +
are using TCP header.
 +
TCP -- http://en.wikipedia.org/wiki/Transmission_Control_Protocol
  
[http://brlcad.org/wiki/User:Popescu.andrei1991/proposal2014 Google Summer of Code 2014 proposal]
+
My current knowledge is that the TCP Payload[1] has a size of 64kb, at least
 +
in the linux kernel. There has been a reported incident where libpkg fails to send 24k+ packages.
 +
[1] Payload - TCP field containinig effective data (user data, for example).
  
[http://brlcad.org/wiki/User:Popescu.andrei1991/devlogs2014 Google Summer of Code 2014]
+
I believe this is the reported incident : http://permalink.gmane.org/gmane.comp.cad.brlcad.devel/959.
 +
 
 +
Tpkg will be used for testing the package issue.
 +
I am currently researching dstat and ifstat, found via
 +
apt-cache search ifstat
 +
dstat - versatile resource statistics tool
 +
ifstat - InterFace STATistics Monitoring
 +
 
 +
The curent state of brlcad libpkg is a basic client-server protocol.
 +
 
 +
==GsoC 2012 progress==
 +
 
 +
So far I have managed to compile and install brl-cad on a 32-bit Archlinux.
 +
I am focusing on the tpkg command to see what exactly happens and properly submitting the global removal patch.
 +
 
 +
== Daily development log ==
 +
21th May - 8th of June -  exams period, minor work on tpkg patch and on the
 +
red - black tree test unit.
 +
 
 +
9th June - working on obtaining commit access asap. Currently developing the
 +
performance shell script.
 +
 
 +
10-11th June - not much work , documenting regarding bash programming.
 +
 
 +
12-13th June -finishing the shell script, applying feedback given by Erik on the tpkg parameter patch.
 +
 
 +
14th June - submitting the final version of the shell script.
 +
 
 +
15-17th of June - learning K&R indentation, learning about POSIX. Finishing the tpkg script and the tpkg.c modifications.
 +
 
 +
18th of June - unsuccesful attempts to sync the server and client ( To start the client only after server started) using signal handling, docummenting about signal handling
 +
 
 +
19th of June - unsuccesful attempts to achieve the above by using inter-process communications, understanding thread concepts, docummenting about the basics of fork() , pthreads_
 +
 
 +
20th of June - sync the server with the client by using a loop to detect a key string (while "Server_ready" isn't found in the log_file the client does not start. Having issues with redirecting output from a background process
 +
 
 +
21th of June - finished tpkg script for localhost ( both client and server are on the same machine), developing the remote one. (Using two different machines)

Please note that all contributions to BRL-CAD may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see BRL-CAD:Copyrights for details). Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)