Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wakaama-dev] Wakaama not bootstrapped

Hi Robert,

 

even if it’s solved, I’m not sure, what you expect to see to be sent from the client.

 

As defined in the LWM2M TS, the client „register“ at the server (those 120 bytes) and the it frequently „updates“ (also some bytes) that registration, when the lifetime expires (default 5 minutes, have you been patient enough to see that? You may use the command line option –t the set it to a shorter interval) or something included in that update changed. When you shutdown (enter quit at the clients input shell), the client “deregisters” (also few bytes) from the server.

 

Except of that, the client will respond to request from a server and doesn’t send messages actively on its self. Even a notify is more a multi response to an observe, and the observe must be requested from the server earlier.

 

So “seeing nothing else” may not be an error.

 

The message „NOT BOOTSTRAPPED“ is not intended to be a error message and only log the state of the bootstrap mechanism. 

 

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

 

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: Dienstag, 26. Mai 2015 11:00
An: Wakaama developer discussions
Betreff: Re: [wakaama-dev] Wakaama not bootstrapped

 

Thank you so much it solved the problem.

 

Cheers

Robert


From: david.navarro@xxxxxxxxx
To: wakaama-dev@xxxxxxxxxxx
Date: Tue, 26 May 2015 08:51:45 +0000
Subject: Re: [wakaama-dev] Wakaama not bootstrapped

Hi,

 

If you are not using a Bootstrap server in your setup, try compile the test client without the compilation flag -DLWM2M_BOOTSTRAP

You can remove it in tests/client/CMakeLists.txt

 

Regards,

David Navarro

 

From: wakaama-dev-bounces@xxxxxxxxxxx [mailto:wakaama-dev-bounces@xxxxxxxxxxx] On Behalf Of r p
Sent: Tuesday, 26 May, 2015 10:49
To: wakaama-dev@xxxxxxxxxxx
Subject: [wakaama-dev] Wakaama not bootstrapped

 

Hi, 

 

I'm trying to run wakaama but right after  "sent 120 bytes" I get this message: NOT BOOTSTRAPPED and then nothing else.

 

I tried to run the old liblwm2m and it works! So what's the problem?

 

Thanks

robert

---------------------------------------------------------------------
Intel Corporation SAS (French simplified joint stock company)
Registered headquarters: "Les Montalets"- 2, rue de Paris,
92196 Meudon Cedex, France
Registration Number:  302 456 199 R.C.S. NANTERRE
Capital: 4,572,000 Euros
This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.

_______________________________________________ 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