The core component of the Cyberwave Edge Node
Project description
Cyberwave Edge Core
This Edge component acts as an orchestrator of your Cyberwave edge components.
Quickstart (Linux machines)
# Install the CLI (one time setup)
curl -fsSL "https://packages.buildkite.com/cyberwave/cyberwave-cli/gpgkey" | sudo gpg --dearmor -o /etc/apt/keyrings/cyberwave_cyberwave-cli-archive-keyring.gpg
# Configure the source
echo -e "deb [signed-by=/etc/apt/keyrings/cyberwave_cyberwave-cli-archive-keyring.gpg] https://packages.buildkite.com/cyberwave/cyberwave-cli/any/ any main\ndeb-src [signed-by=/etc/apt/keyrings/cyberwave_cyberwave-cli-archive-keyring.gpg] https://packages.buildkite.com/cyberwave/cyberwave-cli/any/ any main" | sudo tee /etc/apt/sources.list.d/buildkite-cyberwave-cyberwave-cli.list > /dev/null
# Install the CLI
sudo apt update && sudo apt install cyberwave-cli
# Use the CLI to complete the edge setup
sudo cyberwave edge install
The cyberwave-cli will ask you to log in with your Cyberwave credentials and then will proceed installing the cyberwave-edge-core on your edge device.
Don't have a Cyberwave account? Get one at cyberwave.com
Configuration
The edge core reads configuration from /etc/cyberwave/ (overridable via the CYBERWAVE_EDGE_CONFIG_DIR environment variable, which is set in the systemd unit):
| File | Description |
|---|---|
credentials.json |
API token, workspace info |
fingerprint.json |
Device fingerprint |
environment.json |
Linked environment UUID |
Of the files above, the core needs only the credentials.json file. You can easily populate it with the cyberwave-cli as described in the quickstart.
The fingerprint.json is populated by the core itself.
How the edge works
Once it's started (either via CLI or via service) the core does the following:
- Checks if the credentials stored in
credentials.jsonare valid - Connects to the backend MQTT and checks if the connection is up and running
- Registers the
edgedevice is running on, or updates its registration record. Eachedgedevice is defined by a unique hardware fingerprint - Downloads the latest environment from the backend and downloads the list of devices connected to the edge
- For each
twin, present in the environment, and connected to the edge: It starts the twin's docker driver image
Writing compatible drivers
A Cyberwave driver is a Docker image that is capable of interacting with the device's hardware, sending and getting data from the Cyberwave backend. Every time the core starts a driver Docker image, the core does so by defining the following environment variables:
CYBERWAVE_TWIN_UUIDCYBERWAVE_API_KEYCYBERWAVE_TWIN_JSON_FILE
The Cyberwave twin JSON file is an absolute path to a JSON file. The JSON file is writable by the driver. It represents a complete twin object as well as its complete asset object. It represented in the same way that is it in the API, including the whole metadata field, schema and abilities. Twin reference here, Asset reference here.
As a driver, you can change the JSON file. The core will, when connectivity is present, sync it with the one in the backend.
When writing drivers, use the official Cyberwave SDK to communicate with the backend, as it will abstract a bunch of complexity in the MQTT handshake, REST API authentication, and more.
Once you wrote a driver, you can add its details in the twin's metadata (or the asset's metadata if you own it). Right now the edit is manual and directly in the metadata. To edit the metadata, you can switch to Advanced editing in the environment or in the asset editing.
Note: If you change the metadata on the asset, every twin created out of that asset from that moment on will have the same metadata as the asset, as the starting point
The driver object in the metadata looks like this:
"drivers": {
"default": {
"docker_image":"cyberwaveos/so101-driver", // this is either a public image on the Docker hub or on your own registry
"version": "0.0.1", // this field is optional
"params" : ["--network local", "--add-host host.docker.internal:host-gateway"] // this is also optional
}
}
Advanced usage
Manual install and usage
# Install the registry signing key:
curl -fsSL "https://packages.buildkite.com/cyberwave/cyberwave-edge-core/gpgkey" | gpg --dearmor -o /etc/apt/keyrings/cyberwave_cyberwave-edge-core-archive-keyring.gpg
# Configure the source:
echo -e "deb [signed-by=/etc/apt/keyrings/cyberwave_cyberwave-edge-core-archive-keyring.gpg] https://packages.buildkite.com/cyberwave/cyberwave-edge-core/any/ any main\ndeb-src [signed-by=/etc/apt/keyrings/cyberwave_cyberwave-edge-core-archive-keyring.gpg] https://packages.buildkite.com/cyberwave/cyberwave-edge-core/any/ any main" > /etc/apt/sources.list.d/buildkite-cyberwave-cyberwave-edge-core.list
# Run all startup checks (validate token, MQTT, devices, environment)
cyberwave-edge-core
# Show current credential, token, MQTT, and device status
cyberwave-edge-core status
# Show version
cyberwave-edge-core --version
Other env vars
To run against another env:
export CYBERWAVE_ENVIRONMENT="yourenv"
export CYBERWAVE_BASE_URL="https://yourbaseurl"
cyberwave-edge-core
Or from the CLI
sudo CYBERWAVE_ENVIRONMENT="yourenv" CYBERWAVE_BASE_URL="https://yourbaseurl" cyberwave edge install
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cyberwave_edge_core-0.0.24.tar.gz.
File metadata
- Download URL: cyberwave_edge_core-0.0.24.tar.gz
- Upload date:
- Size: 19.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65acd791c0dc03fc9f704f4edc218a05a104d07b834675d02fe1efb233a35724
|
|
| MD5 |
d20b582242c73fbf2eafb1f42d8fb71d
|
|
| BLAKE2b-256 |
a389af06ebeb19839160611de8ac78b011de962ea76522c767baeaeb31f32b11
|
Provenance
The following attestation bundles were made for cyberwave_edge_core-0.0.24.tar.gz:
Publisher:
release-pypi.yml on cyberwave-os/cyberwave-edge-core
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
cyberwave_edge_core-0.0.24.tar.gz -
Subject digest:
65acd791c0dc03fc9f704f4edc218a05a104d07b834675d02fe1efb233a35724 - Sigstore transparency entry: 992118953
- Sigstore integration time:
-
Permalink:
cyberwave-os/cyberwave-edge-core@37ab2e5b416332aa6247e3b8dbbd0c0cbaec68b6 -
Branch / Tag:
refs/tags/v0.0.24 - Owner: https://github.com/cyberwave-os
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@37ab2e5b416332aa6247e3b8dbbd0c0cbaec68b6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file cyberwave_edge_core-0.0.24-py3-none-any.whl.
File metadata
- Download URL: cyberwave_edge_core-0.0.24-py3-none-any.whl
- Upload date:
- Size: 15.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a4b1f2ed334e90fba7742f2f62593c46fcfd786cb24ec424b5ac3492b2c1a04
|
|
| MD5 |
ba8f15499c4c5edfcbf7e77418854cd3
|
|
| BLAKE2b-256 |
0b514fd34313dc0fa17ea5d195261bc9a69f553720a4f19dc8a109c3bfbf390b
|
Provenance
The following attestation bundles were made for cyberwave_edge_core-0.0.24-py3-none-any.whl:
Publisher:
release-pypi.yml on cyberwave-os/cyberwave-edge-core
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
cyberwave_edge_core-0.0.24-py3-none-any.whl -
Subject digest:
6a4b1f2ed334e90fba7742f2f62593c46fcfd786cb24ec424b5ac3492b2c1a04 - Sigstore transparency entry: 992118959
- Sigstore integration time:
-
Permalink:
cyberwave-os/cyberwave-edge-core@37ab2e5b416332aa6247e3b8dbbd0c0cbaec68b6 -
Branch / Tag:
refs/tags/v0.0.24 - Owner: https://github.com/cyberwave-os
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@37ab2e5b416332aa6247e3b8dbbd0c0cbaec68b6 -
Trigger Event:
push
-
Statement type: