tkuester / taky

A simple python TAK server
MIT License
184 stars 43 forks source link

Fix uploading datapackages from iTAK iOS client #90

Open Matthew-Beckett opened 11 months ago

Matthew-Beckett commented 11 months ago

This PR fixes the datapackage server to implement the upload endpoint used by the iTAK client for sharing datapackages with the server.

Although this implementation works and uploads the files successfully in a manner which appears to work for Android clients. The iOS client returns the same error as previous and still cannot search for datapackages without returning an error.

This PR at least makes it so that aware iOS users can upload datapackages with the knowledge they did indeed succeed and Android users will be able to download them.

Matthew-Beckett commented 11 months ago

!depends #23 #89

Matthew-Beckett commented 11 months ago

!link #81

tkuester commented 9 months ago

@Matthew-Beckett Thanks for the pull request!

Would you mind splitting out the docker file commits? I'm not quite ready to bring docker and build pipelines into the project, but would love to bring in your commits and credit you for your work!