Ham Radio Control Libraries 1.2.7 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Ham Radio Control Libraries 1.2.7 (Default branch)
# 1  
Old 02-15-2008
Ham Radio Control Libraries 1.2.7 (Default branch)

The HAM radio equipment control libraries allow you to write amateur radio equipment control programs for transceivers and antenna rotators which use CAT or similar computer interfaces for control. License: GNU Lesser General Public License (LGPL) Changes:
This release has much-improved documentation. This is an ongoing effort. The new models added are IC-820H, DttSP (experimental), Elektor SDR-USB (Windows and Un*x), DDS-60, FT-450, and FT-767GX. Fixes have been made to models IC-746, IC-765, IC-910, Kenwood's, FT1000MP, FT817, and others. A new toy, the rigsmtr program, has been added to graph polar signal strength. There's also a new experimental rigctld rig daemon, with a simple protocol for scripting languages and radio applications.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Cybersecurity

Linux Universal Packet/Ham Radio Backdoor - root!

Tails (LiveCD) is crap, and I'm being nice here. Bloated, contains HAMRADIO and PACKET RADIO modules which no one in their right mind would use on a distro aimed at Tor use, I don't even believe 1% of Linux users use them, yet they're generated right there in the directories. Google about ham radio... (0 Replies)
Discussion started by: chipinmybrain
0 Replies
Login or Register to Ask a Question
vagalumectl(1)						      General Commands Manual						    vagalumectl(1)

NAME
vagalumectl - Remotely control Vagalume via its D-Bus interface SYNOPSIS
vagalumectl [command] DESCRIPTION
This manual page documents briefly the vagalumectl command. vagalumectl is a front end to easily control the Vagalume Last.fm client via its D-Bus interface without having to use low-level commands. COMMANDS
play Start playing the last selected radio. skip Skip to the next song. stop Stop playing. love Mark the current song as 'loved'. ban Mark the current song as 'banned' and skip to the next one. globaltag tag Play a 'global tag' radio. artist artist Play a 'similar artists' radio. group group Play a 'Last.fm group' radio. loved user Play a user's 'loved tracks' radio. mix user Play a user's mix radio neighbours user Play a user's 'neighbours' radio. library user Play a user's library playlist user Play a user's playlist. playurl url Play an arbitrary radio URL. volumeup [inc] Increase playback volume. If inc is not specified it takes 5 as the default value. This command is not available on all platforms. volumedown [inc] Decrease playback volume. If inc is not specified it takes 5 as the default value. This command is not available on all platforms. volume value Set the playback volume to a specific value. This command is not available on all platforms. start Start Vagalume (unless already running). close Close Vagalume (unless already closed). help Show a quick reference of all available commands. EXAMPLES
Start playing the last selected radio: $ vagalumectl play Play your loved tracks' radio: $ vagalumectl loved YOURUSERNAME Play your best friend's playlist: $ vagalumectl playlist USERNAME Please notice that quotes are recommended around parameters that might contain white spaces, such as tag or artist , e.g: $ vagalumectl tag "hard rock" $ vagalumectl artist "Led Zeppelin" SEE ALSO
vagalume(1) AUTHOR
This manpage has been written by Mario Sanchez Prada <msanchez@igalia.com> 2010-10-30 vagalumectl(1)