New sample application LogWatchUDP
scotts opened this issue · 2 comments
New sample application repository: https://github.com/scotts/LogWatchUDP
I'm somewhat -1 on this, as wondering instead if it can be just integrated with LogWatch. (issue #1).
At least could the code be refactored so that LogWatchUDP built on top of LogWatch rather than being a modified copy of the code? E.g. can the code be refactored into multiple composites that are reused in LogWatchUDP.
I can integrate them into the same repository. I may use namespaces to separate them, or I may be able to refactor them.
I'm hesitant to make too many changes to the base LogWatch application, as I have used it several times for an SPL tutorial. (I have the steps I use in the etc directory. I plan on doing a better writeup of the narrative I give in the future.) I have found that I can develop LogWatch from scratch, explaining all of the concepts as I go, as an SPL programming tutorial in about 1 hour, 15 minutes. I don't want the final version of the application that I can develop during such a tutorial to differ from what I provide afterwards. (In the past, I have emailed the source to interested members of the audience, and I would rather just provide them this URL.)