core icon indicating copy to clipboard operation
core copied to clipboard

Add RESTSplitter function in C++ source of Peer

Open Glitchfix opened this issue 6 years ago • 2 comments

The RESTSplitter() will be invoked in tracker mode to set the splitter address. It should connect to the crossroad server and send a GET request to obtain the splitter address and port and set them for the peer.

Glitchfix avatar May 24 '18 10:05 Glitchfix

https://github.com/Glitchfix/core/commit/66f819a24c8aef7b963d6ec108768c46c3060130 got error in the console make.py after commit

Glitchfix avatar May 24 '18 12:05 Glitchfix

https://github.com/Glitchfix/core/commit/0f451a94c6eb85e75cfc9292937497bf85ff0b4e

Fixed the RESTSplitter function

Glitchfix avatar May 27 '18 10:05 Glitchfix