データの保存、更新、取得ができるWebサービス「milkcocoa」に接続し、データのプッシュ、送信、取得ができるライブラリです。EthernetIF版 https://mlkcca.com/
Dependents: MilkcocoaSample_Eth_tmp MilkcocoaSample_Eth uhuru_hallowin2
Fork of Milkcocoa by
Diff: Milkcocoa.h
- Revision:
- 7:026ece31eed4
- Parent:
- 1:4a634c06c5dc
--- a/Milkcocoa.h Mon Feb 29 09:14:58 2016 +0000 +++ b/Milkcocoa.h Tue Oct 31 09:24:11 2017 +0000 @@ -46,14 +46,14 @@ bool push(const char *path, DataElement dataelement); bool send(const char *path, DataElement dataelement); bool on(const char *path, const char *event, GeneralFunction cb); - + int getConnectStatus(); private: char servername[64]; int16_t portnum; char _clientid[64]; char username[32]; char password[32]; - const char *app_id; + char app_id[32]; MClient *client; GeneralFunction _cb;
