1

how to? --> showing static website for iframe with tracks & geofences

Тема: how to? --> showing static website for iframe with tracks & geofences

Hi guys,

any idea how to solve the following problem with sdk?

- a ski region has some vehicles that are preparing the "loipes" for tourists in the night that they can ski the "loipes".
- on their official website there are all "loipes" shown (they can be enabled and/or disabled)
- together with the "loipes" there should be shown the "last track".
- on each night at 01:00am the "tracks" should be deletet IF NOT THE ADMIN DISABLE deletion of the tracks for this night.

reason for deletion: typicaly Loipes are "cleaned/prepared" every day. But sometimes it is not necessary to clean them and than the guests should be still see, that "loipes" are good.

So:
1.) it must be static, user should not login into Wialon
2.) there must be a flag which can be set by an admin which deletes all tracks for last day
3.) if tracks not deletet, the "last" should be shown

Uff, complicated or?
We made this on our "old" plattform but want to switch them to Wialon also for new customers in "snow" business

Wolf.

Politeness dictates it to write his name on a post
2

how to? --> showing static website for iframe with tracks & geofences

Re: how to? --> showing static website for iframe with tracks & geofences

It is easily doable with Wialon, but you still need own 3rd service for processing requests correctly. Like iDriveSafe doing for drive quality analizing. Or like dashboard app's server.

At the dark side of telematics...
3

how to? --> showing static website for iframe with tracks & geofences

Re: how to? --> showing static website for iframe with tracks & geofences

Hi Shal,

so how would you realize that? plain PHP on a webserver which uses SDK and generate own output as html page? + login url for admin?

Wolf.

Politeness dictates it to write his name on a post
4

how to? --> showing static website for iframe with tracks & geofences

Re: how to? --> showing static website for iframe with tracks & geofences

The problem is not the output (it can be done _relatively_ simply with a plain HTML + JavaScript). I think the difficulty is the automation. The deletion should be done every night. So you need some server infrastructure for that.
Maybe it would be simpler to use Node.js? Then you can use the full power of JavaScript API smile

5

how to? --> showing static website for iframe with tracks & geofences

Re: how to? --> showing static website for iframe with tracks & geofences

Hi Valeri,

i have no idea!
I just need a result ;-)
Would you like to do it? Just ping me...

(My lovely developer is busy at the moment with our other tasks)

Politeness dictates it to write his name on a post
6

how to? --> showing static website for iframe with tracks & geofences

Re: how to? --> showing static website for iframe with tracks & geofences

wwbusch aka Buwo пишет:

Hi Shal,

so how would you realize that? plain PHP on a webserver which uses SDK and generate own output as html page? + login url for admin?

Wolf.

Hello Wolf, yes, smth like this. It can be any programming language.

At the dark side of telematics...