Onionr/onionr/onionrservices
Kevin Froman 9fc6e35fe4 work on direct connections 2019-08-25 03:08:09 -05:00
..
warden work on direct connections 2019-08-25 03:08:09 -05:00
README.md corrected permissions again 2019-06-16 13:20:54 -05:00
__init__.py work on direct connections 2019-08-25 03:08:09 -05:00
bootstrapservice.py work on direct connections 2019-08-25 03:08:09 -05:00
connectionserver.py work on chat 2019-08-16 15:41:56 -05:00
httpheaders.py corrected permissions again 2019-06-16 13:20:54 -05:00
pool.py work on direct connections 2019-08-25 03:08:09 -05:00
serverexists.py work on chat 2019-08-21 03:03:24 -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.