it's so over, someone had the same idea as i did for my p2p overlay initialization scheme over 11 years ago

https://datatracker.ietf.org/doc/rfc6940/

RFC 6940: REsource LOcation And Discovery (RELOAD) Base Protocol

This specification defines REsource LOcation And Discovery (RELOAD), a peer-to-peer (P2P) signaling protocol for use on the Internet. A P2P signaling protocol provides its clients with an abstract storage and messaging service between a set of cooperating peers that form the overlay network. RELOAD is designed to support a P2P Session Initiation Protocol (P2PSIP) network, but can be utilized by other applications with similar requirements by defining new usages that specify the Kinds of data that need to be stored for a particular application. RELOAD defines a security model based on a certificate enrollment service that provides unique identities. NAT traversal is a fundamental service of the protocol. RELOAD also allows access from "client" nodes that do not need to route traffic or store data for others.

IETF Datatracker
@alina oh

that

also looks like ideas I had....
@alina can everything stop being invented so I can have an original idea please 
@xerz @alina sometimes it's not about inventing the idea. Sometimes it's about doing the engineering to turn an idea into a useful thing.
@astraluma @xerz thank you

@alina @xerz it's an RFC, clearly someone thinks it's worth at least that amount of effort.

But this is all just ideas, concepts in mathematical abstract space. Someone needs to realize it and turn it into a useful tool that people can use.

(Hi, I do this a lot)

@astraluma @alina @xerz Bonus points if you can make it "#serverless" using #pwnat techniques...

https://github.com/samyk/pwnat

GitHub - samyk/pwnat: The only tool/technique to punch holes through firewalls/NATs where multiple clients & server can be behind separate NATs without any 3rd party involvement. Pwnat is a newly developed technique, exploiting a property of NAT translation tables, with no 3rd party, port forwarding, DMZ, DNS, router admin requirements, STUN/TURN/UPnP/ICE, or spoofing.

The only tool/technique to punch holes through firewalls/NATs where multiple clients & server can be behind separate NATs without any 3rd party involvement. Pwnat is a newly developed technique...

GitHub