maikebing
maikebing
协议方式 - [x] HTTP - [x] MQTT - [ ] COAP - [ ] TCP - [ ] UDP ``` json { "dev-name": "30c6f7eb1d48", "poll-data": { "wendu": [6, 3, 2,...
数据断面聚合
需求 一天内 一万条数据, 整合成一小时一条, 使用平均的方法, 或者每个小时的最后一条作为依据。 Task LoadTelemetryAsync(Guid deviceId, string keys, DateTime begin, DateTime end, TimeSpan every, Aggregate aggregate); 注意 keys 为空则表示全部, every 如果是 TimeSpan.Zero表示不适用。aggregate 也不会使用。 - [x] #802 -...
https://github.com/cloudtoid/interprocess
**Is your feature request related to a problem? Please describe.** 使用SQL查询、删除、插入时 使用 序列化的参数进行 传递, 避免SQL注入导致安全问题。 **Additional context** https://github.com/eedalong/Apache-IoTDB-Client-CSharp/pull/76#discussion_r918936817
Hi, I think this project is a great project,Is it possible for this project to be merged into dotnet/winforms? https://github.com/dotnet/winforms/issues/1436#issuecomment-514694475
``` ../../../libqb.cpp: In function ‘list* list_new(int32_t)’: ../../../libqb.cpp:505:39: error: cast from ‘uint8_t*’ {aka ‘unsigned char*’} to ‘int32_t’ {aka ‘int’} loses precision [-fpermissive] L->structure_base[1]=(ptrszint)L->structure; ^~~~~~~~~ ../../../libqb.cpp: In function ‘int32_t list_add(list*)’: ../../../libqb.cpp:542:66: error:...