Skip to content

DecentLabs/sneakynet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sneakynet

Set up

git clone https://github.com/DecentLabs/sneakynet
pip install -r requirements.txt
npm install
cp settings_template.py settings.py # edit accordingly
python main.py

Initializing the database before first run

npm run db:init

Required improvements

  • Omni-directional sync
  • Known nodes directory
  • User/Message/thread hashes as IDs
  • Synchronization chain (we're dumping everything on every sync out)
  • Sync data should be encrypted
  • Optimized sync/serialization format
  • Database queries are extremely inefficient
  • Thread titles should be UTF8
  • Turn this horrible hack into clean code

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published