Skip to main content

Intent-based discovery and communication protocol with TIBET provenance. ICMP replacement with identity, trust, and context.

Project description

tibet-ping

Intent-based discovery and communication protocol with TIBET provenance.

ICMP ping is dumb: "are you there?" → "yes". No identity, no intent, no trust.

tibet-ping replaces this with a TIBET token as handshake. Every ping carries identity (JIS), intent, context, and purpose. Responses are trust-gated through Airlock zones.

Features

  • PingPacket — TIBET-backed ping with identity, intent, context, purpose
  • NonceTracker — Replay protection (30-second time window)
  • Airlock — Trust-gated access (GROEN/GEEL/ROOD zones) with rules engine
  • Vouching — Trust delegation for device groups (solves HITL scaling)
  • Topology — Hub/Hubby/Pod/Station network modeling
  • Beacon — Airgapped bootstrap for new devices (chicken-and-egg solved)

Quick Start

from tibet_ping import PingNode, PingDecision

# Create nodes
hub = PingNode("jis:home:hub")
sensor = PingNode("jis:home:sensor_temp")

# Hub trusts sensor
hub.set_trust("jis:home:sensor_temp", 0.9)

# Sensor pings hub
packet = sensor.ping(
    target="jis:home:hub",
    intent="temperature.report",
    purpose="Periodic temperature reading",
    payload={"celsius": 21.5},
)

# Hub receives and processes
response = hub.receive(packet)
assert response.decision == PingDecision.ACCEPT
assert response.airlock_zone == "GROEN"

Airlock Zones

Zone Trust Action
GROEN >= 0.7 Auto-allow
GEEL 0.3 - 0.7 Pending (rules or HITL)
ROOD < 0.3 Silent drop

Vouching (HITL Scaling)

# Hub vouches for 50 sensors at once
hub.vouch(
    vouched_dids=["jis:home:s1", "jis:home:s2", ...],
    my_trust=0.9,
    vouch_factor=0.7,  # Vouched trust = 0.9 * 0.7 = 0.63
)

Beacon Bootstrap

# New device broadcasts beacon (no secrets!)
beacon = new_device.broadcast_beacon(
    capabilities=["temperature"],
    device_type="sensor",
)

# Hub auto-vouches or escalates to HITL
response = hub.handle_beacon(beacon)

License

MIT — Humotica AI Lab 2025-2026

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tibet_ping-0.1.4.tar.gz (15.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tibet_ping-0.1.4-py3-none-any.whl (20.8 kB view details)

Uploaded Python 3

File details

Details for the file tibet_ping-0.1.4.tar.gz.

File metadata

  • Download URL: tibet_ping-0.1.4.tar.gz
  • Upload date:
  • Size: 15.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for tibet_ping-0.1.4.tar.gz
Algorithm Hash digest
SHA256 978cb9e26a0794210f6abbd4f838aae57b011065114d435ffeddc7dc0d457760
MD5 45d88f8fd7965ccbca965ba2fdc0d9f9
BLAKE2b-256 72b0f8e0749f0209aa7c35c41b96424b57eb465004c3d27d802120cca6ad755d

See more details on using hashes here.

File details

Details for the file tibet_ping-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: tibet_ping-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 20.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for tibet_ping-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 a8036d442ec08fc099f7950bfe2763c6be4edfd18cda49fd487dc94900b20a69
MD5 5810dbaee87cc6faf824d7cc8d7ce17b
BLAKE2b-256 9ffd0e86c7d5d38191ec9573ab0b48bea74424987ab646014ac1af527749f193

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page