MCPcopy Create free account
hub / github.com/attermann/microReticulum / __init__

Method __init__

test_interop/python_packet_receiver.py:53–54  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

51
52class _AnnounceHandler:
53 def __init__(self):
54 self.aspect_filter = f"{APP_NAME}.{ASPECT}"
55 def received_announce(self, destination_hash, announced_identity, app_data):
56 # Skip our own echo.
57 if state["remote_identity"] is not None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected