Questions about actual send timing and ssl support and more.

Mitchell Lee5 years ago

Hi. Thanks for the good simple light system.

Have some questions(For android for now),

  1. When is actual timing to send out packet to server? since I cannot see send succ/fail message on the status list.
    My setting is (Medium/300 frequency / 0 distance / 0 angle). I was expected that every 5 minute to send out.

  2. Does the client support ssl connection?
    My server has url like 'https//personal server/page.php'.

  3. The source code has not 'google-services.json',
    is this came from google play service? then which service should be selected for?

Anton Tananaev5 years ago
  1. If you don't see location update on the status screen, it means that your device doesn't report location info to the app.
  2. Yes, it does.
  3. Use "regular" flavor to build the app.
Mitchell Lee5 years ago

Thanks.

I can see the 'Location update'
but can NOT see 'send success' neither 'send failure' as the source code has the label resources.
Doesn't it matter?

Anton Tananaev5 years ago

If you don't see "send failure", it means success.

Mitchell Lee5 years ago

Great. Thanks.

Mitchell Lee5 years ago

One thing....I saw a post about Web Auth thing few years ago.
You still have no plan to add the Auth thing...how about this?

Anton Tananaev5 years ago

Reference to the post please.

Mitchell Lee5 years ago

Erm...I just tried to find the post (in git issue)
cannot find that.
It was 2014 and won't fix issue that about 'Basic Auth' matter...

Anton Tananaev5 years ago

Well, I don't really remember what it was about, so you need to find it or explain in more details.

Mitchell Lee5 years ago

What I'm trying to say that
The client seem that has no feature to support web auth(by htpasswd from server) id/password authorization feature.
For example, if the address represented like this

Anton Tananaev5 years ago

No plans at the moment.

Mitchell Lee5 years ago

Confirmed. Thanks. Have a good day.