And the two files indeed showed up in the browser at 0.0.0.0:5000 with localhost as IP and the CID
42 :+1:
I just had to comment out the response from the tracker with the list of files in order to do this test.
The code in the class Tracker could be used to patch Node and Client, since having the routes inside of the class is much cleaner.
I implemented basic functions of the tracker. I could locally test the
handle_new_client
method by running in a shellAnd the two files indeed showed up in the browser at
0.0.0.0:5000
with localhost as IP and the CID 42 :+1: I just had to comment out the response from the tracker with the list of files in order to do this test.The code in the class Tracker could be used to patch Node and Client, since having the routes inside of the class is much cleaner.