Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wakaama-dev] LWM2M Server

Hi Drasko,

Well the mailing list is supported by contributors of wakaama and sometimes it takes a while to get feedback.

Since I'm not an official contributor to wakaama i can only answer based on my limited insights to your questions:
1) There is support for server mode in wakaama (you just have to define LWM2M_SERVER_MODE) when you compile it
2) As you probably noticed the sources are in C (for performance and size considerations i presume) which kinda makes very useful for small embedded devices (where you have limited resources) - thus i see(personal opinion) the primary purpose of wakaama for lwm2m clients
3) Eclipse foundation also hosts the Java based Leshan lwm2m implementation which is focused on the server side. This may resemble something you are looking for (it also inter operates quite nicely with wakaama clients).

So to answer your question : i personally haven't seen a fully deployed wakaama server for production purposes and i don't think there is one out yet.

Also i don't really understand what you expect : something as robust as Tomcat, Apache , Ngix?  

Cheers,
Sorin


From: Drasko DRASKOVIC <drasko.draskovic@xxxxxxxxx>
To: wakaama-dev@xxxxxxxxxxx
Sent: Thursday, January 28, 2016 12:46 PM
Subject: Re: [wakaama-dev] LWM2M Server

Can somebody please open an Issues section on Wakaama GitHub
(https://github.com/eclipse/wakaama), as this mailing list seems to be
inresponsive.

Tracking questions on Issues list can be useful for newcomers as
documentation on Wakaama project is near to zero.

BR,
Drasko


On Wed, Jan 27, 2016 at 11:41 AM, Drasko DRASKOVIC
<drasko.draskovic@xxxxxxxxx> wrote:
> Hi all,
> I am wondering if Wakaama is suitable for deployment of production
> server. What is the current state of the server?
>
> I can see here server example:
> https://github.com/eclipse/wakaama/tree/master/tests/server, but I am
> wondering if there is somewhere a full server available based on
> Wakaama lib that we can deploy in production environment.
>
> Best regards,
> Drasko
_______________________________________________
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



Back to the top