Add address getter method to Python wrapper

This commit is contained in:
Joseph Henry
2021-05-19 21:33:08 -07:00
parent 111dc7f5d9
commit 4e0813d167
11 changed files with 15884 additions and 21731 deletions

View File

@@ -13,6 +13,7 @@
%module libzt
%{
#include "ZeroTierSockets.h"
#include "PythonSockets.h"
%}
%feature("director") PythonDirectorCallbackClass;
@@ -35,3 +36,4 @@
%ignore zts_msghdr;
%include "ZeroTierSockets.h"
%include "PythonSockets.h"