Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.
/ libmfd Public archive

Library providing uniform access to network photocopier configuration (e.g. address book editing)

License

Notifications You must be signed in to change notification settings

adam-nielsen/libmfd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library for accessing multi-function devices (networked photocopiers)
Copyright 2010-2011 Adam Nielsen <adam.nielsen@uq.edu.au>

This library provides a standard method for remotely configuring MFDs.  It
includes an example command line application which both demonstrates how to
use the library as well as providing a convenient method for accessing the
library's functionality via the command line.

This library is still in the *very* early stages of development so is mostly
non-functional at present.

Currently supported devices:

 * Ricoh Aficio
    - MP5000
    - MP8000

Installation instructions:

  Prepare: (git version only)

    $ ./autogen.sh
    $ cd src
    $ ./generate-gsoap
    $ cd ..

  Then git and other versions:

    $ ./configure
    $ make
    $ make install
    $ mfdmgr --help

You will need the Boost C++ library installed before compiling.

This library and example programs are released under the GPLv3 license.  It
contains code from the gSOAP library which may be licensed differently.

About

Library providing uniform access to network photocopier configuration (e.g. address book editing)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages