Archives
- August 2020 (1)
- October 2019 (2)
- September 2018 (1)
- June 2018 (1)
- April 2018 (3)
- January 2018 (2)
- December 2017 (3)
- August 2017 (2)
- July 2017 (1)
- February 2017 (1)
- January 2017 (5)
- September 2016 (2)
- January 2016 (1)
- November 2015 (1)
- September 2015 (2)
- October 2014 (1)
- April 2014 (1)
- March 2014 (2)
- December 2013 (1)
- November 2013 (1)
- October 2013 (3)
- September 2013 (2)
- July 2013 (3)
- May 2013 (2)
- March 2013 (2)
- February 2013 (2)
- January 2013 (1)
- December 2012 (5)
- November 2012 (5)
- October 2012 (4)
- September 2012 (3)
- August 2012 (7)
- July 2012 (8)
- June 2012 (2)
- May 2012 (2)
- April 2012 (4)
- March 2012 (1)
- January 2012 (1)
- December 2011 (1)
- November 2011 (1)
- October 2011 (2)
- September 2011 (1)
- August 2011 (3)
- July 2011 (4)
Tag Archives: API
Raspberry Pi Node Red and Cisco Codec Integration
In my first two tutorials I explained the API and how the XML data is passed to and from a Cisco Telepresence codec’s such as a SX or MX unit. In this article I will explain how I more specifically leveraged a Raspberry Pi and Node-Red to both receive commands from the codec as well as how to push data back to it for display on the touch 10. Continue reading
The Cisco Video Codec API Feedback
If you read my initial post about the XML API on Cisco SX and MX video units you may have notice that the functionality was all flowing from our API client to the Codec. The problem with this is there is no easy way to have the codec itself issue commands to other devices. To put it differently it cannot initiate an action it can only wait for and perform actions. Fortunately, in the 8.X code this problem has been addressed by a feedback mechanism. Continue reading
Cisco Telepresence Codec API by Example
Over the past few years Cisco, and really the entire IT industry, have been abuzz with talk of Application Programming Interfaces, aka API’s. API’s allow devices and services that traditionally have been confined to their own silos to start integrating with other systems. The Cisco Telepresence line is yet another example of this. Continue reading