Hello everyone, I am a beginner in the field of programming, and even more so in the field of flespi. I wanted to make a Dashboard for monitoring drivers, so I stopped at the part where I have to broadcast tracker location data to a website that I need to create, could kind people help me how to do it?

    baja thanks! But I need to stream such data to my own builded website, can you help me?

      I just wanna test it on my xampp "localhost", what should I write here?

      • kial replied to this.

        You should make your server accessible from the Internet and use your IP/hostname as the URI.

          yerqssyl
          It looks like you implementing some kind of locator frontend app. In this case, it's better to "pull" data, instead of "push" it to some server. So you can easily write a frontend app that subscribes to the current device location (flespi telemetry) and displays a point on the map.

            4 days later

            Hello, thank you, I created location on map. Now I want to make page(html) with routes(per day). What should I do? I think I need calculator for it, but dont know how to make correct calculator. Can you help me?

              Write a Reply...