traccar / traccar

Traccar GPS Tracking System
https://www.traccar.org
Apache License 2.0
5.12k stars 2.55k forks source link

Isolate device tracker server, device update server and web api #1598

Open sonuauti opened 8 years ago

sonuauti commented 8 years ago

Need to host three module separate on each server like server A: only device tracker server B: web api (with web socket) how to separate these three module? any help will be appreciated.

tananaev commented 8 years ago

Where is the third module?

It's possible to separate UI from device server if you are using old web interface.

kuldiplive commented 8 years ago

Is it possible to, keep listener on one server, web-interface and database on other server?

tananaev commented 8 years ago

It is definitely possible to have database on a separate server.

As for web interface, listener and API should be on the same server, but everything else can be separated.