Onionr/src/communicator
Kevin 47013431d2 Removed use of communicator's storagecounter to reduce coupling 2020-07-24 03:27:42 -05:00
..
daemoneventhooks * Revert back to hiding blocks even when we have no outgoing connections 2020-06-29 02:29:55 -05:00
onlinepeers keep trying to connect to new peers eagerly if we have no outgoing connections 2020-06-28 04:17:45 -05:00
uploadqueue switched to upload event api 2020-01-04 06:13:10 -06:00
README.md renamed onionr dir and bugfixes/linting progress 2019-11-21 02:23:58 -06:00
__init__.py Removed use of communicator's storagecounter to reduce coupling 2020-07-24 03:27:42 -05:00
bootstrappeers.py minor bug fixes and linting improvements 2019-12-23 01:51:24 -06:00
peeraction.py minor bug fixes and linting improvements 2019-12-23 01:51:24 -06: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