TODO 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. Short Term:
  2. - VNC performance and regression playback suite.
  3. - WebSockets
  4. - expand latency test
  5. - add absolute timers (every 500 packets)
  6. - try 1 ms delay
  7. - stop at 4000 packets
  8. - small and large packets test
  9. - JavaScript
  10. - just base64 decode
  11. - everything except Canvas
  12. - Full test
  13. - Without WebSockets
  14. - With replay from python tester
  15. - add higher-resolution multi test
  16. - websockify test with echo and playback functionality
  17. - choosen by client test page on connect
  18. - Keyboard layout/internationalization support
  19. - convert keyCode into proper charCode
  20. - IE 9 improvements.
  21. - https://github.com/gimite/web-socket-js/issues#issue/41
  22. - try window.atob instead of decode for better performance
  23. - Status bar menu/buttons:
  24. - Explanatory hover text over buttons
  25. - Configuration menu:
  26. - Tunable: speed vs. bandwidth selection
  27. - Tunable: CPU use versus latency.
  28. - Scaling
  29. - Keyboard menu:
  30. - Ctrl Lock, Alt Lock, SysRq Lock
  31. - Highlight menu icon when keys are locked
  32. - Clipboard button -> popup:
  33. - text, clear and send buttons
  34. Medium Term:
  35. - Viewport support
  36. - Touchscreen testing/support.