KyleBenson / scale_client

The Python-based SCALE Client software for acquiring data from various sensors (i.e. via Raspberry Pi platform), processing it, and sharing it through multiple networks and data exchange protocols.
http://scale.ics.uci.edu/
Other
4 stars 8 forks source link

Install as a package / service #8

Closed KyleBenson closed 9 years ago

KyleBenson commented 10 years ago

All of the code should be packaged in such a way that it can be easily installed (setup.py), perhaps via pip, and set to run on startup as a service. Note that this relies on first completing #1.

KyleBenson commented 9 years ago

Done a couple commits ago