Onionr/onionr/communicator
Kevin Froman adcb3f31a9 * bumped unpaddedbase32 version
* improved readme
* better shutdown message in ui
2019-11-06 18:03:38 -06:00
..
onlinepeers added some more readmes 2019-08-07 17:46:57 -05:00
uploadqueue bumped min python version to 3.7, added upload sessions to use in preventing infinite upload fails 2019-09-16 02:50:13 -05:00
README.md added some more readmes 2019-08-07 17:46:57 -05:00
__init__.py * bumped unpaddedbase32 version 2019-11-06 18:03:38 -06:00
bootstrappeers.py ensure bootstrap is always added if enabled, work on site creator 2019-11-05 05:33:14 -06:00
peeraction.py +added python info to version command 2019-09-19 18:43:06 -05:00

README.md

Onionr Communicator

Onionr communicator is the Onionr client. It "connects" to remote Onionr peers and does things such as:

  • Finding new peers
  • Uploading blocks
  • Downloading blocks
  • Daemon maintenance/housekeeping

Files

  • __init__.py: Contains the main communicator code. Inits and launches the communicator and sets up the timers
  • peeraction.py: contains a function to send commands to remote peers
  • bootstrappers.py: adds peers from the bootstrap list to the communicator to try to connect to them
  • onlinepeers: management of the online peer pool for the communicator