summaryrefslogtreecommitdiff
path: root/frameworks
AgeCommit message (Collapse)Author
2014-05-28Merge branch 'master' into kconfig_janJan Altenberg
2014-05-02update middleware examplesManuel Traut
Signed-off-by: Manuel Traut <manut@mecka.net>
2014-02-19middleware: add conclusionManuel Traut
Signed-off-by: Manuel Traut <manut@mecka.net>
2014-02-19middleware: don't mention DDSManuel Traut
there is only one open-source implementation and the topic is quiet to complex for a short overview! 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-19middleware: update CORBA sectionManuel Traut
- mention policies - added more details about abstractions (os, language, transports) 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-18update middleware presentationManuel Traut
- give an introduction to the topic, what is a middleware, why do we need it - mention some xml based middlewares - update the dbus section, no we don't have HAL anymore :)) - mention the idl workflow in the corba section 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>
2013-05-13Implement Kconfig build systemChristian Eppler
Signed-off-by: Christian Eppler <c.eppler@linutonix.de>
2011-01-26fix framework makefile to ignore TODO fileManuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2011-01-26middleware: add to new buildsysManuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2011-01-26Aufräumen und neu strukturieren Teil 1Manuel Traut
- alle images wurden ins Wurzelverzeichnis verschoben - TEXINPUTS wird projektspezifisch gesetzt - es besteht die Möglichkeit einzelne pdfs zu generieren (wie bisher) desweiteren ist es möglich eigene Zusammenstellungen anzulegen - Einsstellungen welche das Design der Dokumente definieren werden nun in config*.tex & tail*.tex im Wurzelverzeichnis definiert - templates an neue Umgebung angepasst - in jedem Kapitelverzeichnis liegt nun eine Datei section welche das Kapitel beschreibt (mind. überschrift). Diese kann ggf. inkludiert werden. - TODO: es sind noch nicht alle Dokumente auf die neue Struktur umgestellt (siehe Makefile) Signed-off-by: Manuel Traut <manut@linutronix.de>
2010-11-12fix framework, middleware being buildManuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2010-10-13simplify makefilesManuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2010-08-09remove linutronix-*.png duplicates. If lx-cd is 'installed' theManuel Traut
images are included from /usr/share/lx/logo Signed-off-by: Manuel Traut <manut@linutronix.de>
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>
2009-06-23middleware: added d-bus sectionsManuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2009-06-23middleware: added corba contentManuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2009-06-23frameworks: created frameworks folder for gui and middleware stuffManuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>