= Status Display = * Responsible: chuan * Developers: Aleksander Korovin (akorovin) * Local repositories * [source:kitcube-status] - KIT Cube Status Display, current focus is HATPRO * Dependencies * No dependencies for the user * Demo sites * Demo for Katrin status display at http://miaopdv.ipe.kit.edu/display2 * and http://miaopdv.ipe.kit.edu/display2_black * http://miaopdv.ipe.kit.edu/~chuan/kitcube-status/ * [http://ipetd1.ipe.kit.edu:8000/ Choice page] * [http://ipetd1.ipe.kit.edu:8000/katrin/ Katrin layout] * [http://ipetd1.ipe.kit.edu:8000/editor/ Editor] * Remote repositories (GUI Status Display) * [https://github.com/KIT-IPE/Kitcube-Status/tree/develop Develop branch for Kitcube Status] * [https://github.com/KIT-IPE/Kitcube-Status/tree/experiment Experiment with Gridster library] * [https://github.com/KIT-IPE/Kitcube-Status/tree/master Master branch] * Issues * Empty spaces between the board and screen * Need to implement * Kitcube layout * Documentation * [http://kit-ipe.github.io/Kitcube-Status/index.html Project 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] * Installation * [wiki:adei23DSurfaceVisualizerDocumentation Installation] * 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 * [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 data processing * 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://katrin.kit.edu/~amatveev/ ADEI - real data] * [http://ipecluster5.ipe.kit.edu/ADEIRelease/adei/ ADEI developing] * Main issues * Requesting real data on null cache level is very slow * The lack of cache levels in database - result is medium performance * Tasks * Integrate in current ADEI System * Required configuration changes * Add more cache levels in database * The mostly important thing is to add aggregation between seconds and microseconds! The difference is about 10^6 ... * Install [https://github.com/krakjoe/pthreads pthrads] in php * [wiki:devWebSQL Documentation]