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

changed back to default print when using IP tables #53

Closed Akilan1999 closed 3 years ago

Akilan1999 commented 3 years ago

Switch print from

{
    "ip_address": [
        {
            "ipv4": "",
            "ipv6": "",
            "latency": 127668460,
            "download": 0,
            "upload": 0,
            "serverport": "8088"
        },
        {
            "ipv4": "",
            "ipv6": "",
            "latency": 483662,
            "download": 0,
            "upload": 0,
            "serverport": "8088"
        }
    ]
} 

to

IP Address:
IPV6: 
Latency: 137.052961ms
ServerPort: 8088
----------------------------

IP Address: 
IPV6: 
Latency: 596.398µs
ServerPort: 8088
----------------------------