Jane Lewis

Results 47 comments of Jane Lewis

Out of curiosity, how are we going to get this working with Docker? The image we're pulling from uses OpenCV 3. Also, the OpenCV 4 installation instructions require manual compilation;...

Also, we really should split the code into more files to improve readability / modularity. What do you think about encapsulating some of the functionality in classes?

What would the tests look like, exactly?

I think we should use the `unittest` module for testing. I've used it before, and it's very complete and surprisingly easy to use.

@andrewda, this can already broadcast as well. If we set `JETSON_IP` to either the universal broadcast address `255.255.255.255` or the subnet broadcast address (which depends on the IP of the...

I've also updated time-sync-server to be compatible with these changes.