Onionr/src/communicator
Kevin dde10b7005 Moved offllinePeers to KV to further reduce coupling 2020-07-26 19:12:52 -05:00
..
daemoneventhooks Moved offllinePeers to KV to further reduce coupling 2020-07-26 19:12:52 -05:00
onlinepeers Moved offllinePeers to KV to further reduce coupling 2020-07-26 19:12:52 -05:00
uploadqueue Moved blocksToUpload to KV to further reduce coupling 2020-07-26 19:02:39 -05:00
README.md renamed onionr dir and bugfixes/linting progress 2019-11-21 02:23:58 -06:00
__init__.py Moved offllinePeers to KV to further reduce coupling 2020-07-26 19:12:52 -05:00
bootstrappeers.py Moved offllinePeers to KV to further reduce coupling 2020-07-26 19:12:52 -05:00
peeraction.py Moved communicator shutdown over to KV model for more decoupling 2020-07-25 21:36:48 -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