Menu

Tree [fd52fd] master v1.0.1 /
 History

HTTPS access


File Date Author Commit
 build-aux 2021-07-30 dave-w1hkj dave-w1hkj [cb441a] Repository
 include 2021-08-01 dave-w1hkj dave-w1hkj [5f1067] Base64
 m4 2021-07-30 dave-w1hkj dave-w1hkj [cb441a] Repository
 src 2021-07-30 dave-w1hkj dave-w1hkj [b6b079] Client ID
 test 2015-04-20 David Freese David Freese [c0c6af] test binaries
 AUTHORS 2015-04-20 David Freese David Freese [063cf5] Initial repository
 COPYING 2015-04-20 David Freese David Freese [063cf5] Initial repository
 ChangeLog 2021-08-01 dave-w1hkj dave-w1hkj [fd52fd] Version 1.0.1
 INSTALL 2015-04-23 David Freese David Freese [8149a0] pkgconfig
 Makefile.am 2015-04-20 David Freese David Freese [c0c6af] test binaries
 NEWS 2015-04-20 David Freese David Freese [063cf5] Initial repository
 README 2015-04-20 David Freese David Freese [063cf5] Initial repository
 autogen.sh 2015-04-23 David Freese David Freese [8149a0] pkgconfig
 config.h 2015-04-20 David Freese David Freese [063cf5] Initial repository
 config.h.in 2015-04-20 David Freese David Freese [063cf5] Initial repository
 configure.ac 2021-08-01 dave-w1hkj dave-w1hkj [fd52fd] Version 1.0.1
 flxmlrpc.pc.in 2015-04-23 David Freese David Freese [8149a0] pkgconfig
 ltmain.sh 2015-04-20 David Freese David Freese [063cf5] Initial repository
 stamp-h1 2015-04-20 David Freese David Freese [063cf5] Initial repository

Read Me

flxmlrpc Library

This is version 0.1 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.