meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
qt2010:grp2:start [2010/12/08 22:29]
grp2
qt2010:grp2:start [2010/12/09 00:52] (current)
grp2
Line 28: Line 28:
  
 ===== Screen shots ===== ===== Screen shots =====
 +{{:qt2010:grp2:screenshot_pic2.jpg|}}
 +
 ===== Project Artefacts ===== ===== Project Artefacts =====
 ==== Presentation slides ==== ==== Presentation slides ====
Line 39: Line 41:
  
 ==== Report document ==== ==== Report document ====
 +{{:qt2010:grp2:travelcamreport.pdf|}}
  
 ==== Source Package ==== ==== Source Package ====
 +{{:qt2010:grp2:clientbackend.zip|}}
  
 === How to run software === === How to run software ===
 +The package was zipped in windows environment. After unpacking it, the project can be opened using 'Qt Creator' and built and executed using the UI.
 +
 +Most of the settings are hard-coded so the 'serverAddress' and 'localHomeDir' variables should be initialized accordingly in the constructor of the 'FileManager' class. e.g. If a local ftp server is used for testing; you should use:
 +
 +serverAddress= "127.0.0.1";
 +instead of...
 +serverAddress= "ftp.saimaa.1g.fi";
 +
 +The given server should still be running, but since it is a valid server, the username and password which were hard-coded in the FileManager are now removed. You can contact group members personally if you need to test with this server.
 +
 +The home directory for the pictures is currently "C:\\Workspace\\TCam\\myImages\\". So the images to be uploaded must be  placed at that path. Though the 'localHomeDir' variable can also be changed. 
 +
 +'imageData.xml' (provided in the files folder in the package) should also be present in the debug/release folder while running the software.
  
 ===== Conclusion ===== ===== Conclusion =====
 It was great to work as a team and try to learn something new. The theme was good to provide some solution about the uploading of images as they are snapped and after working in the QT environment we found it quite exciting to fulfill the requirements. It was great to work as a team and try to learn something new. The theme was good to provide some solution about the uploading of images as they are snapped and after working in the QT environment we found it quite exciting to fulfill the requirements.