LasseMoench / smartmeter

Building a smart meter that reads our standard ferraris energy meter, using the ESP8266 and a few IR-diodes!
GNU General Public License v3.0
5 stars 0 forks source link

Organisation of code and resources in the repository #4

Open shashwatsridhar opened 5 years ago

shashwatsridhar commented 5 years ago

I'd suggest we group together the code in repository such that all code and resources required by the API reside within the API folder and all the code related to the GUI resides in the EnergyMeter folder. Then I can simply include all the files in the EnergyMeter folder into the setup.py script which will in the root folder of the repository, along with README and other general files.

Currently there are images that are residing in the root that can go into the API folder, i think.

LasseMoench commented 5 years ago

The images don't have anything to do with the API, shouldn't we rather move the setup.py into the GUI folder, since it is the setup for the GUI @shashwatsridhar ?