Update 'server/NetGenieSrv.py'

This commit is contained in:
Sana147 2023-05-01 23:25:17 +00:00
parent 2bda1c27c4
commit 5567ffba0f

View File

@ -41,6 +41,7 @@ def run_loop():
if dbg_evt != None: if dbg_evt != None:
handle_debug_evt(dbg_evt) handle_debug_evt(dbg_evt)
def main(): def main():
init_socket()
""" """
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