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.3.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.3-py3-none-any.whl (20.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: tibet_ping-0.1.3.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.3.tar.gz
Algorithm Hash digest
SHA256 2064a4aaf1a1f6505f2be801017b76a3ae072158fe70a7e481faa2cf1d0698ca
MD5 0277fea23c94671563f63cc1e3ea8117
BLAKE2b-256 c2e6c072d044a54028b9702ea20d63a548c525347338d856dfa006b7d0354c59

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tibet_ping-0.1.3-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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 14d66157f85e84731f721595a77048c2abacc6ad7ecfa2914b14f1f65c5f5518
MD5 8f46d7d3e9c4c69314a3e97e44e90cfe
BLAKE2b-256 7393491f60c9037fead11a08b6768027d6127ce462f2c95f528832f652900ffe

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