Small Footprint CIM Broker (SFCB) is a CIM server for resource-constrained and embedded environments. It is written in C and designed to be modular and lightweight.
Product's homepage
Here are some key features of "Small Footprint CIM Broker":
· Supports CMPI providers (including the SBLIM providers)
· Uses an efficient binary internal object format
· HTTP chunking support
· SSL support
· 64-bit safe
Supported CIM operations include:
· GetClass
· ModifyClass
· CreateClass
· DeleteClass
· EnumerateClasses
· EnumerateClassNames
· GetInstance
· DeleteInstance
· CreateInstance
· ModifyInstance
· EnumerateInstances
· EnumerateInstanceNames
· InvokeMethod (MethodCall)
· ExecQuery
· Associators
· AssociatorNames
· References
· ReferenceNames
· GetQualifier
· SetQualifer
· DeleteQualifier
· EnumerateQualifiers
What's New in This Release: [ read full changelog ]
· A handful of fixes for standards compliance and race conditions, among other changes.