[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[xmlblaster-devel] XmlBlaster clients go embedded with ANSI C



Hi,

i have finished an alpha release of a C based client library which
communicates over our SOCKET protocol to xmlBlaster.
All communication (sync and async via callbacks) is supported.

As the binary footprint is only about 30 kBytes and the code
is pure C it is well suited to be used in embedded devices.

Please read

http://www.xmlBlaster.org/xmlBlaster/doc/requirements/client.c.socket.html

for more informations.

On interest,  you need to access the newest code with cvs,
compilation on Linux takes below 1 second and you are ready
to test the client with an xmlBlaster server.

regards

Marcel

PS: Coding C is much fun, i wonder why i'm still doing Java (everything
is so slow and so huge with Java ;-)?!