-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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.
- What's a hub
- hub information management
- connection management