Skip to content

Instantly share code, notes, and snippets.

@8cH9azbsFifZ
Created August 27, 2019 20:04
Show Gist options
  • Save 8cH9azbsFifZ/de32eb465c2c684ab5618ba6a747c524 to your computer and use it in GitHub Desktop.
Save 8cH9azbsFifZ/de32eb465c2c684ab5618ba6a747c524 to your computer and use it in GitHub Desktop.
Get DUTY_CYCLE on CCU3 using curl
curl -d "<?xml version='1.0'?><methodCall><methodName>listBidcosInterfaces</methodName></methodCall>
" http://localhost:2001/app_rpc 2>/dev/null|sed 's/.*DUTY_CYCLE.*<i4>//;s/<.*//'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment