sysom1/sysom_server/sysom_cec_proxy/lib
SunnyQjm ce641975fa feat(cec_proxy): Support influxdb line protocol format event
POST /api/v1/cec_proxy/proxy/line_protocol

curl example:
curl -X POST -H "Content-Type: text/plain" http://127.0.0.1/api/v1/cec_proxy/proxy/line_protocol --data-raw 'node_event,instance=192.168.0.2,ts=111 temperature=25.5,extra="{\"value\": 50.3, \"unit\": \"%\"}"'
2023-09-18 10:41:11 +08:00
..
README.md feat(cec_proxy): Add a temporary feature for proxy cec message 2023-09-18 10:41:11 +08:00
line_protocol_parser.py feat(cec_proxy): Support influxdb line protocol format event 2023-09-18 10:41:11 +08:00

README.md

The current directory holds the public libraries or utils needed for microservices