summaryrefslogtreecommitdiff
path: root/frameworks/middleware/examples
AgeCommit message (Collapse)Author
2014-05-02update middleware examplesManuel Traut
Signed-off-by: Manuel Traut <manut@mecka.net>
2014-02-19middleware: add celery section and exampleManuel Traut
celery is a python framework for job execution Signed-off-by: Manuel Traut <manut@mecka.net>
2014-02-18middleware/example/corba/README document option of supplierManuel Traut
that is send to the receiver Signed-off-by: Manuel Traut <manut@mecka.net>
2014-02-18middleware/xmpp: add an exampleManuel Traut
- this is a minimal qt client that can be used with a jabber/xmpp server - have a look at the README file for the test setup Signed-off-by: Manuel Traut <manut@mecka.net>
2014-02-18middleware: add a python soap exampleManuel Traut
it's a quite small one. Maybe we can add an interface description sometimes. Signed-off-by: Manuel Traut <manut@mecka.net>
2014-02-18middleware: add a python xmlrpc exampleManuel Traut
xmlrpc is supported by the python stdlib so let's play around with it! Signed-off-by: Manuel Traut <manut@mecka.net>
2014-02-18dbus example: remove compile.sh and make a autotools projectManuel Traut
compile.sh was a pain. didn't work with current debian. so this patch removes it and converts the example to an autools project. Signed-off-by: Manuel Traut <manut@mecka.net>
2014-02-18corba example: switch to autotoolsManuel Traut
ace/tao is now packaged in debian/experimental. it's definitely easier to use the packaged stuff instead of building ace/tao by your own. the mwc packaging of debian is currently a pain. it is shipped without config files for tao.., but the tao debian packages provide pkg-config support so this patch converts the project into a autotools project :) Signed-off-by: Manuel Traut <manut@mecka.net>
2009-06-23middleware: added corba exampleManuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2009-06-23middleware: added dbus exampleManuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>