WARNING: THIS IS A PREVIEW VERSION OF D2S2, INTENDED FOR DEVELOPMENT AND TESTING. NOT ALL FEATURES ARE PRESENT
Command-line interface for the D2S2. Supports running simulations and scripts from .d2s2 scenario files.
The D2S2 snap is strictly confined. USB-serial and CAN bus interfaces require manual connection after installation.
Reaching a GSE Hub
D2S2 does not open the hub's serial port itself. It talks to the GSE App CLI's appd service, which runs as root, already holds the port and shares it between its clients - so this snap needs no device interfaces, and your user needs no dialout membership. D2S2 and the GSE App can drive one hub at the same time, each on its own GSE host address.
sudo snap install gse-app-cli sudo snap connect gse-app-cli:raw-usb sudo snap connect gse-app-cli:hardware-observe sudo snap connect gse-app-cli:can-bus sudo snap connect gse-app-cli:network-control
gse-app-cli daemon listen --addr 127.0.0.1 --token <token>
export GSE_APP_DAEMON=<token>@tcp://127.0.0.1:7788 d2s2-preview runscript ...
gse-app-cli daemon list shows which hubs the daemon has and who is attached.
You are about to open
Do you wish to proceed?
Thank you for your report. Information you provided will help us investigate further.
There was an error while sending your report. Please try again later.
Snaps are applications packaged with all their dependencies to run on all popular Linux distributions from a single build. They update automatically and roll back gracefully.
Snaps are discoverable and installable from the Snap Store, an app store with an audience of millions.
On a Raspberry Pi running the latest version of Raspbian snap can be installed directly from the command line:
sudo apt update
sudo apt install snapd
You will also need to reboot your device:
sudo reboot
After this, install the snapd snap in order to get the latest snapd:
sudo snap install snapd
To install D2S2 Satellite Simulator, simply use the following command:
sudo snap install d2s2-preview
Browse and find snaps from the convenience of your desktop using the snap store snap.
Interested to find out more about snaps? Want to publish your own application? Visit snapcraft.io now.