From 0cb015e897e51980e05b04a23e773eca1a069ca7 Mon Sep 17 00:00:00 2001 From: Ivan Date: Fri, 26 Sep 2025 16:29:33 -0500 Subject: [PATCH] Add docstring to http_interface.py to describe RNS-over-HTTP functionality --- http_interface.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/http_interface.py b/http_interface.py index e7eae80..d36b0cc 100644 --- a/http_interface.py +++ b/http_interface.py @@ -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