PGO6

Dependencies:   MQTT

Committer:
s0130594
Date:
Thu Nov 14 15:07:12 2019 +0100
Revision:
6:754d3e8f9ae9
Parent:
5:2ce5049b9c14
Added MQTT functionality

Who changed what in which revision?

UserRevisionLine numberNew contents of line
s0130594 5:2ce5049b9c14 1 # Easy Connect - Easily add all supported connectivity methods to your Mbed OS project
s0130594 5:2ce5049b9c14 2
s0130594 5:2ce5049b9c14 3 ## Deprecation note
s0130594 5:2ce5049b9c14 4
s0130594 5:2ce5049b9c14 5 Please note that with [Mbed OS 5.10](https://github.com/ARMmbed/mbed-os/tree/mbed-os-5.10) onwards the network driver can be instantiated using `get_default_instance()`.
s0130594 5:2ce5049b9c14 6
s0130594 5:2ce5049b9c14 7 **This repository will not be maintained going onwards, as the work will be done using the [official Mbed OS repository](https://github.com/ARMmbed/mbed-os).**
s0130594 5:2ce5049b9c14 8
s0130594 5:2ce5049b9c14 9 More information will be available in the [Mbed OS Handbook](https://os.mbed.com/docs/v5.10) under [Network interfaces](https://os.mbed.com/docs/v5.10/apis/network-interfaces.html) and [configuration](https://os.mbed.com/docs/v5.10/reference/configuration-connectivity.html#selecting-the-default-network-interface). There are also [examples](https://github.com/search?q=mbed-os-example&type=Repositories) available.
s0130594 5:2ce5049b9c14 10
s0130594 5:2ce5049b9c14 11 ## Old README.md
s0130594 5:2ce5049b9c14 12
s0130594 5:2ce5049b9c14 13 The [old README](README-old.md) is still available.