Vinay Shrivastav / Mbed OS AAT_LWM2M_K64F

Dependencies:   FXOS8700Q-driver MODSERIAL

Fork of mbed-os-example-client by mbed-os-examples

History

k64f targated Antenna alignment tool demo integrating GNSS compass (heading) & accelerometer (tilt & roll) - lwm2m client. default tip

2017-01-20, by remembervin [Fri, 20 Jan 2017 12:34:35 +0000] rev 52

k64f targated Antenna alignment tool demo integrating GNSS compass (heading) & accelerometer (tilt & roll) - lwm2m client.


Mesh to use channel 12 & Thread PANID 0xDEFA (#158)

2017-01-04, by mbed_official [Wed, 04 Jan 2017 22:15:09 +0000] rev 51

Mesh to use channel 12 & Thread PANID 0xDEFA (#158)

The included firmware binaries for mesh are hard-coded for channel 12,
so better use that in the JSONs as well.
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-client


mbedOS 5.3.1

2016-12-22, by mbed_official [Thu, 22 Dec 2016 07:30:10 +0000] rev 50

mbedOS 5.3.1
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-client


Fixed do_blink to use loop instead of recursive call. (#148)

2016-12-21, by mbed_official [Wed, 21 Dec 2016 10:00:11 +0000] rev 49

Fixed do_blink to use loop instead of recursive call. (#148)

* Fixed do_blink to use loop instead of recursive call.
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-client


Use port=0 for randomization

2016-12-20, by mbed_official [Tue, 20 Dec 2016 14:45:09 +0000] rev 48

Use port=0 for randomization

Network stack will randomize the address once it's being set to port 0.
NOTE! Dependency on mbed OS 5.3, nanostack does the port randomization starting with mbedOS 5.3.

.
Commit copied from https://github.com/ARMmbed/mbed-os-example-client


mbed OS 5.3.0 (2nd try)

2016-12-16, by mbed_official [Fri, 16 Dec 2016 13:15:09 +0000] rev 47

mbed OS 5.3.0 (2nd try)

The official version of 5.3.0.
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-client


mbedOS 5.3 update (#150)

2016-12-15, by mbed_official [Thu, 15 Dec 2016 17:30:10 +0000] rev 46

mbedOS 5.3 update (#150)

Update mbedOS version to official 5.3.0 release.
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-client


configs/*.json based configurations (#140)

2016-12-13, by mbed_official [Tue, 13 Dec 2016 13:45:11 +0000] rev 45

configs/*.json based configurations (#140)

* configs/*.json based configurations

Per Marcelo Salazar's proposal add configuration examples to a configs-folder.
By default the repo does not anymore have an mbed_app.json at all, but one should
copy one of the example configs, potentially modify it and use it.

Add mbedignore files to avoid the compilation problems.

Reference:
https://github.com/ARMmbed/mbed-os-example-client/issues/137

* Clarify connection types per bearer

Mesh-networking ONLY supports UDP, others support both. Table to
illustrate UPD/TCP modes per network bearer.

.
Commit copied from https://github.com/ARMmbed/mbed-os-example-client


Fix UBLOX ODIN Wifi Connectivity, add IPVx print

2016-12-13, by mbed_official [Tue, 13 Dec 2016 08:45:11 +0000] rev 44

Fix UBLOX ODIN Wifi Connectivity, add IPVx print

Turns out the UBLOX ODIN WiFi will not be able to connect, unless you
specify the security mode as well.

Stylize the connectivity prints a bit and add IPv4/IPv6 as the
to the starting print.

.
Commit copied from https://github.com/ARMmbed/mbed-os-example-client


Fix UPD in Mesh for real

2016-12-12, by mbed_official [Mon, 12 Dec 2016 12:00:11 +0000] rev 43

Fix UPD in Mesh for real

The MESH define was NOT usable in simpleclient.h, as the compiler had not
resolved that until it was executed in main.cpp - which was too late.
This made the mesh still to default to TCP mode.

.
Commit copied from https://github.com/ARMmbed/mbed-os-example-client