Skip to content

Added Ethernet logger class and archive ethernet logs program

Chris Woodall requested to merge feature/ethernet-logger into devel

Description

  • Added EthernetLogger class.
    • Acts as a singleton which on creation checks if it can even start properly, if it can it checks if tshark is running, if not it starts the logging, deletes old logs, and then verifies that the logging is functioning as expected.
    • the Archive() function copies to /opt/barrett/burt/logs/ethernet or the location of choice. It then zips them to reduce space.
  • Added an ArchiveEthernetLogs.exe program.
  • Updated new project template.

What to focus on

  • put content here.

Reviewers

Resources

Issues

What issues does this fix?

  • Related to burt/project#67
Edited by Amy Blank

Merge request reports