filecoin-project / cpp-filecoin

C++17 implementation of Filecoin
https://filecoin.io/
GNU General Public License v3.0
126 stars 36 forks source link

Read and AddPiece via Remote worker #534

Open zuiris opened 2 years ago

zuiris commented 2 years ago

Add the ability to Read and Add piece

The problem is that we need to transmit large amounts of data via jsonrpc

Possible solution: do that via HTTP when PieceData encodeFrom other side, decode from other side via server handler