Onionr/onionr/apiservers
2019-10-07 21:32:33 -05:00
..
private added motd system, reworked handling of bytes in signatures 2019-10-07 21:32:33 -05:00
public
__init__.py
README.md

API Servers

Contains the WSGI servers Onionr uses for remote peer communication and local daemon control

Files

  • __init__.py: Exposes the server classes
  • private: Contains the client API (the server used to interact with the local Onionr daemon, and view the web UI)
  • public: Contains the public API (the server used by remote peers to talk to our daemon)