Staring and listening

Today was a worse day progress-wise.
I spent the entire morning staring at the server code trying to figure out what to do with the data i received from the recv function. I need to get the data from the char array i receive and somehow interpret it to send a html page back to the client. I’m not sure how i will do this yet, i will either create a html from a string or save a html page as part of the project. But before i can do that i have to find a way to have clients connect to my program using a web browser, for that i need to find out exactly what data is being sent when connecting and what data is sent back to the client. I will try looking at it during the weekend but i’ll probably have to ask for help from a teacher at the beginning of next week.

During the afternoon we had several alumni lectures which were interesting and i got some notes about development process which i might have use for even in the holiday project. It involved some of the things related to SCRUM we have missed in earlier projects such as daily stand ups and looking at your work retrospectively. The lecture also talked about managing your backlog which is something i had going during the summer so that will definitely be considered during this project. A final thing i started thinking of is that using SCRUM might be a bit overkill for this project but on the other hand we were instructed to give a proper planning which could be read after the project have been finished.