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
Fixed the Python ctypes interface by moving several MPWide functions into extern "C" blocks. Swig code content is now obsolete and should be removed soon.
run `sh compile.sh` to regenerate the Python interface code.
1
+
The Python interface now relies on the Python ctypes module. Compilation is no longer necessary (we dropped swig), and many of the other files here now are redundant (they may be taken out soon).
2
+
3
+
To test it just run on the server machine:
4
+
5
+
python MPWTest.py 0
6
+
7
+
and on the client machine:
8
+
9
+
python MPWTest.py <ip address or hostname of the server>
10
+
11
+
Make sure the firewall is properly open though :).
0 commit comments