You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DPC allows you to call a Darwin filter via a Unix/TCP socket from any piece of Python code.
Darwin works only with Unix sockets at this moment: using a TCP socket requires a front-end setup that will call Darwin via a Unix socket (you can use an HAProxy configuration example in this Wiki, in the HAProxy configuration example page).
If you want to read the quick start guide, please go to README page of this project.