livepeer / go-livepeer-basicnet

Basic p2p video streaming for Livepeer
MIT License
18 stars 8 forks source link

Network Node Interface #28

Closed ericxtang closed 6 years ago

ericxtang commented 6 years ago

Create a NetworkNode interface to insulate any underlining networking logic from the Livepeer networking protocol logic. This will enable better unit testing and simulation testing by allowing us to stub any networking logic.