netgenie-srv: Adding comments on possible directions we can take this

This commit is contained in:
BB 2023-05-01 15:58:55 -06:00
parent 70206f9b12
commit 8b73e6f5a6

View File

@ -31,7 +31,9 @@ def main():
""" """
1. TODO: Open Server port that the device connects to. 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 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.
""" """