Re: network from scratch

2022-11-01 Thread t3sserakt
On 01.11.22 14:58, t3sserakt wrote: -- Message: 2 Date: Mon, 31 Oct 2022 15:45:15 + From: accounts-gnu...@holbrook.no To: Martin Schanzenbach Cc: accounts-gnu...@holbrook.no, help-gnunet@gnu.org Subject: Re: network from scratch Message-ID: Content-Type: text

Re: network from scratch

2022-11-01 Thread t3sserakt
-- Message: 2 Date: Mon, 31 Oct 2022 15:45:15 + From: accounts-gnu...@holbrook.no To: Martin Schanzenbach Cc: accounts-gnu...@holbrook.no, help-gnunet@gnu.org Subject: Re: network from scratch Message-ID: Content-Type: text/plain; charset=us-ascii Aha so adding

Re: network from scratch

2022-11-01 Thread t3sserakt
15:45:15 + From:accounts-gnu...@holbrook.no To: Martin Schanzenbach Cc:accounts-gnu...@holbrook.no,help-gnunet@gnu.org Subject: Re: network from scratch Message-ID: Content-Type: text/plain; charset=us-ascii Aha so adding -f to the gnunet-peer -s -g makes it output the hello. And that URI is

Re: network from scratch

2022-11-01 Thread accounts-gnunet
2 > > > > Date: Mon, 31 Oct 2022 15:45:15 + > > > > From:accounts-gnu...@holbrook.no > > > > To: Martin Schanzenbach > > > > Cc:accounts-gnu...@holbrook.no,help-gnunet@gnu.org > > > > Subject: Re: network from scratch > > > > M

Re: network from scratch

2022-11-01 Thread t3sserakt
: -- Message: 2 Date: Mon, 31 Oct 2022 15:45:15 + From:accounts-gnu...@holbrook.no To: Martin Schanzenbach Cc:accounts-gnu...@holbrook.no,help-gnunet@gnu.org Subject: Re: network from scratch Message-ID: Content-Type: text/plain; charset=us-ascii Aha so adding -f to the gnunet-peer -s -g makes

Re: network from scratch

2022-11-01 Thread t3sserakt
@gnu.org Subject: Re: network from scratch Message-ID: Content-Type: text/plain; charset=us-ascii Aha so adding -f to the gnunet-peer -s -g makes it output the hello. And that URI is accepted by gnunet-peer -p Now the peer is listed with gnunet-peer (-f) Now peer A and B has both peer A and B in

Re: network from scratch

2022-11-01 Thread accounts-gnunet
lbrook.no,help-gnunet@gnu.org > > Subject: Re: network from scratch > > Message-ID: > > Content-Type: text/plain; charset=us-ascii > > > > Aha so adding -f to the gnunet-peer -s -g makes it output the hello. > > > > And that URI is accepted by gnunet-peer -p &

Re: network from scratch

2022-11-01 Thread t3sserakt
-- Message: 2 Date: Mon, 31 Oct 2022 15:45:15 + From:accounts-gnu...@holbrook.no To: Martin Schanzenbach Cc:accounts-gnu...@holbrook.no,help-gnunet@gnu.org Subject: Re: network from scratch Message-ID: Content-Type: text/plain; charset=us-ascii Aha so adding -f

Re: network from scratch

2022-10-31 Thread Martin Schanzenbach
On 31.10.22 15:45, accounts-gnu...@holbrook.no wrote: > Aha so adding -f to the gnunet-peer -s -g makes it output the hello. > > And that URI is accepted by gnunet-peer -p > > Now the peer is listed with gnunet-peer (-f) > > Now peer A and B has both peer A and B in their peerinfo lists. > > H

Re: network from scratch

2022-10-31 Thread accounts-gnunet
Aha so adding -f to the gnunet-peer -s -g makes it output the hello. And that URI is accepted by gnunet-peer -p Now the peer is listed with gnunet-peer (-f) Now peer A and B has both peer A and B in their peerinfo lists. However, the peer A is still not being sent by the hostlist (after retsta

Re: network from scratch

2022-10-31 Thread accounts-gnunet
Unfortunately, gnunet-peerinfo -s -g does not output the URI here, just the same output as without -g. I can get a gnunet:// scheme url using gnunet-dht-hello. However, if I use that with gnunet-peerinfo -p I get: Invalid URI `gnunet://hello/ZV54JXNCQV9H7GJV603SQZJET1PPX3JKE94NCHNQZN81V1DQ5WJ0/R

Re: network from scratch

2022-10-30 Thread Martin Schanzenbach
On 30.10.22 12:37, accounts-gnu...@holbrook.no wrote: > Following > doc/handbook/html/users/configuration.html#configuring-the-friend-to-friend-f2f-mode, > here's what I am trying to do: > > 1. Start peer A > 2. Start peer B. > 3. B connects to HTTP hostlist service, gets info for peer A. > 4. B m