mashirui521 / RobotVision

A matlab-based robot controller as well as image processor using android smartphone
0 stars 0 forks source link

[ToDo] Testing connection between server and client before logging in #3

Closed mashirui521 closed 10 years ago

mashirui521 commented 10 years ago

adding new ToDo

mashirui521 commented 10 years ago

A sender for sending the ip address and port information of the client was added in PhoneClient.

mashirui521 commented 10 years ago

Testing connection means the interaction between server and PhoneClient as following:

  1. PhoneClient send his ipaddress and port number to server.
  2. server saves the ipaddres and port number of PhoneClient.
  3. server send PhoneClient a command to allow PhoneClient to log in and start monitor
mashirui521 commented 10 years ago

The client/server coupling was created in JavaServer and PhoneClient. A progressbar is needed when PhoneClient waits for the login-command sent by server.

mashirui521 commented 10 years ago

The coupling of MatlabServer/PhoneClient needs to update. Reference to #5

mashirui521 commented 10 years ago

Coupling of MatlabServer/PhoneClient is up-to-date.