nucypher/nkms/network
jMyles f8d67c83d6 BaseClass for NetworkyStuff will just return NotImplemented when asked to find a competitive rate. 2017-12-11 14:44:32 -08:00
..
__init__.py Documentation of the reencryption interface in docstrings 2017-08-18 22:43:06 -07:00
_temp_client.py Rudimentary server and client w/ cert generation and TLS. 2017-11-05 19:30:03 -08:00
_temp_server.py Rudimentary server and client w/ cert generation and TLS. 2017-11-05 19:30:03 -08:00
blockchain_client.py Another variable type hint removal. 2017-11-22 09:27:58 -08:00
capabilities.py Nodes now share a Capability framework for determining how to interact. This includes the ability for a Node to announce itself as seed-only. Fixed #22. 2017-09-13 13:34:40 -07:00
constants.py Nodes now share a Capability framework for determining how to interact. This includes the ability for a Node to announce itself as seed-only. Fixed #22. 2017-09-13 13:34:40 -07:00
dummy.py Dummy client to use DB instead of dict 2017-09-05 16:56:29 -07:00
generate_certs.py First semblance of Twisted TLS upgrade. 2017-11-05 19:30:03 -08:00
node.py BaseClass for NetworkyStuff will just return NotImplemented when asked to find a competitive rate. 2017-12-11 14:44:32 -08:00
protocols.py Not using msgpack for protocols anymore! All concat and split now. 2017-11-21 20:21:02 -08:00
routing.py Logic for a node to alert another node that it is seed-only. 2017-09-13 13:34:40 -07:00
server.py Fixes #98. 2017-11-06 13:44:59 -08:00
storage.py Seed-only Server now (at least seems) to actually refuse to store data. Fixes #23. 2017-09-13 13:34:40 -07:00
upgrade.py First semblance of Twisted TLS upgrade. 2017-11-05 19:30:03 -08:00