Onionr/onionr/onionrservices
Kevin Froman 5edf0e234a added more subdirectory readmes 2019-06-13 11:24:34 -05:00
..
README.md added more subdirectory readmes 2019-06-13 11:24:34 -05:00
__init__.py - removed simplecache for now 2019-06-12 15:12:56 -05:00
bootstrapservice.py - removed simplecache for now 2019-06-12 15:12:56 -05:00
connectionserver.py * Progress in adjust tagline in files, license boilerplate fixes 2019-06-11 19:05:15 -05:00
httpheaders.py - removed simplecache for now 2019-06-12 15:12:56 -05:00

README.md

onionrservices

onionservices is a submodule to handle direct connections to Onionr peers, using the Onionr network to broker them.

Files

init.py: Contains the OnionrServices class which can create direct connection servers or clients.

bootstrapservice.py: Creates a bootstrap server for a peer and announces the connection by creating a block encrypted to the peer we want to connect to.

connectionserver.py: Creates a direct connection server for a peer

httpheaders.py: Modifies a Flask response object http response headers for security purposes.