Browse Source

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

master
BB 1 year ago
parent
commit
8b73e6f5a6
  1. 4
      server/NetGenieSrv.py

4
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.
"""

Loading…
Cancel
Save