From rubinstein at cs.uni-saarland.de Thu Dec 5 10:27:29 2013 From: rubinstein at cs.uni-saarland.de (Dmitri Rubinstein) Date: Thu, 05 Dec 2013 10:27:29 +0100 Subject: [Miwi-middleware] KIARA: Version 0.8.4 Message-ID: <52A04701.8090101@cs.uni-saarland.de> Hi. I finished and pushed to ZHAW Gitorious Repos a new version of KIARA. This is a minor feature release. * New features: 1. Added support for most of basic primitive C-types: IDL C-type boolean int i8 int8_t, signed char u8 uint8_t, unsigned char i16 int16_t, short u16 uint16_t, unsigned short i32 int32_t, int u32 uint32_t, unsigned int i64 int64_t, long long u64 uint64_t, unsigned long long Types like long, size_t, ssize_t are automatically mapped to the type with the same bit-size on the platform (e.g. size_t == uint32_t on 32-bit platform, size_t == uint64_t on 64-bit platform). Currently there is no automatic conversion between types with different bit-sizes (e.g. you cannot map int32_t to int64_t). The example, also covered by the unit test, is located in: kiara/src/tests/basetypetest.c - client kiara/src/tests/basetypetest_server.c - server 2. Added support for nested structures. The structtest example was extended with serialization and deserialization of a following nested structure: typedef struct Vec3f { float x; float y; float z; } Vec3f; typedef struct Quatf { float r; // real part Vec3f v; // imaginary vector } Quatf; typedef struct Location { Vec3f position; Quatf rotation; } Location; There are no changes in installation instructions. Best, Dmitri From mach at zhaw.ch Fri Dec 6 11:43:00 2013 From: mach at zhaw.ch (Christof Marti) Date: Fri, 6 Dec 2013 11:43:00 +0100 Subject: [Miwi-middleware] Meeting canceled, open topics to work on. Message-ID: <94939BFA-6E54-428F-9284-D58DE4764066@zhaw.ch> Hi The whole ICCLab is currently on a trip to CERN LAHC and an OpenStack User group meeting in Geneva this afternoon. I first thought I can host todays meeting an join them afterwards. When I checked the schedule I discovered, that I have to leave immediately after my lectures. So I have to cancel todays meeting. But please use the time to work on the open points of last weeks minutes: https://docs.google.com/document/d/1kuUnPgZp4Qc7tApanXsEKDIEb2m9ejApF1RWycoZP2U/edit (mainly topic 3) 1. I still see not all components on the list of components https://forge.fi-ware.eu/plugins/mediawiki/wiki/miwi/index.php/Middleware.ListOfComponents 2. Links to documentation, specification, source, ?? https://forge.fi-ware.eu/plugins/mediawiki/wiki/miwi/index.php/Advanced_Middleware_Mainpage 3. Jaime, how about the basic structure for the R3 deliverables? https://forge.fi-ware.eu/plugins/mediawiki/wiki/fi-ware-private/index.php/FiwareDeliverablesR3 And finally those who got an email regarding contributions to the continuation proposal, please use the time reserved for the meeting for the review of the task description and Sota, etc. Best regards Christof ---- InIT Cloud Computing Lab - ICCLab http://cloudcomp.ch Institut of Applied Information Technology - InIT Zurich University of Applied Sciences - ZHAW School of Engineering Phone: +41 58 934 70 63 Skype: christof-marti From rubinstein at cs.uni-saarland.de Thu Dec 12 12:50:53 2013 From: rubinstein at cs.uni-saarland.de (Dmitri Rubinstein) Date: Thu, 12 Dec 2013 12:50:53 +0100 Subject: [Miwi-middleware] KIARA: Version 0.8.5 Message-ID: <52A9A31D.5030005@cs.uni-saarland.de> Hi. I finished and pushed to ZHAW Gitorious Repos a new version of KIARA. This is a minor feature release. * New features: 1. Added support for arrays of structures: IDL: namespace * aostest struct Vec3f { float x, float y, float z } struct Quatf { float r, Vec3f v } struct Location { Vec3f position, Quatf rotation } struct LocationList { array locations } service aostest { void setLocations(LocationList locations); LocationList getLocations(); } Examples: kiara/src/tests/aostest.c - client kiara/src/tests/aostest_server.c - server 2. Added all missing implementation of functions for binary serialization used for encryption. All examples can now use encryption by adding [Encrypted] annotation to the service function parameters in the IDL. 3. More debugging functionality for LLVM. LLVM Optimization can be disabled at compile-time in src/KIARA/Compiler/LLVM/Evaluator.cpp All LLVM functions can be transformed with llvmAnnotateFunctionEntersAndExits() function to print information on enter and exit from function. There are no changes in installation instructions. Best, Dmitri From mach at zhaw.ch Fri Dec 13 11:59:23 2013 From: mach at zhaw.ch (Marti Christof (mach)) Date: Fri, 13 Dec 2013 10:59:23 +0000 Subject: [Miwi-middleware] kiara meeting Message-ID: Hi everybody I finally have a MRI appointment in the hospital this afternoon to scan my bad neck/shoulder problem. I did not realize until this morning, that I have to be there at minimum an hour before the given date for preparation. So I have to leave ~13h for the hospital and can not attend the meeting. Can somebody of you open the hangout and take over the lead (Jaime, Philipp, Stefan,??) Thanks. I prepared an agenda/minutes document here and put my comments there already: https://docs.google.com/document/d/1KBGKKmSIivJUrdhDorku6UNNAFhpz_C9zIV3ifPztiY/edit Most urgent and important point is Topic 3, the "Install&Admin-, User&Developer- Guide and Unit testing plan? because this has to be delivered to TID until 15.12. and the page is literally empty. Also much of the other points are still not done: Topic 2 Roadmap/Tracker: - Clear entry features not complete in bullet-point list in 1st half of document - Instructions and links to technologies to wiki, documents to docu tool in MIWI project - WP6 tracker still not all items closes - Is WP13 tracker up to date? Cheers, Christof ---- InIT Cloud Computing Lab - ICCLab http://cloudcomp.ch Institut of Applied Information Technology - InIT Zurich University of Applied Sciences - ZHAW School of Engineering Phone: +41 58 934 70 63 Skype: christof-marti From Philipp.Slusallek at dfki.de Fri Dec 13 12:03:41 2013 From: Philipp.Slusallek at dfki.de (Philipp Slusallek) Date: Fri, 13 Dec 2013 12:03:41 +0100 Subject: [Miwi-middleware] kiara meeting In-Reply-To: References: Message-ID: <52AAE98D.3020406@dfki.de> Hi, I am at the FI-PPP Architecture Board meeting in Madrid with a rather dense program this afternoon. So it seems unlikely that I can join. Sorry. Philipp Am 13.12.2013 11:59, schrieb Marti Christof (mach): > Hi everybody > > I finally have a MRI appointment in the hospital this afternoon to scan my bad neck/shoulder problem. > I did not realize until this morning, that I have to be there at minimum an hour before the given date for preparation. > > So I have to leave ~13h for the hospital and can not attend the meeting. > > Can somebody of you open the hangout and take over the lead (Jaime, Philipp, Stefan,??) > Thanks. > > I prepared an agenda/minutes document here and put my comments there already: > https://docs.google.com/document/d/1KBGKKmSIivJUrdhDorku6UNNAFhpz_C9zIV3ifPztiY/edit > > Most urgent and important point is Topic 3, the "Install&Admin-, User&Developer- Guide and Unit testing plan? > because this has to be delivered to TID until 15.12. and the page is literally empty. > > Also much of the other points are still not done: > Topic 2 Roadmap/Tracker: > - Clear entry features not complete in bullet-point list in 1st half of document > - Instructions and links to technologies to wiki, documents to docu tool in MIWI project > - WP6 tracker still not all items closes > - Is WP13 tracker up to date? > > Cheers, Christof > ---- > InIT Cloud Computing Lab - ICCLab http://cloudcomp.ch > Institut of Applied Information Technology - InIT > Zurich University of Applied Sciences - ZHAW > School of Engineering > Phone: +41 58 934 70 63 > Skype: christof-marti > _______________________________________________ > Miwi-middleware mailing list > Miwi-middleware at lists.fi-ware.eu > https://lists.fi-ware.eu/listinfo/miwi-middleware > -- ------------------------------------------------------------------------- Deutsches Forschungszentrum f?r K?nstliche Intelligenz (DFKI) GmbH Trippstadter Strasse 122, D-67663 Kaiserslautern Gesch?ftsf?hrung: Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster (Vorsitzender) Dr. Walter Olthoff Vorsitzender des Aufsichtsrats: Prof. Dr. h.c. Hans A. Aukes Sitz der Gesellschaft: Kaiserslautern (HRB 2313) USt-Id.Nr.: DE 148646973, Steuernummer: 19/673/0060/3 --------------------------------------------------------------------------- -------------- next part -------------- A non-text attachment was scrubbed... Name: slusallek.vcf Type: text/x-vcard Size: 441 bytes Desc: not available URL: From RicardoGonzalez at eprosima.com Fri Dec 13 12:06:39 2013 From: RicardoGonzalez at eprosima.com (Ricardo Gonzalez Moreno) Date: Fri, 13 Dec 2013 11:06:39 +0000 Subject: [Miwi-middleware] kiara meeting In-Reply-To: <52AAE98D.3020406@dfki.de> References: , <52AAE98D.3020406@dfki.de> Message-ID: <490faa651392492392a8458b0db8e31d@DB4PR06MB410.eurprd06.prod.outlook.com> Hi, Jaime will not be able to be in the meeting today. He's on his way back from the US. Sorry. Best regards. Ricardo. ________________________________________ De: miwi-middleware-bounces at lists.fi-ware.eu en nombre de Philipp Slusallek Enviado: viernes, 13 de diciembre de 2013 12:03 Para: Marti Christof (mach); miwi-middleware at lists.fi-ware.eu Asunto: Re: [Miwi-middleware] kiara meeting Hi, I am at the FI-PPP Architecture Board meeting in Madrid with a rather dense program this afternoon. So it seems unlikely that I can join. Sorry. Philipp Am 13.12.2013 11:59, schrieb Marti Christof (mach): > Hi everybody > > I finally have a MRI appointment in the hospital this afternoon to scan my bad neck/shoulder problem. > I did not realize until this morning, that I have to be there at minimum an hour before the given date for preparation. > > So I have to leave ~13h for the hospital and can not attend the meeting. > > Can somebody of you open the hangout and take over the lead (Jaime, Philipp, Stefan,??) > Thanks. > > I prepared an agenda/minutes document here and put my comments there already: > https://docs.google.com/document/d/1KBGKKmSIivJUrdhDorku6UNNAFhpz_C9zIV3ifPztiY/edit > > Most urgent and important point is Topic 3, the "Install&Admin-, User&Developer- Guide and Unit testing plan? > because this has to be delivered to TID until 15.12. and the page is literally empty. > > Also much of the other points are still not done: > Topic 2 Roadmap/Tracker: > - Clear entry features not complete in bullet-point list in 1st half of document > - Instructions and links to technologies to wiki, documents to docu tool in MIWI project > - WP6 tracker still not all items closes > - Is WP13 tracker up to date? > > Cheers, Christof > ---- > InIT Cloud Computing Lab - ICCLab http://cloudcomp.ch > Institut of Applied Information Technology - InIT > Zurich University of Applied Sciences - ZHAW > School of Engineering > Phone: +41 58 934 70 63 > Skype: christof-marti > _______________________________________________ > Miwi-middleware mailing list > Miwi-middleware at lists.fi-ware.eu > https://lists.fi-ware.eu/listinfo/miwi-middleware > -- ------------------------------------------------------------------------- Deutsches Forschungszentrum f?r K?nstliche Intelligenz (DFKI) GmbH Trippstadter Strasse 122, D-67663 Kaiserslautern Gesch?ftsf?hrung: Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster (Vorsitzender) Dr. Walter Olthoff Vorsitzender des Aufsichtsrats: Prof. Dr. h.c. Hans A. Aukes Sitz der Gesellschaft: Kaiserslautern (HRB 2313) USt-Id.Nr.: DE 148646973, Steuernummer: 19/673/0060/3 --------------------------------------------------------------------------- From mach at zhaw.ch Fri Dec 20 09:13:25 2013 From: mach at zhaw.ch (Christof Marti) Date: Fri, 20 Dec 2013 09:13:25 +0100 Subject: [Miwi-middleware] agenda/minutes of todays meeting Message-ID: <9841F530-AE25-4ED4-82A1-22E523BC2E05@zhaw.ch> Hi everybody Here is the agenda/minutes-document for todays meeting: https://docs.google.com/document/d/1Z7uV5Rs1aXWNUxhloFLCubqkNbWXtWyilibZUY1dq0o/edit Please update the status-roundtable before the meeting. Main topic today is to organize the delivery for R3 (manuals NOW, Software in January). Here a really huge effort is required over the holiday season. And finally still a lot old jobs (wich are easy and do not require huge effort) are still open. These jobs have to be done before I can wish you a merry christmas. Cheers Christof ---- InIT Cloud Computing Lab - ICCLab http://cloudcomp.ch Institut of Applied Information Technology - InIT Zurich University of Applied Sciences - ZHAW School of Engineering Phone: +41 58 934 70 63 Skype: christof-marti From mach at zhaw.ch Fri Dec 20 13:00:51 2013 From: mach at zhaw.ch (Christof Marti) Date: Fri, 20 Dec 2013 13:00:51 +0100 Subject: [Miwi-middleware] agenda/minutes of todays meeting In-Reply-To: <318259354db94b5d838ff64c352c3ef9@SRV-MAIL-001.zhaw.ch> References: <318259354db94b5d838ff64c352c3ef9@SRV-MAIL-001.zhaw.ch> Message-ID: Hangout link for the meeting: https://plus.google.com/hangouts/_/7acpjgvbk1el2ke0i7g5h3u3vk?hl=de Am 20.12.2013 um 09:13 schrieb Marti Christof (mach) : > Hi everybody > > Here is the agenda/minutes-document for todays meeting: > https://docs.google.com/document/d/1Z7uV5Rs1aXWNUxhloFLCubqkNbWXtWyilibZUY1dq0o/edit > > Please update the status-roundtable before the meeting. > > Main topic today is to organize the delivery for R3 (manuals NOW, Software in January). > Here a really huge effort is required over the holiday season. > And finally still a lot old jobs (wich are easy and do not require huge effort) are still open. These jobs have to be done before I can wish you a merry christmas. > > Cheers > Christof > > ---- > InIT Cloud Computing Lab - ICCLab http://cloudcomp.ch > Institut of Applied Information Technology - InIT > Zurich University of Applied Sciences - ZHAW > School of Engineering > Phone: +41 58 934 70 63 > Skype: christof-marti > _______________________________________________ > Miwi-middleware mailing list > Miwi-middleware at lists.fi-ware.eu > https://lists.fi-ware.eu/listinfo/miwi-middleware From mach at zhaw.ch Fri Dec 20 16:04:18 2013 From: mach at zhaw.ch (Christof Marti) Date: Fri, 20 Dec 2013 16:04:18 +0100 Subject: [Miwi-middleware] agenda/minutes of todays meeting In-Reply-To: References: <318259354db94b5d838ff64c352c3ef9@SRV-MAIL-001.zhaw.ch> Message-ID: <6D70724F-44B8-40CF-A7E5-50D904D92E9D@zhaw.ch> Hi As discussed in the meeting I created the additional wiki pages for the guides and unit tests and linked them from the R3 delivery dashboard. https://docs.google.com/spreadsheet/ccc?key=0Auieh_fs3EUxdFVvY19ab1lFRDRUaTBrUXlpYzBVRlE&rm=full#gid=17 (link to the dashboard is also available from the WP13 integration wiki page in FI-WARE private) There is a template linked for each document type (see row 3). At the moment I named them "runtime API bundle" for the DFKI documents, and "over DDS bundle? for the EPROS documents. If you prefer other names, please let me know. The added OpenSpecification columns link to the current documents in the private wiki. (for the Middleware this is still one wiki page at the moment). Just to recapitulate the most important points in the meeting regarding the R3 release: - Dmitri is providing the first release for the ?Runtime API bundle? documents (ASAP) - Jaime is providing the first release for the ?over DDS bundle? documents (ASAP) - I will review both documents and see if and how integration is possible - Regarding the SW release Jamie will give us access to the Source Code (ASAP) so we can dig into it (during the holidays). If we have questions or feedback we will send them by email, After the holidays somebody of EPROS should be available to work together for integration questions. Best regards, merry Christmas and a successful new Year to you all. Christof ---- InIT Cloud Computing Lab - ICCLab http://cloudcomp.ch Institut f?r angewandte Informationstechnologie - InIT Z?rcher Hochschule f?r Angewandte Wissenschaften - ZHAW School of Engineering ? Postfach, CH-8401 Winterthur ? TD O3.18, Obere Kirchgasse 2 ? +41 58 934 70 63 ? mach at zhaw.ch Skype: christof-marti Am 20.12.2013 um 13:00 schrieb Marti Christof (mach) : > Hangout link for the meeting: > https://plus.google.com/hangouts/_/7acpjgvbk1el2ke0i7g5h3u3vk?hl=de > > Am 20.12.2013 um 09:13 schrieb Marti Christof (mach) : > >> Hi everybody >> >> Here is the agenda/minutes-document for todays meeting: >> https://docs.google.com/document/d/1Z7uV5Rs1aXWNUxhloFLCubqkNbWXtWyilibZUY1dq0o/edit >> >> Please update the status-roundtable before the meeting. >> >> Main topic today is to organize the delivery for R3 (manuals NOW, Software in January). >> Here a really huge effort is required over the holiday season. >> And finally still a lot old jobs (wich are easy and do not require huge effort) are still open. These jobs have to be done before I can wish you a merry christmas. >> >> Cheers >> Christof >> >> ---- >> InIT Cloud Computing Lab - ICCLab http://cloudcomp.ch >> Institut of Applied Information Technology - InIT >> Zurich University of Applied Sciences - ZHAW >> School of Engineering >> Phone: +41 58 934 70 63 >> Skype: christof-marti >> _______________________________________________ >> Miwi-middleware mailing list >> Miwi-middleware at lists.fi-ware.eu >> https://lists.fi-ware.eu/listinfo/miwi-middleware > > _______________________________________________ > Miwi-middleware mailing list > Miwi-middleware at lists.fi-ware.eu > https://lists.fi-ware.eu/listinfo/miwi-middleware From rubinstein at cs.uni-saarland.de Fri Dec 20 16:39:21 2013 From: rubinstein at cs.uni-saarland.de (Dmitri Rubinstein) Date: Fri, 20 Dec 2013 16:39:21 +0100 Subject: [Miwi-middleware] agenda/minutes of todays meeting In-Reply-To: <6D70724F-44B8-40CF-A7E5-50D904D92E9D@zhaw.ch> References: <318259354db94b5d838ff64c352c3ef9@SRV-MAIL-001.zhaw.ch> <6D70724F-44B8-40CF-A7E5-50D904D92E9D@zhaw.ch> Message-ID: <52B464A9.6030603@cs.uni-saarland.de> I put all my documents online. For User and Programmers Guide I combined KIARA API and KIARA IDL documentation. https://forge.fi-ware.eu/plugins/mediawiki/wiki/fi-ware-private/index.php/Middleware_-_runtime_API_bundle_-_User_and_Programmers_Guide https://forge.fi-ware.eu/plugins/mediawiki/wiki/fi-ware-private/index.php/Middleware_-_runtime_API_bundle_-_Installation_and_Administration_Guide https://forge.fi-ware.eu/plugins/mediawiki/wiki/fi-ware-private/index.php/Middleware_-_runtime_API_bundle_-_Unit_Testing_Plan_and_Report Best, Dmitri On 12/20/13 16:04, Christof Marti wrote: > Hi > > As discussed in the meeting I created the additional wiki pages for the guides and unit tests and linked them from the R3 delivery dashboard. > https://docs.google.com/spreadsheet/ccc?key=0Auieh_fs3EUxdFVvY19ab1lFRDRUaTBrUXlpYzBVRlE&rm=full#gid=17 > (link to the dashboard is also available from the WP13 integration wiki page in FI-WARE private) > There is a template linked for each document type (see row 3). > > At the moment I named them "runtime API bundle" for the DFKI documents, and "over DDS bundle? for the EPROS documents. > If you prefer other names, please let me know. > > The added OpenSpecification columns link to the current documents in the private wiki. > (for the Middleware this is still one wiki page at the moment). > > Just to recapitulate the most important points in the meeting regarding the R3 release: > - Dmitri is providing the first release for the ?Runtime API bundle? documents (ASAP) > - Jaime is providing the first release for the ?over DDS bundle? documents (ASAP) > - I will review both documents and see if and how integration is possible > > - Regarding the SW release Jamie will give us access to the Source Code (ASAP) so we can dig into it (during the holidays). > If we have questions or feedback we will send them by email, > After the holidays somebody of EPROS should be available to work together for integration questions. > > Best regards, merry Christmas and a successful new Year to you all. > Christof > ---- > InIT Cloud Computing Lab - ICCLab http://cloudcomp.ch > Institut f?r angewandte Informationstechnologie - InIT > Z?rcher Hochschule f?r Angewandte Wissenschaften - ZHAW > School of Engineering > ? Postfach, CH-8401 Winterthur > ? TD O3.18, Obere Kirchgasse 2 > ? +41 58 934 70 63 > ? mach at zhaw.ch > Skype: christof-marti > > > Am 20.12.2013 um 13:00 schrieb Marti Christof (mach) : > >> Hangout link for the meeting: >> https://plus.google.com/hangouts/_/7acpjgvbk1el2ke0i7g5h3u3vk?hl=de >> >> Am 20.12.2013 um 09:13 schrieb Marti Christof (mach) : >> >>> Hi everybody >>> >>> Here is the agenda/minutes-document for todays meeting: >>> https://docs.google.com/document/d/1Z7uV5Rs1aXWNUxhloFLCubqkNbWXtWyilibZUY1dq0o/edit >>> >>> Please update the status-roundtable before the meeting. >>> >>> Main topic today is to organize the delivery for R3 (manuals NOW, Software in January). >>> Here a really huge effort is required over the holiday season. >>> And finally still a lot old jobs (wich are easy and do not require huge effort) are still open. These jobs have to be done before I can wish you a merry christmas. >>> >>> Cheers >>> Christof >>> >>> ---- >>> InIT Cloud Computing Lab - ICCLab http://cloudcomp.ch >>> Institut of Applied Information Technology - InIT >>> Zurich University of Applied Sciences - ZHAW >>> School of Engineering >>> Phone: +41 58 934 70 63 >>> Skype: christof-marti >>> _______________________________________________ >>> Miwi-middleware mailing list >>> Miwi-middleware at lists.fi-ware.eu >>> https://lists.fi-ware.eu/listinfo/miwi-middleware >> >> _______________________________________________ >> Miwi-middleware mailing list >> Miwi-middleware at lists.fi-ware.eu >> https://lists.fi-ware.eu/listinfo/miwi-middleware > > _______________________________________________ > Miwi-middleware mailing list > Miwi-middleware at lists.fi-ware.eu > https://lists.fi-ware.eu/listinfo/miwi-middleware > From mach at zhaw.ch Fri Dec 20 16:41:56 2013 From: mach at zhaw.ch (Christof Marti) Date: Fri, 20 Dec 2013 16:41:56 +0100 Subject: [Miwi-middleware] agenda/minutes of todays meeting In-Reply-To: References: <318259354db94b5d838ff64c352c3ef9@SRV-MAIL-001.zhaw.ch> <6D70724F-44B8-40CF-A7E5-50D904D92E9D@zhaw.ch> Message-ID: Thanks Dmitri I will check it and give feedback. Have a nice weekend. Christof Am 20.12.2013 um 16:39 schrieb Dmitri Rubinstein : > I put all my documents online. For User and Programmers Guide I combined > KIARA API and KIARA IDL documentation. > > https://forge.fi-ware.eu/plugins/mediawiki/wiki/fi-ware-private/index.php/Middleware_-_runtime_API_bundle_-_User_and_Programmers_Guide > > https://forge.fi-ware.eu/plugins/mediawiki/wiki/fi-ware-private/index.php/Middleware_-_runtime_API_bundle_-_Installation_and_Administration_Guide > > https://forge.fi-ware.eu/plugins/mediawiki/wiki/fi-ware-private/index.php/Middleware_-_runtime_API_bundle_-_Unit_Testing_Plan_and_Report > > Best, > > Dmitri > > On 12/20/13 16:04, Christof Marti wrote: >> Hi >> >> As discussed in the meeting I created the additional wiki pages for the guides and unit tests and linked them from the R3 delivery dashboard. >> https://docs.google.com/spreadsheet/ccc?key=0Auieh_fs3EUxdFVvY19ab1lFRDRUaTBrUXlpYzBVRlE&rm=full#gid=17 >> (link to the dashboard is also available from the WP13 integration wiki page in FI-WARE private) >> There is a template linked for each document type (see row 3). >> >> At the moment I named them "runtime API bundle" for the DFKI documents, and "over DDS bundle? for the EPROS documents. >> If you prefer other names, please let me know. >> >> The added OpenSpecification columns link to the current documents in the private wiki. >> (for the Middleware this is still one wiki page at the moment). >> >> Just to recapitulate the most important points in the meeting regarding the R3 release: >> - Dmitri is providing the first release for the ?Runtime API bundle? documents (ASAP) >> - Jaime is providing the first release for the ?over DDS bundle? documents (ASAP) >> - I will review both documents and see if and how integration is possible >> >> - Regarding the SW release Jamie will give us access to the Source Code (ASAP) so we can dig into it (during the holidays). >> If we have questions or feedback we will send them by email, >> After the holidays somebody of EPROS should be available to work together for integration questions. >> >> Best regards, merry Christmas and a successful new Year to you all. >> Christof >> ---- >> InIT Cloud Computing Lab - ICCLab http://cloudcomp.ch >> Institut f?r angewandte Informationstechnologie - InIT >> Z?rcher Hochschule f?r Angewandte Wissenschaften - ZHAW >> School of Engineering >> ? Postfach, CH-8401 Winterthur >> ? TD O3.18, Obere Kirchgasse 2 >> ? +41 58 934 70 63 >> ? mach at zhaw.ch >> Skype: christof-marti >> >> >> Am 20.12.2013 um 13:00 schrieb Marti Christof (mach) : >> >>> Hangout link for the meeting: >>> https://plus.google.com/hangouts/_/7acpjgvbk1el2ke0i7g5h3u3vk?hl=de >>> >>> Am 20.12.2013 um 09:13 schrieb Marti Christof (mach) : >>> >>>> Hi everybody >>>> >>>> Here is the agenda/minutes-document for todays meeting: >>>> https://docs.google.com/document/d/1Z7uV5Rs1aXWNUxhloFLCubqkNbWXtWyilibZUY1dq0o/edit >>>> >>>> Please update the status-roundtable before the meeting. >>>> >>>> Main topic today is to organize the delivery for R3 (manuals NOW, Software in January). >>>> Here a really huge effort is required over the holiday season. >>>> And finally still a lot old jobs (wich are easy and do not require huge effort) are still open. These jobs have to be done before I can wish you a merry christmas. >>>> >>>> Cheers >>>> Christof >>>> >>>> ---- >>>> InIT Cloud Computing Lab - ICCLab http://cloudcomp.ch >>>> Institut of Applied Information Technology - InIT >>>> Zurich University of Applied Sciences - ZHAW >>>> School of Engineering >>>> Phone: +41 58 934 70 63 >>>> Skype: christof-marti >>>> _______________________________________________ >>>> Miwi-middleware mailing list >>>> Miwi-middleware at lists.fi-ware.eu >>>> https://lists.fi-ware.eu/listinfo/miwi-middleware >>> >>> _______________________________________________ >>> Miwi-middleware mailing list >>> Miwi-middleware at lists.fi-ware.eu >>> https://lists.fi-ware.eu/listinfo/miwi-middleware >> >> _______________________________________________ >> Miwi-middleware mailing list >> Miwi-middleware at lists.fi-ware.eu >> https://lists.fi-ware.eu/listinfo/miwi-middleware >> > > _______________________________________________ > Miwi-middleware mailing list > Miwi-middleware at lists.fi-ware.eu > https://lists.fi-ware.eu/listinfo/miwi-middleware