cppagent icon indicating copy to clipboard operation
cppagent copied to clipboard

C++ Agent toolkit - Pre-built binaries, visit: https://github.com/mtconnect/cppagent/releases Docker images available at https://hub.docker.com/repositories/mtconnect

Results 43 cppagent issues
Sort by recently updated
recently updated
newest added

Formal issue stemming from discussion here: https://github.com/orgs/mtconnect/discussions/476 Only seems to affect Alpine/arm64. Alpine w/o buildx works fine. Ubuntu images build successfully. Alpine docker build fails. Here is the github action...

bug

Unless Im doing it wrong, It looks like the agent is expecting xml for assets. I tried sending the following with a curl command: ```json { "TaskArchetype": { "assetId": "LoadCnc",...

feature

update to correct the issue "Webocket does not respond to asset or assets request #578" #580

Add simple LDAP registration of the agent using an extension of a Device profile. See issue [Add Discovery capability to the Reference Agent ](https://projects.mtconnect.org/issues/3619).

Allow for device and assets to be provided in JSON as well. The JSON support needs to be ported to rapidjson and support added for version 1 and 2.

When sending {"id":n,"request":"asset"} or {"id":n,"request":"asset"} the agent responds with error invalidURL 0.0.0.0. Last tested with version 2.6.0.6

This is an issue to track the proposal of adding GET/PUT REST routings to get&set agent config as well as devices.xml I propose adding the following REST endpoints to cppagent:...

feature

The default value for this new parameter should be false to be backwards compatible. One would think that 'true' is inline with the standard, however there is a use case...

clarification

Allow users to use their own scheme to resolve duplicate IDs in the documents. Currently uses a unique hash, but it has been noted that certain installs may want to...