Download Latest Version flrig-2.0.08.tar.gz (1.1 MB)
Email in envelope

Get an email when there's a new version of fldigi

Home / flxmlrpc
Name Modified Size InfoDownloads / Week
Parent folder
flxmlrpc-0.1.4.tar.gz 2016-02-25 769.7 kB
readme.txt 2016-02-25 1.5 kB
Totals: 2 Items   771.3 kB 3
flxmlrpc Library

This is version 0.1.4 of flxmlrpc, an implementation of the XmlRpc protocol
written in C++, based upon XmlRpc++0.7 and modified to provide additional XmlRpc
Variable types.  It is used in fldigi, flrig, flnet, flmsg, flarq, flamp, fllog;
a suite of programs written for amateur radio emergency communications.

flxmlrpc is designed to make it easy to incorporate xmlrpc client and server
support into C++ applications. Or use both client and server objects in your 
application for easy peer-to-peer support.

Features

    Easy     This library is easy to incorporate into C++ applications. No other
             libraries are required, other than your system's socket libraries.
             Simple XML parsing and HTTP support are built in.

    Fast     All IO is non-blocking, so a slow client or network will not slow
             down the server.

    Portable Written in standard C++ to the POSIX and Windows sockets APIs.
             You do need a fairly recent compiler, g++ 3.1 or greater.

    Free     This library is released under the GNU LGPL.

    Optional Each fl_xxx application that requires this library may be built from
             source without the library.  Linking of the library occurs auto-
             matically based on identification of the resident library config-
             uration files.  This library is primarily for use by Linux distri-
             bution maintainers who may be required to minimize the use of 
             embedded library contents.
Source: readme.txt, updated 2016-02-25