Akilan1999 / p2p-rendering-computation

p2p network to enable running distributed computation and rendering.
https://p2prc.akilan.io/
GNU General Public License v2.0
27 stars 9 forks source link

Added possibility to run server on any port #52

Closed Akilan1999 closed 3 years ago

Akilan1999 commented 3 years ago

Problem

In the previous implementation the server was required on run on port 8088.

Solution

The server can run on any port and still be a part of the network. This is done by adding a new field in the iptable file.

 {
   "ipv4": "<ip address>",
   "ipv6": "",
   "latency": 0,
   "download": 0,
   "upload": 0,
   // New field 
   "serverport": "<new field>"
  }