Simplify using of UnbufferedSerial(Serial), USBCDC, TCP, SMTP, NTP Fork : https://github.com/YSI-LPS/lib_Transmission

Dependents:   lib_Transmission_Serial_example 2022_TICE_Electrolyse lib_Transmission_TCP_example

Changes

RevisionDateWhoCommit message
29:0d321d298d37 2022-01-05 YSI serial_event out of memory debug.; smtp error retry for ever. default tip
28:24f7e0ddf6f5 2021-09-17 YSI improvement of smtp error management.; Transmission processing function is now optional when dont receive transmissions
27:87c2a2a23d06 2021-09-08 YSI timeout ntp&smtp depend from parameter; smtp fail if no mail parameter; ip function return mac in upercase
26:fe26375f733e 2021-07-23 YSI ntp function return RTC time when no web connected, before was 0.; Change smtp buffer recv from 256 to 64.
25:01db56f04262 2021-07-06 YSI Add client and get function
24:a925173e1143 2021-06-29 YSI NDEBUG
23:457f1242007d 2021-06-29 YSI bug fixed on tcp recv buffer size
22:e99892e6fd8d 2021-06-29 YSI add requeste to specific ip and port with get function
21:59c0adcdfe9b 2021-06-23 YSI remove share event queue to specific event thread
20:2672d4aea6b7 2021-06-09 YSI tcp recv change and fix 100ms timeout
19:6c5777719ece 2021-04-27 YSI Fixe enum delivery exception.
18:15778c8a97a1 2021-03-17 YSI change usb recv byte by byte
17:9b7100c31466 2021-03-09 YSI Corrected '\n' processing bug
16:3ef69ffede76 2021-03-09 YSI remove delivery and add auto detect for HTTP request
15:b2da6ab01a21 2021-03-03 YSI add usbcdc and simplification of library use
14:9e3accc681c4 2021-02-12 YSI improve connecting
13:1e13e40b03c9 2020-12-15 YSI smtp @ modify
12:e22ff63d237c 2020-12-11 YSI add retrocompatibility with mbed-os-5
11:de94dcd67561 2020-12-10 YSI add if(NULL) to Transmission constructor
10:25e049353db5 2020-11-24 YSI update
9:abd4a4944399 2020-10-14 YSI add ntp address parameter
8:7193327bed34 2020-10-13 YSI add Transmission internaly thread
7:98b12722e9e2 2020-10-01 YSI fix ntp light hour
6:d6a07fd1548a 2020-09-28 YSI add ntp
5:4d87504e9257 2020-07-17 YSI fix clientTCP send
4:9a4ab4f406ab 2020-07-10 YSI add eth_state
3:7e15bf0a71f4 2020-07-08 YSI add get & set ip:port conf
2:ec88f3f8b619 2020-07-01 YSI fix enumSTATUS
1:27f6baabb15e 2020-06-30 YSI smtp update
0:2fc6fc3b5e15 2020-06-24 YSI lib_Transmission