Cisco Blogs


Cisco Blog > Open at Cisco

Meet Me On The Equinox

Congratulations to all OpenDaylight founding partners, contributors, users and supporters. I am convinced this ambitious endeavor will redefine the meaning of “open source = collaboration”. This is a historic event, the coming of age of networking partners driving in the open source world, companies which until now, have been primarily preoccupied with driving open standards, though in many ways, resonating with the tenet of “running code and rough consensus” almost a generation before Open Source did. Perhaps this is, back to the future.

The announcement details are on the Consortium website at the Linux Foundation, contributions come in three categories, a multi protocol Controller platform contributed by Cisco, northbound (NB) applications on top, and southbound (SB) protocol drivers to support them from below. We expect that with such diverse community from the start, we will have a very open, diverse and collaborative development that will accelerate the growth and adoption of these projects for years to come.

Having been in this project from the very beginning, I would like to tell you exactly how and why we reached the open source model that we did, my own perspective in what I think is the key to getting that balance right. But later, not today.

Today is the day to celebrate all those diverse partners that were brought together by one singular desire to grow the market for application centered networking, to grow our collective ecosystem of users, developers, partners and customers, so that we can all win. With a rise in applications NB, more SB vendors will come and with a rise in SB support, more NB applications will arrive – the promise of the infinite feedback loop. I do not believe anyone out there should look for who wins and who loses; in this endeavor, this is a positive move for the industry, this is a win-win for everyone!

I think I’m going to play that “Meet Me On The Equinox” music and get into the OpenDaylight. It’s time to move forward and I hope everyone will.

Tags: , , , , , , , ,

Presenting Open MPI, USNIC, and Cisco open source at MOSSCon’13

April 10, 2013 at 4:50 pm PST

Midwest Open Source Software ConferenceI was just recently informed that my talk was accepted at the Midwest Open Source Software Conference (MOSSCon).  w00t!

MOSSCon will be held at the University of Louisville, in Louisville, Kentucky, USA, on May 18-19, 2013.  It’s being organized by people from the Kentucky Open Source Society (KYOSS) and other open source / maker-oriented groups in Louisville and Ohio.

Read More »

Tags: , , ,

LISP goes upstream into Open vSwitch

After a few months of work, I’m happy to announce Cisco has contributed the LISP protocol upstream into the Open vSwitch project. LISP is an open protocol developed by the IETF LISP Working Group. By getting LISP upstream into Open vSwitch, Cisco is continuing it’s tradition of enabling Open Standards by contributing to Open Source projects. What makes LISP interesting in the context of Open vSwitch is the fact it’s a pure L3 tunneling technology, the first in Open vSwitch. The current LISP code in Open vSwitch requires the use of static LISP tunnel endpoints. The instructions in the README file detail how to configure and use LISP tunnels in Open vSwitch. We have plans to remove the requirement for the static tunnels going forward. But for now, people who would like to experiment with LISP tunnels in Open vSwitch can use git to pull the latest master and give it a try. Feedback on the Open vSwitch dev mailing list is appreciated!

Tags: ,

Upcoming oVirt Workshop

oVirt

oVirt

The oVirt Project continues it’s momentum in the coming year with a new workshop being hosted in Sunnyvale, CA, at the NetApp campus January 22-24. The workshop is a great chance to learn more about the oVirt project. There will be presentations on both using and operating oVirt, as well as design discussion sessions around the code which makes up the oVirt project. This workshop is a great way to get involved with oVirt and learn from the core developers who are building the oVirt platform.

oVirt is a datacenter virtualization platform powered by libvirt and KVM. The latest release of oVirt is 3.1, which came out this past summer. Cisco is a board member of the oVirt project, and has been involved with the project since it’s launch at a workshop hosted by Cisco in the fall of 2011.

If you’re interested in virtualization, please register for the workshop. And after learning about oVirt at the workshop, become involved with the project and the oVirt community.

Tags: ,

WebRTC – Bringing Real Time Communications to the Web Natively

November 10, 2012 at 10:12 pm PST

Would you believe me if I say that, using just a few lines of JavaScript and HTML5 you could transform the Photo Booth app (available on Mac OSX) into a cool web based application, or overlay real-time audio and video onto your favorite WebGL based 3D game canvas, or build a plugin-less version of WebEx?

Through this blog, I attempt  to take you on a journey into the latest disruptive Web Standard called WebRTC. My goal in writing this blog, is to provide readers with some background information and dive a bit deeper into what WebRTC has to offer from the standards, and application developer perspective.

Before I jump in, let me introduce Cisco’s WebRTC  crew  -
Cullen Jennings, Ethan Hugg, Enda Mannion, Suhas Nandakumar (that’s me :) ).

Background

The Web is evolving at a pace faster than ever before. The last few years has seen tremendous innovations in the Web Technologies, Applications, Infrastructure and Services. The advent of HTML5 has redefined the way Web Applications work by bringing in the capabilities & richness of native applications to the Web platform.

HTML5 technologies such as Web Workers, Browser-Native Media, Web Sockets and the like are redefining the roles and capabilities of the browser and the Web, and  creating experiences that rival native applications.

Building along similar lines, is the introduction of WebRTC/RTCWeb technological standards into the HTML5 standards basket, which is concerned with bringing rich real-time, interactive communications natively to the browsers.

Read More »

Tags: , ,