Add docstring to http_interface.py to describe RNS-over-HTTP functionality
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
"""
|
||||
RNS-over-HTTP Interface
|
||||
|
||||
HTTP interface for Reticulum that implements bidirectional communication using HTTP POST requests.
|
||||
"""
|
||||
|
||||
import logging
|
||||
import logging.handlers
|
||||
import sys
|
||||
|
||||
Reference in New Issue
Block a user