Lorenzo Stella

Results 7 issues of 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

enhancement

Set up a Wiki that provides information on how to execute certain tasks. This will ensure the README.MD file isn't excessively long.

documentation

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.

enhancement

Implement support for data compression and decompression

enhancement

Look into the feasibility and advantages of using only the descriptor instead of the generated Python output.

enhancement

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.

enhancement