Lorenzo Stella
Lorenzo Stella
Added fallthrough to the switch function.
Customizable logging from the default configuration file "NSAway.ini" - Logging Level - When/Intervals - Number of log rotations to be kept (backupCount) See https://docs.python.org/2/library/logging.handlers.html#timedrotatingfilehandler
Set up a Wiki that provides information on how to execute certain tasks. This will ensure the README.MD file isn't excessively long.
Break down the codebase into organized directories. Consider introducing more modules, striving to keep related functionalities as separated as possible, such as UI, Interceptor, Bridge, Encoding, and Decoding.
Implement support for data compression and decompression
Look into the feasibility and advantages of using only the descriptor instead of the generated Python output.
Research the capability of protoc to deserialize data without its original definition and whether it's possible to re-serialize it. Familiarize oneself with the documentation for clarity.