Difference between revisions of "Projets-2016-2017-VideoConference"

From air
Jump to navigation Jump to search
Line 17: Line 17:
   
 
=week2:=
 
=week2:=
we did the UML of our project.
+
*we did the UML of our project.
we checked zhao zilong's github in which we found his and hammouti's code.
+
*we checked zhao zilong's github in which we found his and hammouti's code.
we Started to look through their code.
+
*we Started to look through their code.
we decided on who will watch tutorials about java script (alice) and who will take care of the webRTC's tutorials (douria)
+
*we decided on who will watch tutorials about java script (alice) and who will take care of the webRTC's tutorials (douria)
   
 
=week3:=
 
=week3:=

Revision as of 16:15, 6 March 2017

Team

ZENNOUCHE Douria RIVOAL Alice

Teacher: DONSEZ Didier RICM4

Product functions:

Our product is the software that makes the link between the robot and the user (the person wearing the googleVR). this software includes a set of functionalities: First of all it makes the connexion between the phone and the robot (what we call in computer science the client and the server). Then the user can explore the space in which the robot is in by moving his head in whichever direction he wants. this kind of motion will create a request that will be sent to the robot and make the camera move in the same direction as the user’s head.

General constraints:

In order to work correctly, this software have to be run with google Chrome or android because of the technologies that it uses such as webRTC that is not compatible with any other technologies aside from these two.

week1:

We chose our project and got the needed material from fablab ( cameras and the googleVR).

week2:

  • we did the UML of our project.
  • we checked zhao zilong's github in which we found his and hammouti's code.
  • we Started to look through their code.
  • we decided on who will watch tutorials about java script (alice) and who will take care of the webRTC's tutorials (douria)

week3:

we carried on with last year student's project. watched tutorials about web technologies and java script.

Week4

met with zilong zhao and guillaume hammouti the ones who did the same project last year, They helped us run their code.

Week5

added a code that allows the program to run on our mobile phone.

Week6

tried to simplify our architecture and use only one computer to run the client and server on the same computer. We sson realised that with http we won't be able to achieve our goal because of security matters => searching how to convert http to https.

Week7

we went to fablab to get our material's scheme in order to print it out again. and also get some advise and help for the https conversion