Results 4 issues of Matthew May

Reports "FileNotFoundError: [Errno 2] No file or directory: '/path/to/file'

One of the big issues with DataServer.py is that memory is constantly consumed. Variables are ever growing, and this needs to change, so maybe we should use a database? I'm...

If there are residual logs in /var/log/syslog, they will all be processed by DataServer.py when initialized. I would prefer if it only processed real time events. Two options: 1. Truncate...

There are currently several constant variable included in DataServer.py and AttackMapServer.py. Should we add these to one file and import them? Thoughts/Ideas?