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

CEL_DAEMON_PATH is wrong #3

Closed KyleBenson closed 10 years ago

KyleBenson commented 10 years ago

this should be temperature-streams not temprature-streams. Also, what is CEL supposed to stand for? Furthermore, the _daemon_path is never even used in temperature_virtual_sensor.py

bfrggit commented 10 years ago

"cel" stands for Celsius. If _daemon_path is never used, maybe somebody has changed my code and hard-coded it somewhere. I'll check it.

bfrggit commented 10 years ago

At line 25 of temperature_virtual_sensor.py, it should be self._daemon_path instead of of the hard-coded name of the executable. I am pretty sure that it was that path when the file was first created. After someone moved the temperature daemon to some bin path of the Linux system, this line has been modified.

bfrggit commented 10 years ago

Already fixed temperature_virtual_sensor.py and changed the misspelled name of the daemon in client.py.