
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Documentation: https://docs.smartdust.me/docs/CLI%20Lab%20client/cli-client-1-3
Automation client for connecting to Smartdust Lab devices via adb from a terminal. Designed with the following scenario in mind:
Due to it being a console tool, it's very easy to use it for test automation in a CI\CD pipeline, for example in Jenkins.
Allows for filtering by any device description parameter as well as listing all available values of a given parameter e.g. all unique names of devices in the lab instance.
gem install smartdust-client
Open your terminal
"cd" into the directory where the repository is cloned
Run the following commands: (adding "sudo" might be needed)
gem build smartdust-client.gemspec
gem install smartdust-client-1.3.5.gem
(or different version, see output of the previous command)
Run it by simply entering smartdust-client
NAME
smartdust-client - Smartdust Lab client (version 1.3.3)
SYNOPSIS
smartdust-client [global options] command [command options] [arguments...]
GLOBAL OPTIONS
--help - Show this message
--log=arg - Log file (default: none)
--pid=arg - PID file (default: none)
-t, --token=arg - Authorization token, can also be set by environment variable SD_TOKEN (default: none)
-u, --url=arg - URL to Smartdust Lab, can also be set by environment variable SD_URL (default: none)
-v, --[no-]verbose - Be verbose
COMMANDS
clean - Frees all devices that are assigned to current user in Smartdust Lab. Doesn't modify local adb
connect - Search for a device available in Smartdust Lab and attach it to local adb server
disconnect - Disconnect device(s) from local adb server and remove device(s) from user devices in Smartdust Lab
help - Shows a list of commands or help for one command
keys - Show available keys for filtering
trustme - Add adb public key into Smartdust Lab
values - Show known values for the filtering key
gem install bundler -v 1.17.3
bundle install
in the project directory (might require adjusting directory permissions or sudo)bundle exec ruby lib/stf.rb
The gem is available as open source under the terms of the MIT License.
FAQs
Unknown package
We found that smartdust-client demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.