- Got a C819 flashed and configured with an IOx supported image and DMo service enabled.
Pushed this D3 rule to DMo:
{
"meta": {
"ruleid": "sensordemo",
"context": "root",
},
"action": {
"type": "timer",
"name": [ "fetchdata" ],
"period": "1000",
"endpoint": {
"method": "http",
"addr": "172.16.1.2",
"port": "5001",
"resource": "/temp.json"
}
}
}
- The endpoint 172.16.1.2 is a Raspberry Pi that have set up a SimpleHTTPServer on port 5001. DMo should be sending an HTTP GET request to the resource http://172.16.1.2:5001/temp.json, but could never see any GET requests in the server logs.
- Have verified that able to ping between DMo to the Pi HTTP server so that connectivity is there.
You just needed to reupload the DMO license to the Local Manager.
- Do you have to recompile the demos to get the to work. Got setup a c819 and using the ova to test the installation using the sensordemo. But got minor version errors, and if tried to recompile more errors, also the default context is missing. Do you need to update the dmo. Want to know how to get the test installation apps to run.
you will need to create the Default Context, please refer to the doc found here https://developer.cisco.com/fileMedia/download/ebe9d5b0-4d0b-474d-a6a2-cffdb824cc7e
Comments
0 comments
Please sign in to leave a comment.