Y
Hacker News
new
|
ask
|
show
|
jobs
by
joebolte
3904 days ago
Where does it explain what Click is? No explanation on the front page, and first FAQ is "Is Click experimental software?"
1 comments
tptacek
3904 days ago
Click is a C++ framework for constructing routers and IP middleboxes out of modular components, somewhat like a modular synthesizer for packets.
It's a pretty great codebase.
link
jefurii
3904 days ago
How specific is it to routing network traffic? Can it be used for more general data processing?
link
tptacek
3904 days ago
It's specific to processing IP packets, but not to routing. It has a really elegant interface for handling packet events.
link
It's a pretty great codebase.