MuffinSpawn / FMS

My personal FMS task management and field-testing repository.
0 stars 0 forks source link

Wrap the TPI classes in Python #19

Closed MuffinSpawn closed 6 years ago

MuffinSpawn commented 7 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.

MuffinSpawn commented 6 years ago

I've written pure-Python versions of these classes using my own parser. This isn't necessary anymore.