Closed devopsec closed 8 years ago
Great! Let's code freeze for now and let's sync in the morning. I want to layout our next goals.
Sent from my iPhone
On Oct 13, 2016, at 10:32 PM, Tyler Moore notifications@github.com wrote:
full capture capabilities are working, replay has a couple bugs to work out and restart function seems to have a weird import error. This pull includes restructuring and simplifying and cleaning agents code and improving upon functions and adding class structures for ease of use, code re-use and scalability.
You can view, comment on, or merge this pull request online at:
https://github.com/flyballlabs/threatdetectionservice/pull/7
Commit Summary
changed calling statements on functions fixed importing and function calling issues, created class for Capture functions, simplified dir structure, ammended iptables rules for production removed old functions that were replaced with last commit implemented new and improved function calls, condensed code and created classes for pertinent functions, deleted extra copies of scripts and old code, removed junk project files inserted by eclipse, improved import statement and directory structure, cleaned up old comments and unused code, added function comments commented out RetartPi (needs bugs fixed) fixed misspelled code File Changes
D .project (17) D .pydevproject (5) D .settings/de.loskutov.anyedit.AnyEditTools.prefs (18) D .settings/org.eclipse.ltk.core.refactoring.prefs (2) D agents/PiTap/.project (17) D agents/PiTap/.pydevproject (8) D agents/PiTap/rpi/CheckPorts.py (28)
D agents/PiTap/rpi/DisableCapture.py (46) D agents/PiTap/rpi/DisablePorts.py (39) D agents/PiTap/rpi/EnableCapture.py (27) D agents/PiTap/rpi/EnablePorts.py (38) D agents/PiTap/rpi/EnableReplay.py (22) D agents/PiTap/rpi/test.py (16) D agents/PiTap/rpi/update.py (67) A agents/rpi/Capture.py (38) A agents/rpi/EnableReplay.py (52) A agents/rpi/Ports.py (87) R agents/rpi/RestartPi.py (30) R agents/rpi/init.py (0) A agents/rpi/update.py (84) Patch Links:https://github.com/flyballlabs/threatdetectionservice/pull/7.patch https://github.com/flyballlabs/threatdetectionservice/pull/7.diff — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
full capture capabilities are working, replay has a couple bugs to work out and restart function seems to have a weird import error. This pull includes restructuring and simplifying and cleaning agents code and improving upon functions and adding class structures for ease of use, code re-use and scalability.