Azure / connectthedots

Connect tiny devices to Microsoft Azure services to build IoT solutions
http://connectthedots.io
MIT License
399 stars 274 forks source link

SensorAgent.py is overused #193

Closed lt72 closed 7 years ago

lt72 commented 9 years ago

calling files with the same not_very_descriptive name is an issue:

Cmd>dir SensorAgent.py /s Volume in drive E is Data Volume Serial Number is A2BF-6F8C

Directory of e:\src\iot\connectthedots\Devices\GatewayConnectedDevices\BLEMoisture

07/10/2015 11:24 AM 4,195 SensorAgent.py 1 File(s) 4,195 bytes

Directory of e:\src\iot\connectthedots\Devices\GatewayConnectedDevices\Hydrology

07/10/2015 11:24 AM 5,392 SensorAgent.py 1 File(s) 5,392 bytes

---> e:\src\iot

Calling files with the same not very descriptive name is a problem…

please rename to something more descriptive, and make it different also please watch for other instances of the same issue

olivierbloch commented 7 years ago

Stale