AriaAugs / CC

0 stars 0 forks source link

Refactor Communication Protocols #12

Open AriaAugs opened 3 years ago

AriaAugs commented 3 years ago

Refactor communication protocol for cd and dir/ls commands. Currently, the Python code uses mainSockThread to print data as it's received rather than printing data in step with a protocol. Only error/debug data should be printed as it's received, regardless of what other communication protocols may be occurring.