POX: A Python-Based Platform for Software-Defined Networking
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
POX is a versatile networking software platform written in Python, initially designed as an OpenFlow controller. It can also function as an OpenFlow switch and is useful for developing general networking software. Supporting OpenFlow 1.0 and various operating systems, POX provides a flexible environment for network experimentation and development.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
POX is a networking software platform developed in Python, offering a flexible environment for network experimentation and development. It began as an OpenFlow controller but has evolved to also function as an OpenFlow switch, making it suitable for a wide range of networking software applications. POX officially requires Python 3 (versions like "gar" and later), with "fangtooth" being the last version to support Python 2. It runs across Linux, Mac OS, and Windows, and even on other platforms like Android, FreeBSD, and Haiku, requiring only a Python interpreter.
Installation
Getting started with POX is straightforward. You can boot POX by running pox.py from its directory. The script intelligently attempts to find an appropriate Python 3 interpreter, prioritizing a PyPy installation within the POX directory for potential performance gains. Otherwise, it looks for python3 or falls back to python. You can also explicitly invoke your desired Python interpreter, for example, python3 pox.py.
Examples
POX components are essentially Python modules following specific POX conventions. They are located in standard Python paths, plus the pox and ext directories. To run a component, simply specify its name on the command line:
./pox.py forwarding.l2_learning
Components can also accept options. For instance, to run POX as an OpenFlow controller and specify its address and port, you can pass these as options to the openflow._01 component:
./pox.py openflow.of_01 --address=10.1.1.1 --port=6634
Why Use POX?
POX stands out as a powerful tool for anyone involved in Software-Defined Networking (SDN) or general network programming. Its Python-based nature makes it accessible and easy to extend. The platform's ability to act as both an OpenFlow controller and a switch, coupled with its support for OpenFlow 1.0 and Open vSwitch/Nicira extensions, provides a robust foundation for building and testing network protocols and applications. Its cross-platform compatibility further enhances its utility for diverse development environments.
Links
For more detailed information and to explore the project further, please refer to the official resources:
Related repositories
Similar repositories that may be relevant next.

oh-my-hermes: Enhance Hermes Agent with Advanced AI Workflow and Memory
September 17, 2026
oh-my-hermes is an all-in-one plugin designed to significantly enhance the Hermes Agent. It provides advanced coding intelligence, a robust long-term memory system, and optimized workflow packages, transforming standard Hermes requests into structured, actionable tasks with clear operational layers.
ASC: A Super Fast Android Decompiler for Mobile Reverse Engineering
September 17, 2026
ASC is an innovative and exceptionally fast Android decompiler front-end, specifically designed for mobile researchers and agents. It redefines traditional decompilation by directly querying compiled artifacts, offering on-demand code extraction and analysis without heavy preprocessing. This approach results in significantly reduced memory usage and lightning-fast performance, even on large APKs.

Open Index: A Deterministic Memory Layer for Your AI Agents
September 16, 2026
Open Index is a powerful tool for building domain-specific, accurate, and structured data that AI agents can effectively operate on. It enables the creation of a "brain," a searchable and continuously improving context graph tailored to any domain. This system ensures agents have access to reliable, up-to-date information, enhancing their capabilities and decision-making processes.
tooltrim: Drastically Reduce LLM Agent Tool Output Tokens, Improve Accuracy
September 16, 2026
tooltrim provides drop-in compression for LLM agent tool outputs, drastically cutting tokens while often improving answer accuracy. This provider-agnostic solution offers content-aware compression, faithfulness benchmarks, and seamless integration with popular frameworks or as an OpenAI-compatible proxy.
Source repository
Open the original repository on GitHub.
15 counted GitHub visits