Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
@brightsign/bsc
Advanced tools
Simple Node CLI App to communicate with a BrightSign player over the LAN using the Local DWS REST HTTP APIs.
The BrightSign CLI tool bsc
is the command line interface for interacting with the Diagnostic Web Server (DWS).
This is the second version of bsc
, with the deprecated code being found here. This code contains breaking changes, so update with caution.
It is recommended to install the CLI through the npm package manager, which comes bundled with Node.js when installed on your system.
With npm
installed, we recommend bsc
to be installed and upgraded globally:
npm install --global @brightsign/bsc
Add a player to bsc
with:
bsc local player --add
storing information in ~/.bsc/players.json
.
Note: If you have not used bsc
before, you must generate the players.json
file (for now). Run:
touch ~/.bsc/players.json
Then, add your first player with:
bsc local player --add --player playerName --user username --pass password --storage sd | ssd | usb
From here, the supported commands can be seen by running, bsc
or bsc --help
.
To get started with your first interactive command, try to retrieve your player's info:
bsc info --player PLAYER_NAME
NOTE: This CLI will have multiple nested command-spaces (such as cloud
features), but for now there is only one: local
. You must namespace into this field to use the commands: bsc local ...
.
TIP: Adding
--help
after any command will provide additional information on how to use that command.
Many commands require either a filePath
or a location
parameter to be passed in. When we refer to a file on the player, or any path locally (file or directory), this is filePath
. When referring to a directory on the player, this is location
.
To upload a file, for example:
bsc local file --upload --player playerName --file ./path-to-your-file --destination sd/path-on-player
Note that the --destination
option is optional, and without it the file will be uploaded to the root of the SD card. Also note that you can upload directories or files with --file
.
FAQs
Simple Node CLI App to communicate with a BrightSign player over the LAN using the Local DWS REST HTTP APIs.
We found that @brightsign/bsc demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.