Skip to content

VrajVed/Lattice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lattice

Lattice is a secure CLI-based file sharing system inspired by BitTorrent.

It converts large files into compact metadata files (.lattice) that can be shared privately, allowing files to be streamed, verified, and downloaded safely.

Features

  • Streaming file transfer (no RAM blowups)
  • SHA-256 integrity verification
  • Explicit user consent before download
  • TCP-based seeder/downloader
  • Progress bar for large files
  • Handles multi-GB files safely

Example

lattice create bigfile.bin
lattice seed bigfile.bin
lattice validate bigfile.bin.lattice
lattice download bigfile.bin.lattice

License

This project is proprietary and closed-source. All rights reserved.

About

A system built from scratch to seed and download large files

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors