Skip to main content

Make your objects available everywhere

Project description

HEROS - Highly Efficienct Remote Object Service

heros logo{height=150px}

HEROS is a decentralized object sharing service. In simple words it makes your software objects network transparent. To be fast and efficient, HEROS relies on the minimal overhead eclipse-zenoh protocol as a transport layer. It thus supports different network topologies and hardware transports. Most notably, it can run completely decentralized, avoiding a single point of failure and at the same time guaranteeing low latency and and high bandwidth communication through p2p connections.

HEROS provides a logical representation of software objects and is not tied to any specific language. Even non-object oriented programming languages might provide a collection of functions, variables, and events to be accessible as an object in HEROS.

Very much like a Dynamic Invocation Infrastructure (DII) in a Common Object Broker Architecture (CORBA), HEROS handles objects dynamically during runtime rather than during compile time. While this does not allow to map HEROS objects to be mapped to the language objects in compiled languages, languages supporting monkey-patching (python, js, ...) are still able create proxy objects during runtime.

Paradigms

Realms

To isolate groups of HEROs from other groups, the concept of realms exists in HEROS. You can think of it as a namespace where objects in the same namespace can talk to each other while communication across realms/namespaces is not easily possible. Note that this is solely a management feature, not a security feature. All realms share the same zenoh network and can thus talk to each other on this level.

Objects

An object that should be shared via HEROS must inherit from the class LocalHero. When python instantiates such an object, it will parse the methods, class attributes, and events (see event decorator) and automatically generate a list of capabilities that describes this HEROS object. The capabilities are announced and a liveliness token for the object is created. HEROSOberserver in the network will thus be notified that our new object joined the realm.

When the object is destroyed or the link gets lost, the liveliness token disappears and any remote object will notice this.

Capabilities

A HEROS object is characterized by the capabilities it provides. There are currently three types of capabilities:

  • Attribute
  • Method
  • Event

Class Tree

This is not yet implemented. I will be a method to

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

heros-0.5.0.tar.gz (60.7 kB view details)

Uploaded Source

Built Distribution

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

heros-0.5.0-py3-none-any.whl (36.6 kB view details)

Uploaded Python 3

File details

Details for the file heros-0.5.0.tar.gz.

File metadata

  • Download URL: heros-0.5.0.tar.gz
  • Upload date:
  • Size: 60.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.2 CPython/3.13.1 Linux/6.12.9-arch1-1

File hashes

Hashes for heros-0.5.0.tar.gz
Algorithm Hash digest
SHA256 957bddf0dd419c745689dc044b2e36665468a445ffcbfb8b5eff8d0a7c4f5b0a
MD5 0911052ff35d5226cc31397a6bb81d74
BLAKE2b-256 7c953bb0f737aea1f611a71dfb8aab4afd7da48775fc5287ed840d4343928553

See more details on using hashes here.

File details

Details for the file heros-0.5.0-py3-none-any.whl.

File metadata

  • Download URL: heros-0.5.0-py3-none-any.whl
  • Upload date:
  • Size: 36.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.2 CPython/3.13.1 Linux/6.12.9-arch1-1

File hashes

Hashes for heros-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7cd361981ec2bc1b171d52670b64956e6da3f1fa0788dd14b363aca0a1de0d6d
MD5 34ce573356f51f86cdc71e662395d18a
BLAKE2b-256 b48e4140ea79f74a7953b8663d9b65b1e71cddf7b482c80a8bb94163bc958777

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