| 22 | | * Developers: |
|---|
| | 22 | * Developers: Matveev Aleksandr |
|---|
| | 23 | * Remote repositories |
|---|
| | 24 | * [https://github.com/Dueto/DataCacher-on-WebSocketsmch DataCacher on websockets with binary data] |
|---|
| | 25 | * [https://github.com/Dueto/DataCacher-on-ADEIAPImch DataCacher on existing ADEI services] |
|---|
| | 26 | * [https://github.com/Dueto/ADEIWS ADEI with websockets on php with binary data] |
|---|
| | 27 | * [https://github.com/Dueto/GraphHighcharts/tree/master/public_html Graph rendering repository, using dataCacher on http get] |
|---|
| | 28 | * Graph rendering repository, using dataCacher on websockets with binary data |
|---|
| | 29 | * [https://github.com/Dueto/FirefoxAddon Working addon on Firefox for websql] |
|---|
| | 30 | * Demo sites |
|---|
| | 31 | ==== Main issues ==== |
|---|
| | 32 | * The lack of cache levels in database - result is medium performance |
|---|
| | 33 | * Performance on firefox is very low, because of missing background caching |
|---|
| | 34 | * Frequent requests to the ADEI services for getting datalevels and table name decrease the performance on very low level |
|---|
| | 35 | * Unkown count of data groups |
|---|
| | 36 | ==== Tasks ==== |
|---|
| | 37 | * Develop websockets on C with binary data |
|---|
| | 38 | * Compare websockets on php and on c |
|---|
| | 39 | * Add service to ADEI for getting all existing datagroups, as result getting all configuration information about each one. |
|---|
| | 40 | * Required configuration changes |
|---|
| | 41 | * Add more cache levels in database |
|---|