From 8b73e6f5a6bf04c62aab5bc3ca2b223d0d9d135e Mon Sep 17 00:00:00 2001 From: BB Date: Mon, 1 May 2023 15:58:55 -0600 Subject: [PATCH] netgenie-srv: Adding comments on possible directions we can take this --- server/NetGenieSrv.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. + """