Skip to content
Thomas Schwotzer edited this page Aug 30, 2021 · 28 revisions

We strongly suggest to read section SharkComponent before you read this section. That section will be sufficient for most use cases.

In some very specific circumstances, we figured it helpful to have a reduced (basic) SharkPeer at hand. This basic version cannot deal with components but with key-value-pairs and ASAPHub support. This wiki was created to describe those aspects. https://github.com/SharedKnowledge/ASAPJava/wiki/SharkComponent

SharkPeer is a wrapper around ASAPPeer.

It adds additional functionality. We decided to split those new functionalities into to packages:

Basic:

  • Additional data can be kept with a peer.
  • ASAP hubs can be managed

Full:

  • allows management of several SharkComponent using a single ASAPPeer.

Introduction

Shark Components

  1. Describe your component
  2. Component initialization
  3. Setup Shark App
  4. Component launch

ASAP Hub Management

  1. What's a hub
  2. hub information management
  3. connection management
Clone this wiki locally