Description: CamShare Server is the server-side of a project to preview the captured images by an Android device. The client-side of the project is an Android application called CamShare available in this link at Google Play https://play.google.com/store/apps/details?id=camshare.camshare.myapp. The server runs from the terminal by specifying the IPv4 address and port number at which the server will run. The terminal command CamShareServer allows to enter the IPv4 address and port number as arguments. For example, CamShareServer 192.168.43.231 6666. At the client-side Android app, just open it after being installed and enter the IPv4 address and port number at which the server is running.
Ratings & Comments
2 Comments
Where is the source code repository for this application?
I am planning to publish the code for both the client and server applications after preparing their documentation.