Closed MuffinSpawn closed 6 years ago
Although using the DLL provided with the AT4xx API does not seem to work with Python (IDispatch error), it should be possible to use SWIG to wrap the C++ classes provided, and then manage the network connection natively in Python.
I've written pure-Python versions of these classes using my own parser. This isn't necessary anymore.
Although using the DLL provided with the AT4xx API does not seem to work with Python (IDispatch error), it should be possible to use SWIG to wrap the C++ classes provided, and then manage the network connection natively in Python.