Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.223.617 Times

Ham Radio Control Libraries 1.2.6.2

  Date Added: July 23, 2010  |  Visits: 1.751

Ham Radio Control Libraries

Report Broken Link
Printer Friendly Version


Product Homepage
Download (114 downloads)

Ham Radio Control Libraries is a development effort to provide a consistent interface for programmers wanting to incorporate radio control in their programs. Hamlib is not a complete user application, rather, it is a software layer intended to make controlling various radios and other shack hardware much easier. Hamlib will allow authors of such software as logging programs, digital communications programs, or those wanting to develop the ultimate radio control software to concentrate on the user interface and the basic function of the program rather than radio control. Most recent amateur radio transceivers allow external control of their functions through a serial interface. Unfortunately, control commands are not always consistent across a manufacturers product line and each manufacturers product line differs greatly from its competitors. Hamlib attempts to solve this problem by presenting a "virtual radio" to the programmer by providing an API to actions such as setting a given VFOs frequency, setting the operating mode, querying the radio of its current status and settings, and giving the application a list of a given radios capabilities. Unfortunately, what can be accomplished by hamlib is limited by the radios themselves and some offer very limited capability.. Hamlib is a library aid for developers wishing to incorporate control of amateur radio hardware into their programs.

Requirements: No special requirements
Platforms: Linux
Keyword: Consistent Control Ham Ham Radio Interface Libraries Programming Radio Radio Control
Users rating: 0/10

License: Freeware Size: 1.4 MB
HAM RADIO CONTROL LIBRARIES RELATED
Modules  -  Drupal Ham Radio Module 6.x-1.x-de
Basic Features * Import ADIF logbook (exported from popular progams such as Ham Radio Deluxe) * Display Logbook * Search Logbook (date range, mode, callsign, grid locator, frequency) * Contact Details (all QSOs made with specific callsign) *...
20.48 KB  
Utilities  -  Grig 0.7.2
Grig is a graphical user interface for the Ham Radio Control Libraries. Grig project is intended to be simple and generic, presenting to the user the same interface regardless of which radio he or she uses. Grig is in an early stage with only...
450.56 KB  
Network & Internet  -  dxcc 20080225
dxcc software is a ham radio callsign DXCC lookup utility. dxcc is a small command line utility which determines the ARRL DXCC entity of a ham radio callsign, based on the cty.dat country file by Jim Reisert, AD1C. Example
112.64 KB  
Utilities  -  Grig for Linux 0.8.0
Grig is a simple Ham Radio control (CAT) program based on the Ham Radio Control Libraries (Hamlib). It is intended to be highly generic presenting the user to the same graphical user interface regardless of which radio is being controlled.
501.76 KB  
Home & Leisure  -  Aether for Mac OS 1.1.8
A ham radio logging application for Mac OS X. Aether includes tools to quickly and easily log QSOs while on the air, as well as organize, search and track your QSOs later. Aether was designed for Mac OS X, and has the same kind of clean,...
10.7 MB  
Utilities  -  HamTime 2.0.0.3
This program was requested by a Ham radio operator. FCC regulations demand that you announce your callsign at least once every ten minutes, and HamTime runs in the corner of the screen and gives you an audible alarm when that announcement is due....
594 KB  
Communication Tools  -  YFKlog 0.3.5
YFKlog is a general purpose ham radio logbook for *nix operating systems. YFKlog runs in text mode, which means it can easily be used on a remote server, even from Windows-Computers with PuTTY. It was primarily designed with normal...
122.88 KB  
Misc. Server Tools  -  CQRLOG 1.2.1
CQRLOG is an advanced ham radio logger based on MySQL database. Provides radio control based on hamlib libraries (currently support of 140+ radio types and models), DX cluster connection, QRZ callbook (web version), a grayliner, internal QSL...
5.86 MB  
Networking Tools  -  RUMlog 3.0
RUMlog is a HAM radio logging tool for a HF. Simple terminal is included for Packet Radio, as well a Telnet interface for dx cluster connection. QSL Printing, DXCC Lists, etc.
 
Home & Leisure  -  HamExamHelper 1.1
Ham Exam Helper, the little helper to help you pass your Ham Radio / Amateur Radio exams! For Element 2 (Tech), Element 3 (General) and Element 4 (Extra) license. Includes all the question pools with answers.
722 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB