Fork me on GitHub

Kayak - core

Kayak-core is a part of Kayak that contains the main components to access a bus. There are no Netbeans or other GUI dependencies. Therefore it may be used as a library in other projects or can be used to extend the Kayak functionality.

Example

I added an example Project that utilizes the Kayak-core library to implement an echo service. This service connects to a bus, listens for frames of a specific ID and returns frames of a different ID with the same content.
This is a very simple example how Kayak-core can be used. The complete code is shown in this listing.