Skip to content

Collection of utilities for Python that can be used to configure low-level Linux networking features.

License

Notifications You must be signed in to change notification settings

ccxtechnologies/netconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-netconfig

This package contains a set of utilities that can be used to configure low-level Linux networking features.

These tools tend to provide better performance but way fewer features vs. pyroute2, we used them in conjunction to provide better over-all performance

asyncio

Some of the APIs include coroutines which are intended to be used with python's asyncio features. If using asyncio the blocking calls can be called with a run_in_executor so that they don't block the mainloop (though most of the call are fast enough it shouldn't make a difference).

About

Collection of utilities for Python that can be used to configure low-level Linux networking features.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages