sandbox / simple-mbed-client

Dependents:   Wifi_Get_Test_V1 simple-mbed-client-example simple-client-app-shield simple-sensor-client

Fork of simple-mbed-client by Jan Jongboom

Changes

RevisionDateWhoCommit message
23:c89df15e88d2 2017-03-21 Jan Jongboom Update mbed-client, works with mbed OS 5.4.1 default tip
22:17b4681e3353 2017-02-08 Jan Jongboom Add SimpleResourceFloat
21:816251388f55 2017-02-08 Jan Jongboom -Wreorder in SimpleResourceInt initialization
20:bfa6cc52d6d7 2017-02-07 Jan Jongboom Data member initializer is not allowed in ARMCC
19:cf570422d4dd 2017-02-07 Jan Jongboom Allow Event's to be passed into define_function, so you can dispatch mDC functions straight on an event loop, rather than manual deferring
18:7b2882874f87 2017-02-07 Jan Jongboom Add EventQueue, auto-update registration and make set() calls safe in ISR
17:200624714d15 2017-02-07 Jan Jongboom Move mbedtls_mbed_client_config.h into simple-mbed-client, allow overriding of constructor and add ServerAddress macro to simple-mbed-client
16:cb980bd39e32 2017-02-06 Jan Jongboom Get rid of stringstream. Save 130K flash and 4K of RAM
15:b7360c7e0f7f 2017-02-06 Jan Jongboom Remove the keep_alive ticker from SimpleClient. Add Callback<void()> overloads for on_registered and on_unregistered.
14:680c2a46cc8a 2016-12-02 Jan Jongboom Switch to TCP as default socket mode
13:a98cabe88e0f 2016-12-02 Jan Jongboom Update to mbed OS 5.2.3
12:26810c6b58e1 2016-09-28 Jan Jongboom Move away from FunctionPointer in favor of Callback
11:4da431479ce3 2016-08-24 Jan Jongboom Don't log when creating route
10:3fecd642d506 2016-08-24 janjongboom Make it compile in ARMCC
9:cfd5d2a7d77d 2016-08-15 Jan Jongboom Ambigious function declaration
8:2c48606ae4ae 2016-08-15 Jan Jongboom do not include IPv4, IPv6 in mbed_lib.json, connectivity lib should handle this
7:8a05fbad93d1 2016-07-21 Jan Jongboom SimpleMbedClient no known conversion on int, need to not set default value on onUpdate call
6:a1a766d45957 2016-07-01 Jan Jongboom Add a way of accessing underlying M2MResource
5:b875aa494b9f 2016-07-01 Jan Jongboom Add CLIENT dependency in simple-client library
4:0f9eae5739dd 2016-06-30 Jan Jongboom Update to latest mbed-os and fix setting empty values
3:ce2322965a27 2016-05-24 Jan Jongboom Move from mbed.bld to mbed-os.lib, and implement updates
2:0a015df677a4 2016-05-17 janjongboom Fix getting variables, and add keep_alive function.
1:75015f627e89 2016-05-15 janjongboom Add some overloads for update callbacks
0:9fa3f3028773 2016-05-15 janjongboom Port of mbed-client-ethernet-c-style to mbed Classic