On 30/07/13 23:53 PM, [email protected] wrote:
>> Hmmm, thinks...  If two clients are in the habit of connecting over some
>> DHCP style ISP, which allocates IP# on some random fashion, how is it
>> that they can become known to each other?  Except via some known meeting
>> place...
>>
> At this moment I'm parasiting other protocols like a dedicated PubNub
> channel or using anonimous XMPP servers, but it feels fairly
> hackerish. At a first though (and ideally) I wanted to use SIP, but
> there are no anonimous public servers. Also I though about using STUN
> servers as a gateway to interchange the WebP2P SDP strings, but it was
> a no way.
>
> Ideally, it would be something little where to announce and receive
> the connections, something like a reverse dynamic DNS or similar... In
> fact, using websockets, the first testing servers I was using before
> change to PubNub and XMPP were only about 100 lines of Node.js code
> with comments...
>
>
>> I suppose each pair could simply agree according to some previous
>> arrangement.  Or we could imagine some protocol that synchronises a new
>> location for each circumstance, sort of like radio frequency hopping or
>> SecureId time prediction.
>>
> This was one of my ideas when I started to parasite other protocols,
> so there would be several services available and you would pick and
> connect to any of them so it would be more dificult to bring it
> down... ;-) Unlucklily I didn't find much of them... :-/


It's an interesting problem, I'm sure others have given it more thought.

I suppose we could use the blacknet idea:  have a known place where 
everyone posts their messages to others, but each message is encrypted 
to each target, which is some unknown key (keyid==0 in OpenPG from 
memory).  Then, everyone downloads every message and attempts to decrypt 
them all.  If they fail, the message wasn't for them...

Some optimisation would help ;-)

iang


>> If you want such a thing to be done, don't create a committee.  OTOH, if
>> you don't want it to be done, then by all means creating a committee is
>> a fine way to achieve this ;-)
>>
> Lol :-P
>
>

_______________________________________________
p2p-hackers mailing list
[email protected]
http://lists.zooko.com/mailman/listinfo/p2p-hackers

Reply via email to