texx00 / sandypi

The ultimate controller for sand tables
Other
28 stars 4 forks source link

Feeder sockets2class #17

Closed texx00 closed 3 years ago

texx00 commented 3 years ago

Updated the feeder to work without socket (#16). Now the feeder is a class in the server app. Reoredered also other files and splitted classes in multiple files when necessary.

Added also logging capability to the feeder because now we are using just one interface for both server and feeder messages. (added custom logging levels to distinguish between lines sent to the device and lines that are received from the device)

Didn't test with a real device nor on raspberry. Will wait this test to merge

texx00 commented 3 years ago

Looks like it is also fixing #15 and #1