All Projects → cblgh → paperslip

cblgh / paperslip

Licence: MIT License
share hard-to-transmit snippets with easy-to-pronounce names using dht magic

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to paperslip

Dat React Native
Browse through the web with the Dat protocol in your device!
Stars: ✭ 25 (-32.43%)
Mutual labels:  dat, p2p
Hyperfeed
decentralized rss publishing
Stars: ✭ 60 (+62.16%)
Mutual labels:  dat, p2p
Random Access Http
Continuous reading from a http(s) url using random offsets and lengths for peers in a distributed system
Stars: ✭ 39 (+5.41%)
Mutual labels:  dat, p2p
Hyperdb Examples
a small introduction to getting started with hyperdb
Stars: ✭ 53 (+43.24%)
Mutual labels:  dat, p2p
Sdk
Write your own dat app!
Stars: ✭ 215 (+481.08%)
Mutual labels:  dat, p2p
Sciencefair
The futuristic, fabulous and free desktop app for working with scientific literature 🔬 📖
Stars: ✭ 561 (+1416.22%)
Mutual labels:  dat, p2p
Datr
R package to interface with the decentralized dat network.
Stars: ✭ 56 (+51.35%)
Mutual labels:  dat, p2p
Dathttpd
Replaced by Homebase! See https://github.com/beakerbrowser/homebase.
Stars: ✭ 282 (+662.16%)
Mutual labels:  dat, p2p
Hypercloud
A hosting server for Dat. [ARCHIVED - Use Hashbase instead!]
Stars: ✭ 96 (+159.46%)
Mutual labels:  dat, p2p
Dat Keyserver
a distributed PGP keyserver project based on the dat protocol
Stars: ✭ 89 (+140.54%)
Mutual labels:  dat, p2p
Datradio
p2p music player for {old} beaker and dat
Stars: ✭ 77 (+108.11%)
Mutual labels:  dat, p2p
Datbase
[DEPRECATED] Open data sharing powered by Dat
Stars: ✭ 251 (+578.38%)
Mutual labels:  dat, p2p
Enoki
ultralight tools for creating p2p sites
Stars: ✭ 222 (+500%)
Mutual labels:  dat, p2p
dat-workshop
How to build web apps using Dat. A workshop by GEUT.
Stars: ✭ 50 (+35.14%)
Mutual labels:  dat, p2p
jackpair
p2p speech encrypting device with analog audio interface suitable for GSM phones
Stars: ✭ 26 (-29.73%)
Mutual labels:  p2p
univoice
Voice chat/VoIP solution for unity. P2P implementation included.
Stars: ✭ 192 (+418.92%)
Mutual labels:  p2p
awesome-orbitdb
Useful resources for using OrbitDB and building projects on it
Stars: ✭ 87 (+135.14%)
Mutual labels:  p2p
bitcoin-kit-android
Comprehensive Bitcoin development library for iOS, implemented on Swift. SPV wallet implementation for Bitcoin, Bitcoin Cash, Litecoin and Dash blockchains. Fully compliant with existing standards and BIPs.
Stars: ✭ 102 (+175.68%)
Mutual labels:  p2p
dione
Dione is an anonymize and encrypted messaging system build on top on a peer to peer layer.
Stars: ✭ 41 (+10.81%)
Mutual labels:  p2p
monte
The bare minimum for high performance, fully-encrypted bidirectional RPC over TCP in Go with zero memory allocations.
Stars: ✭ 103 (+178.38%)
Mutual labels:  p2p

paperslip

share hard-to-transmit snippets with easy-to-pronounce names using dht magic

Usage

In one terminal:

paperslip testshare

In another terminal:

echo "hello from another terminal" | paperslip testshare --stdin

More

Usage: paperslip <name> [--note, --stdin]
Examples:
  # Send a note using a generated namespace
  paperslip --note "dat://54d..b015"
  # Receive a note by listening to 35c3
  paperslip 35c3
  # Share a note in 35c3
  paperslip 35c3 --note "dat://7331..c001"
  # Pipe all your input to 35c3
  paperslip 35c3 --stdin

Options:
    --note <string>     Information to send to peers
    --stdin             Pipe standard input to peers
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].