0.1
This is the External support server for the Android object detection framework. The client and server communicate using unencrypted sockets.
The socket support server is not ready for a production environment until the following features/issues has been added/resolved:
- Encrypt socket communication.
- Add log features.
- Recycle socket to allow for immediate server restart. Crash the server and restart. The socket server is not allowed to restart immediately.
- item Fix the image extractor bug. Ref. to Todo in Related pages for more info
- Stress test system in a realistic environment.
- Define the maximum number of concurrent clients the socket server supports.
- Create make file scripts, removing the dependency to Eclipse.
- Add parameters to detector and operating system wrappers, allowing control of starting and stopping as well as parameters for socket timeout,
server listen port numbers, maximum number of concurrent clients.