rsksmart / rskj

RSKj is a Java implementation of the Rootstock protocol.
https://rootstock.io
GNU Lesser General Public License v3.0
670 stars 268 forks source link

Implement UPnP for peer discovery #978

Open lsebrie opened 5 years ago

lsebrie commented 5 years ago

The peer discovery component has a problem when announcing the local node to another peers. A way to address this would be implementing UPnP protocol

https://en.wikipedia.org/wiki/Universal_Plug_and_Play

colltoaction commented 5 years ago

https://github.com/PegaSysEng/pantheon/pull/1334