5
0
mirror of https://github.com/cwinfo/yggdrasil-map synced 2024-09-16 18:49:34 +00:00
Commit Graph

41 Commits

Author SHA1 Message Date
Arceliar
d61c033319 fix some missed edge cases in the go crawler 2022-12-03 16:23:44 -06:00
Arceliar
a627042420 fix crawlers (hopefully) 2022-12-03 16:13:55 -06:00
Arceliar
6a307ab37e try to fix some long delays with the crawler 2022-04-29 05:14:12 -05:00
Arceliar
19cdf8de34 add histogramming code, update crawler, allow longer names 2021-07-31 10:34:52 -05:00
Arceliar
7b8b0e0ba6 retry requests a few times before failing 2021-07-06 19:12:06 -05:00
Arceliar
b744a6ab1a gofmt and minor parsing fix 2021-07-06 18:48:25 -05:00
Arceliar
f094991677 fix bug in name parsing, don't print info about time-out nodes, and gofmt 2021-07-02 20:37:10 -05:00
Arceliar
a94e7c070f add crawler.go 2021-06-20 18:12:02 -05:00
Arceliar
3e913d2aa2 make updateGraph use new crawler result format 2021-05-23 14:16:52 -05:00
Arceliar
74770f51b5 update for admin debug rename 2021-05-23 13:39:45 -05:00
Arceliar
de7cdee064 cleanup 2021-05-23 12:52:59 -05:00
Arceliar
ee6b45de16 add rumors from dht 2021-05-23 12:44:57 -05:00
Arceliar
35b2d87911 update crawler 2021-05-23 12:41:27 -05:00
Arceliar
b47b1fffd4 WIP update crawler for ygg future branch 2021-05-22 22:47:16 -05:00
Arceliar
e1638133b6 update crawler 2019-12-25 17:27:34 -06:00
Arceliar
96cf6caabc use to get a map of the network 2018-12-08 00:41:40 -06:00
Valentin Lorentz
7ec28c3a0a Simplify logic in get_edges_for_peers. 2016-08-21 11:21:27 +02:00
Johannes Löthberg
1a8102bb80 sendGraph: Fix printed messages
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2015-11-30 23:19:51 +01:00
Johannes Löthberg
9ae06c9ddc sendGraph: Skip node completely if replied with not_found
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2015-11-30 22:43:24 +01:00
Michał Zieliński
2bad4d8b39 fix infinite loop 2015-11-30 22:25:23 +01:00
Johannes Löthberg
acd5decae8 sendGraph: Get all peers using nearbyPath argument to getPeers
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2015-11-30 21:43:30 +01:00
Johannes Löthberg
f3142582f5 sendGraph: Only print each fetch line when given -v
Otherwise it clutters up the logs a bit much.

Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2015-11-22 09:31:14 +01:00
Johannes Löthberg
6581021581 sendGraph: Clarify whether skipping due to timeouts or not
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2015-11-21 15:12:38 +01:00
Johannes Löthberg
dc733a9b45 sendGraph: Use r.text for comparing response
Missed this use of r.content in previous commit.

Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2015-11-21 15:11:14 +01:00
Johannes Löthberg
7421ff15d5 sendGraph: Clarify connection failed message
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2015-11-21 14:51:31 +01:00
Johannes Löthberg
1c92a03d4a sendGraph: Don't print IP on every connect
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2015-11-21 14:51:18 +01:00
Johannes Löthberg
4460ffa0c4 sendGraph: Use r.text for printing error
r.text contains the decoded content, while r.content contains the raw
response.

Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2015-11-21 14:49:40 +01:00
Johannes Löthberg
3f10aee97f sendGraph: Use .format consistently
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2015-11-21 14:49:29 +01:00
Johannes Löthberg
1f3f3e38dd sendGraph: Fix introductory comment nick
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2015-11-21 14:47:51 +01:00
Michał Zieliński
67e144cd87 sendGraph.py introduction comment 2015-11-21 14:29:42 +01:00
Michał Zieliński
646d8d74e5 fix sendGraph 2015-11-21 14:12:23 +01:00
Michał Zieliński
55ec38f776 fix error handling 2015-11-21 13:37:55 +01:00
Michał Zieliński
d5efa03c34 parallel sendGraph, don't accept data from old versions of sendGraph 2015-11-21 13:30:03 +01:00
Michał Zieliński
22052a3840 use sendGraph script from Kubuxu 2015-11-21 12:52:48 +01:00
Michał Zieliński
8cfd0bf957 sendGraph.py updates 2015-07-30 18:59:30 +02:00
Michał Zieliński
c3779480de update sendGraph for new cjdns version 2015-07-26 19:08:35 +02:00
Vanhala Antti
ecfccaf70e Script for starting multiple cjdns nodes 2014-06-05 17:50:37 +03:00
Vanhala Antti
ddb2a681e4 Validate received graph format 2014-06-04 21:41:33 +03:00
Vanhala Antti
613b5aec09 Handle multiple cjdns instances 2014-06-02 23:22:37 +03:00
Vanhala Antti
f51cf2025e Pushing nodes to a database and generating graph from it 2014-05-30 17:34:00 +03:00
Vanhala Antti
d6b0b97528 Graph sending script 2014-05-28 19:48:46 +03:00