robot-ranger

Results 8 issues of robot-ranger

agent device probe topic is prefixed with `Agent.` ![image](https://github.com/mtconnect/cppagent/assets/93950632/db743097-460e-45b2-b790-fa82c91d4443) is that intentional? what is `Agent.` in this case? is that unique to the 'agent' device type? If it is device...

clarification

I POST an asset with the following: `curl -d @LoadCnc.xml 'http://192.168.0.105:5000/asset/LoadCnc?device=machine_1&type=AdapterConfig'` The agent responds with a valid `MTConnectAssets` document reflecting the asset POSTed; as expected. I then DELETE it with...

documentation
clarification

I would like to contribute a json schema for agent cfg. Can anyone point me to a COMPLETE list of all params available for agent cfg? is that even possible?...

feature

How do we use the meter? is it its own data source, to be added to grafana alongside Postgres? is it a separate table in the db? How do i...

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

building devcontainer locally results in 400+ untracked changes in `samples/` folder: ![image](https://github.com/user-attachments/assets/11e21ffe-91e6-4ad6-a256-7bdb36b78239) ...can we add `.gitignore` for UR-supplied samples and other provided files generated as a result of devcontainer build?

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