= Status Display = * Responsible: chuan * Developers: akorovin * Local repositories * [source:kitcube-status] - KIT Cube Status Display, current focus is HATPRO * Remote repositories * ... Please put links to git repos ... * Dependencies * .... * Demo sites * http://miaopdv.ipe.kit.edu/~chuan/kitcube-status/ * [wiki:devStatus Documentation] = 3D Surface Visualizer = * Responsible: csa * Developers: sogimu * Remote repositories * [https://github.com/KIT-IPE/katrinTankViewer/tree/master Main branch] * [https://github.com/KIT-IPE/katrinTankViewer/tree/develop Develop branch, last changes is here] * Demo sites * [http://ipecluster7/KTV_dev/app/ Demo app that uses code from the develop branch] * [http://ipecluster7/KTV_master/app/ Demo app that uses code from the master branch] * Documentation * [wiki:adei23DSurfaceVisualizerDocumentation Installation] * [http://ipecluster7/KTV_master/doc/ Code documentation for branch master] * Unit-tests * [http://ipecluster7/KTV_master/tests/index.html Tests for no compressed version, branch master] * [http://ipecluster7/KTV_master/tests/indexTestsForCompressedFile.html Tests for compressed version, branch master] * [http://ipecluster7/KTV_develop/tests/index.html Tests for no compressed version, branch develop] * [http://ipecluster7/KTV_develop/tests/indexTestsForCompressedFile.html Tests for compressed version, branch develop] * Issues * The right working time line widget for player * Play and stop buttons * Tips for channels * Optimization speed of processing data * Optimization for model * Accessibility for mobile browsers = ADEI2 Cacher and Renderer = * Responsible: csa * Developers: Matveev Aleksandr * Remote repositories * [https://github.com/Dueto/DataCacher-on-WebSocketsmch DataCacher on websockets with binary data] * [https://github.com/Dueto/DataCacher-on-ADEIAPImch DataCacher on existing ADEI services] * [https://github.com/Dueto/ADEIWS ADEI with websockets on php with binary data] * [https://github.com/Dueto/GraphHighcharts/tree/master/public_html Graph rendering repository, using dataCacher on http get] * [https://github.com/Dueto/Graph-Websockets-C Graph rendering repository, using dataCacher on websockets with binary data] * [https://github.com/Dueto/FirefoxAddon Working addon on Firefox for websql] * Demo sites * [http://ipecluster5.ipe.kit.edu/Graph/Graph/public_html/ Graph on http get] * [http://ipecluster5.ipe.kit.edu/GraphWebSocketsC/ Graph no webspckets] * Main issues * The lack of cache levels in database - result is medium performance * Performance on firefox is very low, because of missing background caching * Frequent requests to the ADEI services for getting datalevels and table name decrease the performance on very low level * Tasks * Develop websockets on C with binary data * Compare websockets on php and on c * Add service to ADEI for getting all existing datagroups, as result getting all configuration information about each one. * Add aggregation of points inside data cacher, to compensate lack of data levels in database. * Required configuration changes * Add more cache levels in database * Install OpenSSL (For Websockets on C) * [wiki:devWebSQL Documentation]