diff --git a/server/NetGenieSrv.py b/server/NetGenieSrv.py index 6f8c86f..48eb586 100644 --- a/server/NetGenieSrv.py +++ b/server/NetGenieSrv.py @@ -31,7 +31,9 @@ def main(): """ 1. TODO: Open Server port that the device connects to. 2. TODO: Open Server port that an admin connects to, i.e., to test sending packets to - 3. TODO: + 3. TODO (Optional): We might be able to start a Scapy [REPL](https://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop) + and then add these functions. That way the person in debugging the phone can do live testing. + """