Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wakaama-dev] wakaama-dev Digest, Vol 9, Issue 12

Hi Achim,

thank you for your help, but I guess I'm gonna try less manual ways, simplier ones :)
I found out this for example (even if it doesn't work due to an error...): http://stackoverflow.com/questions/9453851/how-to-configure-eclipse-cdt-for-cmake

Robert

> From: wakaama-dev-request@xxxxxxxxxxx
> Subject: wakaama-dev Digest, Vol 9, Issue 12
> To: wakaama-dev@xxxxxxxxxxx
> Date: Thu, 30 Apr 2015 12:00:02 -0400
>
> Send wakaama-dev mailing list submissions to
> wakaama-dev@xxxxxxxxxxx
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://dev.eclipse.org/mailman/listinfo/wakaama-dev
> or, via email, send a message with subject or body 'help' to
> wakaama-dev-request@xxxxxxxxxxx
>
> You can reach the person managing the list at
> wakaama-dev-owner@xxxxxxxxxxx
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of wakaama-dev digest..."
>
>
> Today's Topics:
>
> 1. Re: How to import Wakaama in eclipse (Kraus Achim (INST/ESY4))
> 2. Wakaama, SparkCore and OM2M (Andrew Cloete)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 30 Apr 2015 08:36:16 +0000
> From: "Kraus Achim (INST/ESY4)" <Achim.Kraus@xxxxxxxxxxxx>
> To: Wakaama developer discussions <wakaama-dev@xxxxxxxxxxx>
> Subject: Re: [wakaama-dev] How to import Wakaama in eclipse
> Message-ID:
> <BC36447FF5C62E46BEF3F124D3C1E892082ABB88@xxxxxxxxxxxxxxxxxxxxxxxx>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi Robert,
>
> there are several ways to "include" Wakaama into eclipse CDT, each with advantages and disadvantages (find out by yourself :) ).
>
> Wakaama is a "cmake" project and there are several hints in the web, how to integrate a cmake project into eclipse.
> I choose a "manual" way. Therefore I create several eclipse projects:
> 1. "core" project (static link library, wakaama/core).
> 2. "utils" project (static link library, wakaama/tests/utils)
> 3. "client" project (executable, Wakaama/tests/client)
> 4. "server" project (executable, Wakaama/tests/server)
>
> For the "core" you need to setup different configurations for client mode and for the server mode.
> And the client configurations need to reference the "utils" and the related "core" configurations. The same must be done for server configurations.
>
> To get the precompiler definitions, just use cmake to create a client and server and lookup those definitions there
> (e.g. LWM2M_CLIENT_MODE for "client" and "core" - "client configuration", LWM2M_SERVER_MODE for "server" and "core" - "server configuration").
> Mit freundlichen Gr??en / Best regards
>
> Achim Kraus
>
> Bosch Software Innovations GmbH
> Communications (INST/ESY4)
> Stuttgarter Stra?e 130
> 71332 Waiblingen
> GERMANY
> www.bosch-si.de
> www.blog.bosch-si.com<http://www.blog.bosch-si.com>
>
> achim.kraus@xxxxxxxxxxxx<mailto:achim.kraus@xxxxxxxxxxxx>
>
> Registered office: Berlin, Register court: Amtsgericht Charlottenburg, HRB 148411 B
> Executives: Dr.-Ing. Rainer Kallenbach; Michael Hahn
>
>
> Von: wakaama-dev-bounces@xxxxxxxxxxx [mailto:wakaama-dev-bounces@xxxxxxxxxxx] Im Auftrag von r p
> Gesendet: Mittwoch, 29. April 2015 15:28
> An: wakaama-dev@xxxxxxxxxxx
> Betreff: [wakaama-dev] How to import Wakaama in eclipse
>
> Hi,
>
> I'm not able to include Wakaama in eclipse, how can I do that?
>
> Thank you so much.
> Robert
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <https://dev.eclipse.org/mailman/private/wakaama-dev/attachments/20150430/d5cab192/attachment.html>
>
> ------------------------------
>
> Message: 2
> Date: Thu, 30 Apr 2015 17:44:52 +0200
> From: Andrew Cloete <andrewhcloete@xxxxxxxxx>
> To: wakaama-dev@xxxxxxxxxxx
> Subject: [wakaama-dev] Wakaama, SparkCore and OM2M
> Message-ID:
> <CAGyn7gUbks7MBPQhRFSVkN6LvLsM02vFhMjBJNSQ7FzmQqP87Q@xxxxxxxxxxxxxx>
> Content-Type: text/plain; charset="utf-8"
>
> Hi all,
>
> I'm a post-graduate student at the University of Stellenbosch, specializing
> in M2M communications.
>
> Currently, out team is developing IoT devices for home appliances. We are
> using a Spark Core as the embedded controller on each device. We are also
> using the Eclipse OM2M platform as a ETSI compliant middleware component
> for M2M communications.
>
> We want to use Wakaama as a LWM2M implementation to enable device
> management, implement the standardized CoAP protocol and security.
>
> I have three questions regarding the above:
>
> 1. How would we go about integrating OM2M with a Wakaama client? (Would
> this require somehow integrating a Leshan server on top of OM2M?)
> 2. Are there examples available for porting the Wakaama client onto the
> Spark Core?
> 3. Are there examples where Wakaama is implemented for real IoT
> deployments?
>
> This is my first introduction to Wakaama and LWM2M so I apologise in
> advanced if these are newbie questions.
>
> Kind regards
> Andrew
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <https://dev.eclipse.org/mailman/private/wakaama-dev/attachments/20150430/85540e59/attachment.html>
>
> ------------------------------
>
> _______________________________________________
> wakaama-dev mailing list
> wakaama-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/wakaama-dev
>
> End of wakaama-dev Digest, Vol 9, Issue 12
> ******************************************

Back to the top