SimpleWBEM Home
CIMPLE 2.0.0 Released with WMI Support
November 4, 2008
CIMPLE 2.0.0 is released and now includes a WMI adapter, allowing CIMPLE
providers to operate transparently under the WMI server. This version also
fixes various bugs. To download CIMPLE 2.0.0, see the downloads page. To
learn more about the WMI adapter, read
Using the WMI
Adapter for CIMPLE.
CIMPLE Project Renamed to SimpleWBEM
June 7, 2008
Please read carefully.
The CIMPLE project was renamed to SimpleWBEM. The interfaces and
license remain unchanged but future distributions will be referred to by
the new name.
CIMPLE 1.2.0 Released
January 15, 2008
CIMPLE 1.2.0 is released and includes the BREVITY client
introduced at the 2007 Management Development Conference.
Download
CIMPLE 1.2.0 with the
included BREVITY client.
Learn more about BREVITY from the
2007 MDC presentation.
CIMPLE 1.0.0 and CIMPLE Book Released
May 4, 2007
CIMPLE 1.0.0 and the new "Using CIMPLE" book are now available.
Click
here to go to the downloads page.
Click on the icon below to download the new book.
Version 0.99.40 Released
November 14, 2006
CIMPLE version 0.99.40 is now available. See
downloads page to download.
CIMPLE Announces Public CVS Repository
November 14, 2006
Ongoing CIMPLE work can now be accessed with CVS. Just use the
following CVS root, with the password "anonymous".
:pserver:anonymous@cimple.org/home/cvs
A Portable Threads Library for CIMPLE
August 17, 2006
CIMPLE provides a portable threads library for provider developers.
This includes:
- Thread create, exit, and join (see <cimple/Threads.h>)
- Mutexes (see <cimple/Mutex.h>)
- Condition variables (see <cimple/Cond.h>)
- Atomic counters (see <cimple/Atomic_Counter.h>)
- Thread-specific storage (see <cimple/TSD.h>)
April 4, 2006
CIMPLE now provides an adapter for the Pegasus C++ Interface, enabling
CIMPLE providers to run under any standard Pegasus server. It is no
longer necessary to patch Pegasus in order to load CIMPLE providers.
The adapter makes CIMPLE providers look and act like Pegasus
providers.
March 1, 2006
The CIMPLE build system was recently reworked to use the familiar
configure script. Now it is easier to build CIMPLE than before just
by typing "configure" and "make". The configure script is available
in version 0.97 and later.
February 19, 2006
CIMPLE has now been ported to Hard Hat Linux. This port allows
CIMPLE to be run on PowerPC-based embedded systems that use the
popular Hard Hat Linux distribution from MonteVista. The current
port runs on an Apple MAC mini, running Yellow Dog Linux with
a Hard Hat Linux chroot environment.
February 15, 2006
CIMPLE was recently ported to Microsoft Windows. The port allows
CIMPLE providers to work with OpenPegasus and CMPI-compliant
CIM servers on the Windows platform. The port to Windows is
available in version 0.97 and later.
January 27, 2006
CIMPLE now supports CMPI. That is, CIMPLE providers may now be
loaded by CMPI-compliant CIM servers. Support is provided through
a light-weight adapter that effectively turns a CIMPLE provider into
a CMPI provider. CIMPLE providers configured for CMPI export the
standard CMPI entry points making them authentic, binary-compatible
CMPI providers. The fact that the underlying provider is a CIMPLE
provider is transparent to the CMPI broker.