timcoote
timcoote
ipv6
Following on from #86, I think that I removed the dependencies on the old websocket-client and ws4py, so that I could run the tests over ipv6 - I was wanting...
If I upgrade to 19.07.4 (with: `openwrt-19.07.4-mvebu-cortexa9-linksys_wrt3200acm-squashfs-sysupgrade.bin`, and then use luci to refresh the available packages and then install `hnet-full`, I get the following errors: `Collected errors: * check_data_file_clashes: Package...
I raised a question with the service support group as some of the responses to this API were becoming slow/incomplete and unpredictable. I was told that I ought to be...
The metric 'cumDeaths28DaysByDeathDate' reads like it is a monotonically increasing value. However, the last value can be NaN, which arguably ought not to be possible. If it is intended to...
the dataframe returned by get_dataframe () is quite odd from a pandas point of view and doesn't appear to agree with the api documentation. Shouldn't the 'date' column be of...
Can snow be used as a replacement for stun/ice? If so, there's a single abstraction onto both ipv4 and ipv6 for many p2p approaches. This would be a huge win...
Just asking as I've used it for a long time and I'm having to update some routers. I noted that it's become disconnected from OpenWRT/LEDE, and is likely to break...
For the OpenWrt build, the default search line in /etc/resolv.conf looks something like this: search e1.OpenWrt.home home where e1 is the name of the link on the router named OpenWrt....
Sometimes it's useful not to get a new ipv6 prefix every time the interface to the isp bounces. At least one ISP delivers a different prefix if the dhcpv6 release...
I think that nose, referred to in various places in the documentation, has been succeeded by `nose2`, which seems to work with the existing tests. fwiw, I found that `pytest`...