Jeremy Impson

Results 8 comments of Jeremy Impson

How many network adapters do you have (as seen in the "Change adapter settings" window aka "Network Connections" window, off of "Network and Sharing Center" control panel)? Not counting disabled...

Another way that doesn't require you to disable any interfaces is to run Wireshark and open the "Capture options" dialog window, and from there click "Manage Interfaces". This will show...

I am experiencing this issue, as well.

The line where `get_request(5, io.receive_time())` is being invoked are first invoking `io.recieve_time()` and sending the resulting time structure as the second argument of `get_request()`. The second argument, `ping` then contains...

[This](https://www.askpython.com/python/examples/pass-function-as-argument) might help for anyone who needs a refresher for passing functions as parameters/ variables in python.

Shouldn't there be a note that this also requires the gluetun container be bridged to the container host's physical network? I was able to replicate this, but I had to...

@dhalbert I've noticed that Adafruit has started building CircuitPython images for ESP32C3 chips (which don't support USB drive interface). Surely Adafruit uses something similar to ampy to automate their testing....

Ah, the `jo -- -s ...` syntax works for me as well, and will suit my purposes. I'm new to `jo` and hadn't understood the need for for the `--`...