This is the application running on the SOMA Connect bridges. You can download and install it directly on your Raspberry Pi.
We publish this to our repository server. So first you need to add the HOOBS repository to your sources.
wget -qO- https://support.hoobs.org/setup | sudo -E bash -
Now you can install SOMA Connect.
sudo apt install soma-connect
This is a binary release, so the build process simply creates the .deb package. Since we sign our packages, you will need to clone our security repository to get access to our GPG keys.
cd ~/HOOBS
git clone https://github.com/hoobs-org/security.git
Note these files are protected. You will need to login to clone. You also need to be a member of the HOOBS orginization.
Now you need to import the GPG keys to your key chain.
cd ~/HOOBS
gpg --import ./security/repo/publickey.gpg
gpg --allow-secret-key-import --import ./security/repo/privatekey.gpg
Now check your keys to see if the hoobs key is there.
gpg --list-keys | grep hoobs
The output should look something like this.
uid [ultimate] hoobs <info@hoobs.org>
HOOBS and the HOOBS logo are registered trademarks of HOOBS Inc. Copyright (C) 2020 HOOBS Inc. All rights reserved.