Skip to content
forked from svinota/cxnet

cxnet -- Python netlink library and more

Notifications You must be signed in to change notification settings

superbobry/cxnet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python networking library
=========================

The library is written in pure Python with extensive usage of ctypes
module, that allows speed-up binary protocol parsing. It uses only
two C libraries -- glibc and libpcap (optional).

    netlink — netlink, the Linux' kernel proto:
        * core — common definitions
        * generic — generic netlink(7)
        * ipq — IPQ, userspace client for iptables -j QUEUE
        * iproute2 — rtnetlink(7) high-level client, see also ip(8)
        * rtnl — rtnetlink(7) implementation


The primary home of the project is here:
    http://projects.radlinux.org/cx

Secondary repos:
    git://github.com/svinota/cxnet.git
    git://git.altlinux.org/people/peet/packages/cxnet.git

Maillist
========

https://groups.google.com/group/connexion-project/

Issues
======

http://projects.radlinux.org/cx/newticket
https://github.com/svinota/cxnet/issues

About

cxnet -- Python netlink library and more

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%