How can I create/build/construct completely trackerless p2p(peer-to-peer) distributed network architecture?
If i have seeds/peers with static ip address and seeds/peers in different WANs.
also i found:
Torrent File Extensions
A trackerless torrent dictionary does not have an "announce" key. Instead, a trackerless torrent has a "nodes" key. This key should be set to the K closest nodes in the torrent generating client's routing table. Alternatively, the key could be set to a known good node such as one operated by the person generating the torrent. Please do not automatically add "router.bittorrent.com" to torrent files or automatically add this node to clients routing tables.
nodes = [["<host>", <port>], ["<host>", <port>], ...]
nodes = [["127.0.0.1", 6881], ["your.router.node", 4804]]
But, I didn't understand where should I flash(hard code) these ip addresses