Disable/Remove Geofence Completely

sura2k8 years ago

Hi all,
How do I disable geofence monitoring from the server?
If it just an easy config level settings, and when it is disable via config, still it effects to server processing?

If I'm looking for remove this feature from the code, where should I start?

Thanks,

Anton Tananaev8 years ago

You can just disable it in the config. Why do you want to remove it from the code?

sura2k8 years ago

Hi Anton,
If the disabling completely removes the geofence (even from checks), good.
I'm currently using a previous version (3.3) to only listen and save coordinates. Another app is there for front end. No geofence there too.
And wanted to updated (sync) the latest changes which is now I think 3.6.

I asked about "remove from code" because I want traccar-server lite & fast as much as possible. I'm only looking for core enhancements and capabilities for core of the traccar-server rather than features.

Anton Tananaev8 years ago

Disabling it removes everything including checks. Use case where Traccar is used only to receive data from device is and will be supported. All additional features can be disabled through config.

sura2k8 years ago

thumbs-up!

TSGondim4 years ago

Hi guys,
Is There anyway to hide (or disable) geofences function in traccar 4.8?!

Anton Tananaev4 years ago

Not without changing the code.

TSGondim4 years ago

At first, thanks for your attention and speed. Congratulations on your great project that is traccar!

My traccar has been in operation since 2019 and I updated it now.

I installed traccar with the installer and made some changes in my app.min.js and others files.

Despite being a beginner in coding, I would like to know where (path / file) I could try to do it!

Anton Tananaev4 years ago

Search for "geofence" in the code. That should be a good start.

TSGondim4 years ago

I did this... changed setdisable to sethidden... but did not work...
so...
I will study more...

Thank you for your attention!!!