I've written a simple iphone "app" trying to sending information about what sail I'm sailing with the purpose of accessing it with my logfiles for later analysis.
The "app" sends the information to a pyhton script running on the computer, and access Expedition via the DLL. Updating simple values like BSP works perfectly, so I have the structure up and running.
However, is there a way too pass information about the sail flying? I'm thinking event, but I can't figure out how to launch an event via the DLL, is it possible? If not, are there any options I can try?