Menu

Tree [9964ad] default tip /
 History

Read Only access


File Date Author Commit
 cmake 2016-01-29 Richard Hacker Richard Hacker [16f82f] Python interface working
 doc 2016-11-24 Richard Hacker Richard Hacker [4d3cef] Documentation; example added
 example 2017-08-18 Philipp Weyer Philipp Weyer [8093fa] Fixed example include paths.
 msrproto 2018-02-02 Richard Hacker Richard Hacker [9964ad] Bugs in signal conversion fixed. Kudo's to Phil...
 pdcom 2017-11-17 Richard Hacker Richard Hacker [6482ca] Tightened up const'ness of methods
 python 2018-02-02 Richard Hacker Richard Hacker [9964ad] Bugs in signal conversion fixed. Kudo's to Phil...
 .hgignore 2016-03-17 Richard Hacker Richard Hacker [29d756] Parameter monitor; Variables have taskId
 .hgtags 2016-11-29 Richard Hacker Richard Hacker [8c6b75] Added tag 4.0.0 for changeset 660ef84db1fc
 AUTHORS 2016-11-13 Richard Hacker Richard Hacker [c96e60] Updated RPM spec
 CMakeLists.txt 2018-02-02 Richard Hacker Richard Hacker [9964ad] Bugs in signal conversion fixed. Kudo's to Phil...
 COPYING 2015-05-08 Richard Hacker Richard Hacker [e1e49c] Distribution and compiling stuff
 COPYING.LESSER 2009-07-08 Florian Pose Florian Pose [6decba] LGPLv3 license headers.
 ChangeLog 2017-04-25 Florian Pose Florian Pose [c2ea8f] Version 3.0.9.
 Debug.cpp 2016-11-12 Richard Hacker Richard Hacker [8dca1e] Updated copyright notice
 Debug.h 2016-11-12 Richard Hacker Richard Hacker [8dca1e] Updated copyright notice
 INSTALL 2015-05-08 Richard Hacker Richard Hacker [e1e49c] Distribution and compiling stuff
 IOLayer.cpp 2016-11-12 Richard Hacker Richard Hacker [8dca1e] Updated copyright notice
 IOLayer.h 2016-11-12 Richard Hacker Richard Hacker [8dca1e] Updated copyright notice
 NEWS 2017-08-14 Florian Pose Florian Pose [47969f] Install to /usr/local per default.
 Process.cpp 2017-11-17 Richard Hacker Richard Hacker [6482ca] Tightened up const'ness of methods
 ProtocolHandler.cpp 2016-11-12 Richard Hacker Richard Hacker [8dca1e] Updated copyright notice
 ProtocolHandler.h 2017-11-09 Richard Hacker Richard Hacker [f705aa] Fixed clang warnings
 README.txt 2016-04-16 Richard Hacker Richard Hacker [7e6b36] Reworked implementation of char 406:8f512c1cb816
 SASLClient.cpp 2016-11-12 Richard Hacker Richard Hacker [8dca1e] Updated copyright notice
 SASLClient.h 2016-11-12 Richard Hacker Richard Hacker [b2acba] Removed Subscriber from PdCom::Process; makes s...
 SpyLayer.cpp 2016-11-12 Richard Hacker Richard Hacker [8dca1e] Updated copyright notice
 SpyLayer.h 2016-11-12 Richard Hacker Richard Hacker [8dca1e] Updated copyright notice
 StreambufLayer.cpp 2016-11-12 Richard Hacker Richard Hacker [8dca1e] Updated copyright notice
 StreambufLayer.h 2016-11-12 Richard Hacker Richard Hacker [8dca1e] Updated copyright notice
 Subscriber.cpp 2016-11-12 Richard Hacker Richard Hacker [b2acba] Removed Subscriber from PdCom::Process; makes s...
 TODO 2015-05-08 Richard Hacker Richard Hacker [e1e49c] Distribution and compiling stuff
 Variable.cpp 2016-11-12 Richard Hacker Richard Hacker [b2acba] Removed Subscriber from PdCom::Process; makes s...
 config.h.in 2016-11-12 Richard Hacker Richard Hacker [8dca1e] Updated copyright notice
 pdcom.h.in 2016-11-24 Richard Hacker Richard Hacker [4d3cef] Documentation; example added
 pdcom.spec.in 2017-04-25 Florian Pose Florian Pose [8064c0] Took SPEC file from OBS.

Read Me

$Id$

This is the README file of the PdCom library, that is part of the EtherLab
project (http://etherlab.org/en). The home of PdCom is
http://etherlab.org/en/pdcom. The Library is released under the terms and
conditions of the GNU Lesser General Public License (LGPL), version 3 or (at
your option) any later version.

*** Documentation ***

The library documentation resides in the header files and can be brought to
HTML, LaTeX and man format with the doxygen tool. To generate the
documentation, make sure that doxygen is installed and then call:

    mkdir build
    cd build
    cmake ..
    make doc

Then point your favourite browser to doc/html/index.html.

*** Building and Installing ***

To just build and install the library, call:

    mkdir build
    cd build
    cmake ..
    make
    make install

** Further Information ***

For questions of any kind, subscribe to the etherlab-users mailing list at
http://etherlab.org/en.

Have fun with PdCom!