How to create a plant identification app for ubuntu touch?
-
@emphrath said in How to create a plant identification app for ubuntu touch?:
@s710 well, they could also increase quota for one specific existing api key - in that case, everything happens on their side
Same difference, that one API key would need to be distributed somehow.
-
@arubislander Well how do they make their own android app work then ? I don't get it.
-
@emphrath said in How to create a plant identification app for ubuntu touch?:
@arubislander Well how do they make their own android app work then ? I don't get it.
Yeah well, maybe they're using non-public APIs. Those, of course, can also be reverse engineered from the binary.
I am no expert in reverse engineering, but I was told that virtually anything can be reverse engineered with enough efforts. For example, someone reverse engineered the HTTP APIs used by the Bird Scooter app (which, btw, enabled me to make a scooter app).Unless you're using a dedicated authentication (user must login within the app), there is virtually no way of publishing something secure, you simply cannot ship credentials/hidden stuff. Of course, this is from a pure security perspective. The owner might still decide to ship apps like this and rely on no one caring about reverse engineering, which might be an acceptable risk.
In the end, it completely depends on what Pl@ntNet wants to do. I just wanted to point out that if I was given a dedicated API key, and Pl@nNet would increase limits for this single key, I would need to ship it within the app, which would be insecure per design. Of course, I can try to occlude it as best as I can, but it won't be bullet proof. If Pl@ntNet accepts this approach, I don't see any real issues, since I guess that not so many people would be that eager to get into possession of a Pl@ntNet API-key with increased limits so that they would actually take the efforts of reverse engineering it out of my app.
-
I have given this a go just now and really like it and the way it has come into being from initial idea to working app all form within the Community. Great work from all involved. This is really what the UBports Community does well. One small idea if the link to the my.plant.org website could be a direct link from settings (if possible) it would make things smoother.
If any further help with api keys or/and gaurantee of or licensing usage and such become needed let me know and I will see what can be done. -
@s710 You should probably just make it such that the user would have to acquire their own API key, and provide a UI for entering it in your app. Otherwise, do you plan to pay the fees for going over the number of requests, or even paying β¬1000/yr?
The contract PDF you linked to is very much oriented toward scientific organizations building applications for research, and doesn't seem to be oriented toward people who want to occasionally query Pl@ntNet for what plant they find while out on a walk.
-
@dobey It is exactly that at the moment. The matter at hand is wether it can last
-
@dobey said in How to create a plant identification app for ubuntu touch?:
@s710 You should probably just make it such that the user would have to acquire their own API key, and provide a UI for entering it in your app. Otherwise, do you plan to pay the fees for going over the number of requests, or even paying β¬1000/yr?
The contract PDF you linked to is very much oriented toward scientific organizations building applications for research, and doesn't seem to be oriented toward people who want to occasionally query Pl@ntNet for what plant they find while out on a walk.
The app works like this. The user needs to provide the key.
I was under the assumption that they know we make an app since they do not provide one for UT, and they are okay with it. So they should be aware of the fact that there are only to ways it can work: 1) per user developer key 2) dedicated shipped key with special limits. -
@s710 Got some news from the team at PlantNET (which as it seems just came out of attending a conference about open source software ^^):
" Hi Georges,
Great work! I've forwarded the repo to the team!
Let us know if you need anything from us.
Best"
So, maybe @Lakotaubp you want to take it from there ? I guess we could also wait for their feedback.
-
@emphrath I tend to think at present lets see if they come back with anything as your line of contact is obviously working well. If we hit problems with usage or they get back to you with an issue you can't sort from an app point of view let me know. Probably best by PM so as not to clog this thread with stuff and thanks again to all involved great work.
-
@lakotaubp you are right.
-
If you do need to go to a single key - it might be good to use compiled qt in the build that goes to the store, so the program is within a binary and the plain qml not stored anywhere. Let me know if you need to do that and I can help.
-
@mateo_salta you can defintiely help if you wish to help.
-
I would now consider starting a new thread for music recognition. Mixing it with a plant identification app thread is getting a little confusing and more importantly the info and discussion will just get lost.
-
@lakotaubp I agree. If also you manage to move what has been said.
-
@domubpkm If you want to start the topic then i will move all te related posts.
-
@lakotaubp done
-
@s710 This issue is not solved yet, There is a major issue left which is making this app independent without the need to submit an ID to use the app ( Pl@ntnet API )
-
@quilty-weavy I don't think this is an issue the @s710 can do much about at the moment, without hearing back from the folks at Pl@ntnet. And even if they could, they are not under any obligation to do so. They donate their time and talent, so things are either done in their time, on their terms, or someone else puts in the work and makes a PR. That is how Open Source is intended to work.
-
For info : in V 1.3.0 : on Volla (probably on all smartphones), the plant app needs to be restarted after setting the switch to ON for this usefull mechanism to work.
And thanks @s710 for the implementation. -
Hi there,
Hugo from Pl@ntNet project, the initial contact answering by email.
Let us know if you had any issue, I've read some of the reply there but let me know if you need to read something from us.