refactor:rename-project-to-openhop

This commit is contained in:
Lloyd
2026-06-24 23:27:49 +01:00
parent 2b07e79ccd
commit 2b67dea96b
83 changed files with 719 additions and 649 deletions
+5 -5
View File
@@ -1,5 +1,5 @@
"""
Text message (TXT_MSG) handling helper for pyMC Repeater.
Text message (TXT_MSG) handling helper for openHop Repeater.
This module processes incoming text messages for all managed identities
(repeater identity + identity manager identities).
@@ -10,8 +10,8 @@ import asyncio
import logging
import time
from pymc_core.node.handlers.text import TextMessageHandler
from pymc_core.protocol import CryptoUtils, Identity
from openhop_core.node.handlers.text import TextMessageHandler
from openhop_core.protocol import CryptoUtils, Identity
from .mesh_cli import MeshCLI
from .room_server import RoomServer
@@ -603,8 +603,8 @@ class TextHelper:
"""
import time
from pymc_core.protocol import PacketBuilder
from pymc_core.protocol.constants import PAYLOAD_TYPE_TXT_MSG
from openhop_core.protocol import PacketBuilder
from openhop_core.protocol.constants import PAYLOAD_TYPE_TXT_MSG
try:
src_hash = original_packet.payload[1]