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

  • HaruAjsuru
    link
    fedilink
    English
    1221 days ago

    You can use Keepass or most of the password manager software (I think) to save and share wifi username and password. But I don’t think it is possible to auto connect to the saved wifi though.

  • @[email protected]
    link
    fedilink
    English
    5
    edit-2
    21 days 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).

    • @palituOP
      link
      English
      321 days ago

      oh that is cool. thanks!

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

      • @[email protected]
        link
        fedilink
        English
        219 days 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.

        • @palituOP
          link
          English
          119 days 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

    • @palituOP
      link
      English
      221 days ago

      Can you share your macro’s?