0x7231636b / drink-smart

Project for a smart scale mainly designed to keep track of drinking volume during the day
GNU General Public License v3.0
0 stars 0 forks source link

Improving overall architecture for sending data to some other instance #2

Closed 0x7231636b closed 5 months ago

0x7231636b commented 5 months ago

For this PR the code were restructured in modules, actions, and so on for better decoupling different functions that are used. We may want to change the implementation to send data via bluetooth, mqtt or other protocols. The current structure supports this for now and will be easily adaptable to send data via multiple protocols in the future.