mtconnect / cppagent

C++ Agent toolkit - Pre-built binaries, visit: https://github.com/mtconnect/cppagent/releases Docker images available at https://hub.docker.com/repositories/mtconnect
http://mtcup.org/
Apache License 2.0
141 stars 90 forks source link

447 json schema #479

Closed robot-ranger closed 1 month ago

robot-ranger commented 2 months ago

This PR includes a json schema supporting json-formatted agent config files.

I did all the research i could to find as many undocumented parameters I could, and i found a few. However, the following appear in source but are undocumented in the readme:

The above are in the json schema but missing details. If there are docs (description, acceptable inputs) for the above, i can add them before merging.

I also cleaned up and did a little organizing on the README. found some duplicate docs, organized a new section "Agent-Adapter Protocols" with sub sections for SHDR v2, MQTT Ingest, Heartbeat and HTTP/REST