HOMEVIDEOSCOURSESSTUDENTSSPONSORSDONATIONSEVENTSTUTORIALSLINKSNEWSCONTACT


HOME 》 Contact :: Kiran Kankipati

My contact email: [email protected]


My Skills, Expertise and Experience:

  • Datacom, R&D, and product architecture/development/research
  • Systems Software, Linux Kernel Network Stack (Network sub-system, drivers: bridge, vlan, vxlan, tun/tap, veth, etc) and user-space networking
  • work closely with CEOs/CTOs/product-architects and assist in complete product life cycle, strategy and so on
  • more than a decade of experience in WAN Optimization, Deep-space and Satellite Network technologies
  • SDN and Cloud Orchestration, Hypervisor tuning and optimization
  • Networking Hardware, OpenWRT customization and ecosystem (EDGE)
  • Founded TrafficSqueezer (in the year 2006) an open-source WAN Optimization network stack.
    * TOFFEE (or The TOFFEE Project research) is a fork of TrafficSqueezer. For more details: Why TOFFEE is forked from TrafficSqueezer
  • Founded The Linux Channel an Youtube Linux channel for advance Linux users, systems and network software programmers and tech enthusiasts.
  • Besides things I am interested and currently engaged on:
    * spiritualism
    * sustainable living
    * researching green technologies, going off-grid, micro-power generation for powering Wireless nodes and satellite/deep-space communication
    * art and music


Some of the companies worked/served in the past:

  • Cavium, Inc. - semiconductor company based in San Jose, California specializing in ARM-based and MIPS-based network, video and security processors and SoCs.
  • MontaVista Software - acquired by Cavium, Inc. leader in embedded Linux commercialization, develops embedded Linux system software, development tools, and related software.
  • Doublefish Solutions - an IT enabled services and research firm
  • Akamai Technologies, Inc. - world's leading content delivery network (CDN) services provider for media and software delivery, and cloud security solutions.
  • TATA ELXSI - an Indian design company and a part of the Tata Group. It provides design and technology services for product engineering and solutions across industries including broadcast, communications, and automotive.
    • Pace plc - a British company who developed set-top boxes, advanced residential gateways, software and services for the pay-TV and broadband services industry. Pace's customers included cable, telco, satellite and IPTV operators. Pace is now a part of ARRIS. ARRIS International plc.
    • Accton Technology Corporation - a company in Taiwan that principally engages in the research, development, manufacture and distribution of Ethernet switches, wireless local area network (WLAN) products and Internet access products.
    • Bivio Networks, Inc. - Award-winning, high-performance Cyber Security Application Platforms for superior network intelligence and cyber defense.
    • World Wide Packets, Inc. - a carrier Ethernet company (in 2008 acquired by Ciena Corporation)
  • Comodo Group, Inc - leading SSL Provider offers Free Antivirus, Internet Security, Firewall, Endpoint Security and other PC Security software for Windows & all OS.


Kiran Swapnil (Student) meet at Chennai Karachi Cafe 2022 Kiran with Dr Shiju Sathyadevan Amrita Vishwa Vidyapeetham
Kiran Kankipati OSIDays 2015 Bangalore India Kiran Kankipati author TOFFEE
Kiran Kankipati OSIDays Award Kiran Kankipati Tux Addict
Kiran Kankipati US Grand Canyon Sedona Trip Kiran Kankipati US Grand Canyon Sedona Trip - Native American Flute



Co-author/Editor: Sarees are my passion - an exclusive women's ethnic Indian fashion wear journal
Sarees are my passion - contemporary

Join The Linux Channel :: Facebook Group ↗

Visit The Linux Channel :: on Youtube ↗


💗 Help shape the future: Sponsor/Donate


Recommended Topics:
Featured Video:
Watch on Youtube - [408//0] x25d Rockchip ROC-RK3566-PC from Firefly | OpenWRT | Part 3 | The Linux Channel ↗

libpcap Library | Linux User-space Network Stack Development ↗
Sunday' 06-Aug-2023
libpcap is a very popular user-space networking library, with which you can capture and or generate packets. libpcap is the underlying framework for many popular packet capture tools such as tcpdump, Wireshark and so on. In fact libpcap is a part of tcpdump project. But besides just using it as a packet capture tool, you can use libpcap in various applications, such as user-space based networking stack development, etc. In some cases libpcap is yet another alternative to raw-sockets and tun/tap interfaces.

The Linux Channel :: Sponsors ↗
Monday' 30-May-2022
Here is a list of all The Linux Channel sponsors/donors (individual/companies).

Inline Programming | Assembly | Scripts | php, python, shell, etc | Rust in Linux Kernel ↗
Friday' 12-May-2023
Inline programming is a technique where code statements are included directly in the text of a program, instead of being contained in separate files or modules. Inline programming can be useful for small or simple tasks, as it can eliminate the need for a separate script or function. One common example of inline programming is using JavaScripts, Php, etc in HTML documents to create dynamic content. Similarly in Linux Kernel we can find lot of instances where we can find inline programming such as inline assembly and now Rust within the Kernel source.

Linux Kernel /sysfs Interface ↗
Saturday' 14-May-2022
/sysfs is one of the most popular kernel to user-space interface which you can leverage to add an interface to your Kernel code such as Kernel modules, Kernel Device Drivers, etc. Although personally I prefer /proc interface than other alternatives such as /sysfs, ioctl() and so on for my personal Kernel modules/stack. So here is my detailed multi-episode Youtube video series on /sysfs Interface.

Rockchip ROC-RK3566-PC from Firefly | OpenWRT ↗
Monday' 23-Jan-2023
Here is my multi-episode video series on evaluation of Rockchip ROC-RK3566-PC from Firefly with stock OpenWRT firmware.

What is purpose of Kernel Development - Example SMOAD Networks SDWAN Orchestrator Firewall Kernel Engine ↗
Monday' 18-Jul-2022
Often aspiring students may have this question, that what is the purpose of Linux Kernel Development. Since Linux Kernel is very mature and it has almost everything one would need. Usually, we need custom kernel development in the case of any new driver development for new upcoming hardware. And this happens on and on. But at times we may also come across few features/modules/components which are already provided by the Linux Kernel which are not adequate or atleast not the way we exactly intended to use. So, this is the real-world example, sometimes no matter what Linux Kernel provides as a part of stock Kernel/OS features, sometimes we have to write our own custom kernel stack or module(s) which can specifically cater our exact needs.

Linux Kernel Driver Device Trees ↗
Tuesday' 17-Jan-2023
The Linux kernel is the backbone of the Linux operating system. A device tree is a hierarchical tree structure that describes the various devices that are present in a system, including their properties and relationships to one another. The device tree is used by the Linux kernel to identify and initialize the different devices on a system, and to provide a consistent interface for interacting with them.

Linux Kernel vs User-space - Library APIs - Linux Kernel Programming ↗
Tuesday' 17-Jan-2023
One of the important aspects a beginner who is into Linux Kernel space systems software development has to understand is that unlike user-space C/C++ programming, where you can freely include any library APIs via respective #include files (which are dynamically linked during run-time via those /lib .so files), in the case of Kernel space programming, these library APIs are written within the Kernel source itself. These are the fundamental APIs which we commonly use, such as memcpy(), memcmp(), strlen(), strcpy(), strcpy() and so on. So here is my detailed Youtube video episode on the same with live demo, walk-through and examples.

Porting Sample libpcap C code to Raw Sockets | User-space Network Stack Framework ↗
Monday' 04-Sep-2023
Here is my multi-episode video series where I demonstrate how you can port the my libpcap sample code, discussed in the earlier episode to raw-socket. This code should further help you to design and architect your own user-space Network stack on top of this fundamental framework.

Roadmap - How to become Systems Software Developer ↗
Friday' 13-May-2022
When you are at the beginning of your career or a student, and aspire to become a software developer, one of the avenues to choose is to become a hard-core Systems Software Developer. However it is easier said than done, since there are many aspects to it as you explore further. As a part of systems developer, you can get into core kernel space developer, kernel device drivers developer, embedded developer and get into things like board bring-up, porting, etc, or can become a user-space systems programmer, and so on. So here is my detailed multi-episode Youtube video series on Roadmap - How to become Systems Software Developer.


Trending Video:
Watch on Youtube - [973//0] x264 Managed SD-WAN services | Welcome to SMOAD Networks | SD-WAN | Multi-WAN ↗

Generic VLOGs ↗
Saturday' 13-Mar-2021
My general and tech VLOGs



Recommended Video:
Watch on Youtube - [498//0] 0x166 NVIDIA CUDA Toolkit - Parallel Programming in CUDA - Ep3 ↗