Johan Pouwelse

Results 836 comments of Johan Pouwelse

``` Python 2.7.10 on linux2, wxPython 2.8.12.1 (gtk2-unicode) NOTE: The 'obj' variable refers to the object selected in the tree. from Tribler.dispersy.util import blocking_call_on_reactor_thread @blocking_call_on_reactor_thread def do_unload(): c = dispersy.get_communities()[0]...

@NielsZeilemaker Here you can see my embarrassing fiddling. It does not free any candidate.Candidate, status after multiple unload() attempts: ``` Tribler.dispersy.candidate.Candidate Min: 33612 Cur: 33692 Max: 33693 TRACE Tribler.dispersy.candidate.WalkCandidate Min:...

@DavidXanatos There is only some documentation of Dispersy, the wire protocol and tutorials docs (partly outdated): https://github.com/Tribler/dispersy/blob/devel/doc/wireprotocol_1.org#dispersy-introduction-request-246 https://github.com/Tribler/dispersy/blob/devel/doc/wireprotocol_2.org#dispersy-introduction-request Would be great to have a clean and compatible C++ implementation. A...

hey! it seems like a simple search mechanism.. But it uses a giant caching mechanism. Each client stores roughly 50k swarm names in it's local database, so you get a...

All results in the paper have been obtained by Niels with a full 4P implementation. This is possibly the correct branch, but it's too slow for production usage: https://github.com/Tribler/tribler/compare/devel...NielsZeilemaker:private-search-new Indeed,...

O yes, preventing typos is something that would help search tremendously our datasets tell us. Cheap 1 character fixes: https://pypi.python.org/pypi/python-Levenshtein/

Two people who both spend a year on improving search (some time ago): https://www.tribler.org/DistributedTracker/ http://kayapo.tribler.org/trac/raw-attachment/wiki/DistributedTracker/MSc_Thesic_final_jroozenburg.pdf http://kayapo.tribler.org/trac/raw-attachment/wiki/DistributedTracker/thesis-final-vliegendhart.pdf

@nielszeilemaker You known why we append in this way perhaps?

The behavior of Tribler improved on my home Ubuntu box. But the search community is still not bootstrapping. UDP connectable peers seem to run fine, see http://jenkins.tribler.org/jenkins/job/Test_tribler_devel/73/ When behind a...

The screenshots above are repeated with current branch. Dispersy AllChannel community works. However, the Search community fails to work. The "walk_fail" shows my computer cannot connect to: 130.161.211.199 asmat.das2.ewi.tudelft.nl. 130.161.211.245...