Looking for Android help - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Off Topic (https://forum.cuberite.org/forum-9.html) +--- Forum: Off Topic Discussion (https://forum.cuberite.org/forum-10.html) +--- Thread: Looking for Android help (/thread-2521.html) |
RE: Looking for Android help - Qascker - 10-12-2017 (09-27-2017, 08:12 PM)Ycamler Wrote:(09-26-2016, 12:54 AM)xoft Wrote: Since I'm quite terrible with searching, I'd like to ask for your help.Well, accroding to your needs , you can install a Android data manager or Android data assistant , RE: Looking for Android help - xoft - 10-12-2017 Those two don't satisfy point 3 of my requirements - open source. RE: Looking for Android help - ShadowCone - 10-12-2017 So xoft, the problem about auto reconnecting is mainly that you can't expect to have the same ip address always. So the only way to work around that issue would be using udp broadcasts and they are very limited, not just for receiving but also in terms of security. It just doesn't meet my expectations. As for ux: the final piece of software can be packaged and works cross platform. If you criticize the use of electron, I use it mainly because of the cross platform and because of my experience with web design and using what node offers. RE: Looking for Android help - xoft - 10-13-2017 We could try to add some smart guesses later on, once the basics work. Such as trying to connect to the last known IP, or using client-supplied hostname for DNS lookups, or a special cloud-based "pairing" server. I'm not sure what you mean by the UDP security. Announcing the device presence, revealing its name, doesn't seem too bad to me. As for the UI, it was just a nitpick on my part, don't take me too seriously. It's just a personal grudge about some obscure softwares that are non-trivial to install. As a BFU, I expect to double-click an installer and end up with a program shortcut in the start menu, that's all. RE: Looking for Android help - ShadowCone - 10-13-2017 The problem with udp is basically that you don't have the statefulness of tcp that means no complicated handshake that involves cryptography can be used, and the term automatic includes not asking the user. I think it is highly problematic to automatically create a session to a potentially malicious device without even telling the user and, what you too proposed, syncing (although my system would work totally without syncing as it works directly on the phone without a local copy to keep in sync), which would even involve sending data across the wire. RE: Looking for Android help - xoft - 10-13-2017 Oh wait, I thought you used UDP just for the discovery, and then regular TCP for the actual connection. Just like Minecraft RE: Looking for Android help - Lokaser - 11-10-2017 (10-12-2017, 01:34 PM)Qascker Wrote:The Android assistant doesn't work for me . it can even be described as bad ,especially in data transfer......(09-27-2017, 08:12 PM)Ycam on Wrote:(09-26-2016, 12:54 AM)xoft Wrote: Since I'm quite terrible with searching, I'd like to ask for your help.Well, accroding to your needs , you can install a Android data manager or Android data assistant , RE: Looking for Android help - ShadowCone - 11-11-2017 The program is under way, if you can wait for it.... I'm doing it with a friend who doesn't have that much experience as I do. I probably could finish a very first version over the course of this weekend, but 1. I wanna do it with my friend and 2. I don't have the time for this. But anyway, I'm looking over what he does anyway, plus the security is OK that was what I made sure so far..... |