
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
@trippnology/js8-cli
Advanced tools
Use JS8Call's JSON API via the command line.
This program is essentially just a cli wrapper for lib-js8call.
Make sure you have Node.js v22.12.0 or newer installed.
npm install -g @trippnology/js8-cli
Usage: js8-cli [options] [command]
Options:
-v, --vers Output the current version
-h, --host <hostname/IP address> Hostname or IP address of machine running JS8Call (default: "127.0.0.1")
-p, --port <port number> Port used by JS8 host machine (default: "2442")
--help Display help for command
Commands:
inbox.get_messages View a list of your inbox messages
inbox.store_message <callsign> <text> Store a message in your inbox for later transmission
mode.get_speed The current TX speed. 0 = normal, 1 = fast, 2 = turbo, 4 = slow
rig.get_freq The current station frequency
rig.set_freq <offset> [frequency] Change the offset and/or frequency
rx.get_band_activity Gets the text in the band activity window
rx.get_call_activity Gets the text in the call activity window
rx.get_text Gets the text in the QSO window
tx.send_message <text> Transmit a message
tx.set_text <text> Set the text in the TX window
help [command] Display help for command
More commands coming soon, as they are added to lib-js8call.
You can provide dynamic input to commands in a couple of different ways.
echo -n "hello, world!" | js8-cli tx.send_message
# -n option omits the newline at the end
cat some-file.txt | js8-cli tx.send_message
This method allows more control over the final output.
js8-cli tx.send_message "$(some-command)"
Posting a report to the WX group, using data from the local disk:
js8-cli tx.send_message "@WX Report from JO02mm: $(cat ~/weather-station/conditions.txt)"
# Outputs:
# @WX Report from JO02mm: 10.5c 93% 1012mb
The same method can be used for other types of telemetry (such as battery level), data from web APIs, or whatever else you come up with. Remember to put quotes around anything that may contain spaces.
git checkout -b my-new-feature developgit commit -am 'Add some feature'git push origin my-new-feature--ip option is now -h or --hostrx commands: rx.get_band_activity, rx.get_call_activity, and rx.get_text-i or --ip) and port number (-p or --port)Developed by Trippnology
MIT, see LICENSE
FAQs
Use JS8Call's JSON API via the cli
The npm package @trippnology/js8-cli receives a total of 2 weekly downloads. As such, @trippnology/js8-cli popularity was classified as not popular.
We found that @trippnology/js8-cli 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.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.