You have just entered room "Chat 4476238783462727363."
Eceguru has entered the room.
gorclon1 has entered the room.
gorclon1: evening
Eceguru: hi
salcs329 has entered the room.
starkiller76 has entered the room.
x V DoGG x: hmmm
x V DoGG x: is it just us?
starkiller76: yup
x V DoGG x: dave - i got your messages, but i have been swamped today
x V DoGG x: so i didn't get a chance to call you back
starkiller76: I know how it goes
x V DoGG x: worry
x V DoGG x: sorry
starkiller76: no prob
starkiller76: we can talk later
x V DoGG x: k
x V DoGG x: i am tempted to wait another minute
Eceguru: ok
x V DoGG x: we can start throwing up agenda items
starkiller76: Isaac and I made some good progress with search
Eceguru: we can wait to 5 after
x V DoGG x: 1) Test cases from hw3.....
x V DoGG x: 2) Search code
x V DoGG x: 3) Download code
salcs329: 4)ConfigInfo Code
x V DoGG x: 0) exam
x V DoGG x: how did the exam go for everyone?
starkiller76: pretty tuff
starkiller76: just long
gorclon1: lots of fun esp number 10
x V DoGG x: yeah, really long (pressed for time kinda)
x V DoGG x: was that the code one?
gorclon1: yeah
x V DoGG x: i used it to my advantage
x V DoGG x: i didn't know what that symbol meant anyways
x V DoGG x: :-)
x V DoGG x: k, the time stamp says 9:05pm
x V DoGG x: #1) test cases
gorclon1: bad thing is, the on campus students were probably told to skip number 10 while we sat and
wasted time reading it
Eceguru: yeah
x V DoGG x: how many of you did test cases that will run on our code (no dreamy test cases)....
starkiller76: Isaac and I did
gorclon1: michale did and I
x V DoGG x: kabe & vivek 50/50
Eceguru: though couldn't get system test to work
x V DoGG x: so perhaps we should post the tests
starkiller76: ok
x V DoGG x: in a "test" module on cvs under our current edu/.../.../../tests
x V DoGG x: everyone can drop the file into that directory
x V DoGG x: how does that sound?
x V DoGG x: that way we can get a feel for what other tests need to be written
salcs329: Did you guys see my email regarding unit test?
Eceguru: sounds good
starkiller76: yes
x V DoGG x: who has the "test" guy on our team
x V DoGG x: the role that is assiocated with testing
Eceguru: i think that's me
se2srini has entered the room.
x V DoGG x: isaac - do you want to look through the tests once they are up
Eceguru: sure
x V DoGG x: and start writing up a short doc on what tests we should write
x V DoGG x: to cover the rest of the code
Eceguru: i'll try to combine them into one big test suite
gorclon1: did we all use junit?
Eceguru: ok, i'll examine the coverage so for
starkiller76: I think
se2srini: sorry guys looks like I'm late, I'm waiting for the chat invitation but didn't notice that I'm not
connected
x V DoGG x: that way we can split up the tests that need to be written and start writing them
salcs329: yes.. Junit for our tests too (sal and srini)
x V DoGG x: junit for kabe & vivek
Eceguru: same for us
starkiller76: good
gorclon1: here too good
x V DoGG x: ok
x V DoGG x: can everyone please post their test code by monday
x V DoGG x: so we can publicly humilate those who didn't?
x V DoGG x: then isaac can have a list for us the following week
x V DoGG x: if that is cool?
gorclon1: is everybody going to be around next week (spring break)
starkiller76: I will be out of town
Eceguru: nope
x V DoGG x: yeah
Eceguru: i'll be drinking and checking out the on-campus students
x V DoGG x: ok....
Eceguru: :-)
se2srini: I may not be
gorclon1: Im heading out
salcs329: i will be at girls gone wild shoot..
gorclon1: ahhh
x V DoGG x: kabe called and said that he is having computer probs
x V DoGG x: hmmmm
Eceguru: ok
Eceguru: you can fill him in
starkiller76: lets move on to search
x V DoGG x: isaac - would it be better for you to have the list of tests ready the week after spring
break?
x V DoGG x: or should we bump up everyone's deadline to friday
x V DoGG x: and you can have the weekend...
x V DoGG x: ?
Eceguru: let's move it up
Eceguru: i'll be leaving on sunday
x V DoGG x: ok,
Eceguru: i should have it all together by the following monday meeting after break
x V DoGG x: ok
x V DoGG x: so everyone should make sure their tests are posted by this friday
x V DoGG x: #2) Search
Eceguru: i'm defining the message passing structure between nodes
starkiller76: I have code that serializes an object(musicProfile)
Eceguru: will have it sent out tonight
starkiller76: and deserializes it on the receiving peer
Eceguru: this structure is generic and will be used for all the message types
Eceguru: oh, you go first dave
starkiller76: no prob
starkiller76: I still need to run some tests
starkiller76: to make sure it is working properly
starkiller76: so search would pass an object, and return an object
x V DoGG x: ok
x V DoGG x: cool
x V DoGG x: so its coming along without any siginificant issues?
starkiller76: Isaac's message handler will handle the specifics
starkiller76: there is one
Eceguru: well, we decided to focus on 1-to-1 communication
starkiller76: ok
starkiller76: we are having trouble propagating the search request to a number of peers
Eceguru: we're having some problems establishing the pipes
starkiller76: one answers and binds the socket
Eceguru: between many peers
x V DoGG x: does the use case specify that it has to go 1:many
starkiller76: no
Eceguru: our goal is to get the framework in place
x V DoGG x: then should we worry about it?
x V DoGG x: ok
starkiller76: we can always write it up as a bug
starkiller76: :-)
Eceguru: well, we should eventually, but we need to make progress to get the other use cases going
x V DoGG x: i guess this doesn't really stop search from continuing on, once you post the message
structure
x V DoGG x: we can assume we get back a music profile
x V DoGG x: and download it appropriately using the message structure and the socket binding you
guys utilize
x V DoGG x: right?
starkiller76: exactly
starkiller76: can pass a file the same way as an object
Eceguru: yeah
Eceguru: we'll have a generic message type
Eceguru: that we can cast to different types based on type field
Eceguru: it'll be more clear once i send out the code to everyone
x V DoGG x: ok
x V DoGG x: cool
x V DoGG x: is that i?
x V DoGG x: is that it?
starkiller76: I think so
starkiller76: I will have code posted this weak for search
x V DoGG x: #3) Download - we will begin working as soon as we get info from dave & isaac
se2srini: ok
starkiller76: you guys can use the socket structure for download
x V DoGG x: we can we look at the sample code you guys use in search to setup pipes and such
x V DoGG x: first we=when
Eceguru: hold on
Eceguru: i'm back
x V DoGG x: ok
x V DoGG x: any word on my question?
Eceguru: i think i missed your question?
x V DoGG x: when can we look at the sample code you guys use in search to setup pipes and such for
download?
starkiller76: I can email you the sample code
starkiller76: right now
Eceguru: and i'll send the message stucture to differentiate messages
x V DoGG x: isaac, when?
Eceguru: later tonight
x V DoGG x: jsut so that download team can set a meeting time
x V DoGG x: ok
x V DoGG x: cool
Eceguru: its a work in progress
x V DoGG x: sure
Eceguru: don't have meeting tonight
x V DoGG x: understand
x V DoGG x: ok
x V DoGG x: #4) config info
salcs329: I am planning on saving config info as an xml file
salcs329: the name of the file will be linux-wifi.cfg
salcs329: Since we have a couple of vectors.. using xml nodelist will work well
salcs329: and it is extensible if we add more options later
salcs329: is it okay with everyone
x V DoGG x: cool
salcs329: that was easy..
salcs329: I will continue to work on it this week
kabev1 has entered the room.
se2srini: vivek, when do you want to meet regarding the download?
x V DoGG x: how about wed 9pm?
x V DoGG x: kabe?
x V DoGG x: everyone else - i guess we are done
se2srini: ok
x V DoGG x: i will post the log
kabev1: yeah
Eceguru: bye
starkiller76: bye]
salcs329: good nite
gorclon1: night
Eceguru has left the room.
gorclon1 has left the room.
salcs329 has left the room.
x V DoGG x: does wed 8pm work for you?
se2srini: that might be little early. when you get the search code, please try to send a copy
starkiller76 has left the room.
se2srini: send me a copy
kabev1: yeah, prob, for a short time
se2srini: how long do you expect the meeting will last
kabev1: I'm leaving for Vegas on Thur morning, so I'll prob be busy
x V DoGG x: ok
x V DoGG x: is another day better?
x V DoGG x: tues or wed?
kabev1: All are bad!!! :-)
x V DoGG x: ok
x V DoGG x: lets just plan for wed
se2srini: ok. looks like this might be a short one...lets plan for 8PM Wed :-)
kabev1: But, choose one, and we'll see what happens
x V DoGG x: ok
x V DoGG x: cool
x V DoGG x: c ya then...
x V DoGG x: kabe - how long are you gone?
se2srini: ok. good night.
kabev1: did I miss anything?
kabev1: Mon morning
x V DoGG x: i will post the log
x V DoGG x: but
se2srini: 8PM Wed Kabe is that alright?
x V DoGG x: search guys have it down
x V DoGG x: will send out code today
kabev1: Should be
x V DoGG x: for download guys to use
kabev1: it's working?
x V DoGG x: not totally
x V DoGG x: but they are working out the issues, those shouldn't hold up everyone else
x V DoGG x: so its ok
kabev1: good deal,
se2srini has left the room.
kabev1: alright c-ya
x V DoGG x: laters