pathspider
pathspider copied to clipboard
Tool for A/B testing of path transparency to certain features in the Internet
After install pathspider I tried to run it, but I couldn't: **pspdr measure -i wlp0s20f3 ecn < examples/webtest.ndjson > results.ndjson** WARNING:pr2modules.ipdb.main:Deprecation warning https://docs.pyroute2.org/ipdb_toc.html WARNING:pr2modules.ipdb.main:Deprecation warning https://docs.pyroute2.org/ipdb_toc.html WARNING:pr2modules.ipdb.main:Deprecation warning https://docs.pyroute2.org/ipdb_toc.html INFO:pathspider:activating...
``` INFO:pathspider:Creating observerbrd ff:ff:ff:ff:ff:ff mss < pathspid Traceback (most recent call last):senv$ pspdr measure -i enp0s25 mss < pathspider/examples/webtest.ndjson >results.txt File "/home/ergadmin/psenv/bin/pspdr", line 11, in load_entry_point('pathspider', 'console_scripts', 'pspdr')() File "/home/ergadmin/psenv/pathspider/pathspider/cmd/base.py",...
Currently, packets with IPv6 extension headers are not correctly matched by the observer, which uses the next protocol field to construct the flow ID. This adds support for Destination Options...
I have tested the installation instructions for pathspider in a virtual environment and have found some missing dependecies, this request adds them to the docs.
This is required for the pip installation of pycurl.
If the TCP options parser sees the same option multiple times, the last one will win. This is not a problem for TFO as specified, but it may be for...
In the ECN plugin, the "ecn.negotiation" information of some measurements is missing when a lot of workers are running. Running fewer workers reduces the number of measurements with missing conditions....
Currently loggers are all over the place, we should consolidate these. https://stem.torproject.org/_modules/stem/util/log.html is a good model.
When remerging PTO upload from piet-dev, upload to PTO needs to conform to the new PTO upload API.