Onionr/onionr/communicator
Kevin Froman 6cc01fa240 boiler plate and bug fixes 2019-11-15 22:18: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 boiler plate and bug fixes 2019-11-15 22:18:38 -06:00
bootstrappeers.py added deleted blocks to statistics command 2019-11-09 20:30:07 -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