This is a bit of an odd one,

I have just moved to another country where internet is very expensive, and i would like to have an app to create a shared list of Wifi creds where i find them, whether that is offices, hotels or cafes, etc.

It would kind of be like the OpenWifi Map, but maybe a bit more private?

Does anyone know of anything like this? it would be able to tell where you are and alert you or autoconnet to the wifi using the credentials that are stored.

The reason i want it to be shared is that my wife can use the ones that i find and vice-versa.

cheers

  • BearOfaTime@lemm.ee
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    2 months ago

    Macrodroid/Automate/Tasker and Syncthing.

    I do something Ike this - we have a folder on our phones kept in sync with Syncthing.

    Then use Macrodroid to save the info to a file (location, wifi name, wifi key).

    Would probably require 2 macros - one to save the info, and one that looks for the wifi ID in the file when your phone sees that wifi as available.

    Or just use a text file in that folder, keep a shortcut to it on your home screen. Whenever either of you update the file, those changes will show up almost instantly on the other phone.

    If you had add a pc at home to the sync job, you get a little more stability in the sync (don’t have to wait for both phones to be on to sync).

    Wifi ID alone is probably all you need to save. Location would be superfluous (nice to have but not required).

    • palitu@aussie.zoneOP
      link
      fedilink
      English
      arrow-up
      3
      arrow-down
      1
      ·
      2 months ago

      oh that is cool. thanks!

      Any ideas on which would be a better automate tool? i have not used either.

      • BearOfaTime@lemm.ee
        link
        fedilink
        English
        arrow-up
        2
        ·
        2 months ago

        Uggh… Lol.

        Tasker is probably the most capable, but has a significant learning curve.

        Automate and Macrodroid are easier to learn, but more limited.

        Maybe start with Macrodroid, get your feet wet. It’s easy enough that my simple macros wouldn’t help - MD walks you through creating a macro.

        • palitu@aussie.zoneOP
          link
          fedilink
          English
          arrow-up
          1
          ·
          2 months ago

          I have got recording ssid’s when I connect, but not the password.

          It also doesn’t check whether it exists in the list, not sure how to do that yet. I think I need pro to use lists and dictionaries