-
Hello!
First of all, thank you for the great framework! I´ve been using AwaLWM2M as configuration and side monitoring channel on my own custom IoT solution. I use AwaLWM2M compiled as **static** cl…
-
I haven't found a way to reproduce this 100% of the time, but using this example client - https://github.com/FlowM2M/AwaLWM2M/blob/master/doc/example_app_static_api.md#example-create-a-standalone-lwm2…
-
I was trying to use AwaLWM2M between Ci40 and 6lowpan clicker.
I saw following issues:
1. Even if I explicitly set local ip address on a command line argument of awa_serverd (example: awa_serverd -…
-
Any failed COAP transactions that get sent with Erbium are added to a list of transactions, however they are never removed. From my experience this is because coap_clear_transaction is never called he…
-
When following the [guide](https://github.com/ConnectivityFoundry/AwaLWM2M/blob/master/doc/3rdparty.md) to test awaLWM2M client against 3rd party servers (Wakaama for bootstrap, Leshan as server) the …
-
There is no retransmission on dtls protocol layer during handshake.
Probably the issue is common for dtls abstraction, checked against tinydtls and gnutls.
For example:
tinydtls has a callback `dtls_…
-
Hi! I'm working on integration betwen a device using Awa Client and Ericsson Iot Accelerator.
During our tests we found that the gateway (one Leshan server) can do readings with the gateway diagnos…
-
I need of COAP, LWM2M and MQTT support in firmware build with OpenWrt for HLR-RM04.
In what stage is current work on IoT protocols support in OpenWrt?
What feed should I use to install wakaama or …
-
In the current (OMA-TS-LightweightM2M-V1_0-20170126-D) revision of the 1.0 TS, the "Greater Than" attribute is defined (in section 1.2, Table 4) as follows:
> This “Greater Than” Attribute defines a …
-
Following the docker instructions and building the containers results in the following error:
Step 16/18 : RUN make TARGET=minimal-net
---> Running in 4562cb6df09f
mkdir obj_minimal-net
CC …