0x1F602 / Webcam-Security-System

See Rootcrit instead
2 stars 0 forks source link

Move the WESS client installation binaries to another project #13

Open 0x1F602 opened 9 years ago

0x1F602 commented 9 years ago

We should move the WESS client installation binaries into another project because the web server and the client installation should not be deployed together. Any shared code between them should also be managed in another project which can be deployed to either of them individually.

This does complicate updating the system, since a WESS client installation could be out of date compared to the WESS server.

An API (probably messaged over ZMQ) should be implemented for them to communicate. This API should only change between milestones/versions.