Releases: justas-/PyPPSPP
Releases · justas-/PyPPSPP
Functioning Swarm
The first swarm-tested release. Tested and verified in CORE networks emulator that offline files sharing is working. This release contains minimal tracker server.
Things still missing:
- Partial integrity checking. For now only the full Merkle tree is calculated.
- Peer contact details exchange to function without tracker
- Bucket / Bytes range / 64-bit based addressing
- Scheduler (LEDBAT) - all infrastructure is there, just need to implement
- Live discard ranges
Data pulling and pushing
First working release of Python3 based PPSPP implementation. Tested against itself and against libswift.
Things missing:
- Chunks integrity checking. For now only the root hash is calculated to verify if the file is valid
- LEDBAT is not implemented, so there is no dynamic back-off
- Bucket based data addressing
- 64-bit based chunks addressing
- Proper validation / verification of received data for correctness