Advertisement
Guest User

Untitled

a guest
Apr 28th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. Features
  2. This project has following features, which don’t exist in original traccar-web project:
  3.  
  4. following device
  5. recording device trace
  6. printing time stamps at device trace points (frequency is configured in Settings » Preferences) both for archive and recorded trace
  7. ‘show server log’ menu for viewing tracker-server.log file on Web
  8. ‘show wrapper.log’ menu for viewing wrapper.log file on Web
  9. archive filtering
  10. replaced ‘current state’ panel with popups. They appear either when you hover a row in ‘devices’ table or when you hover a marker on map
  11. improved performance of positions loading when DB grows up
  12. moved DB transaction management and user rights checks outside of data service implementation (AOP) with google guice
  13. possibility to detect ‘offline’ devices - when signal hasn’t came for some time (set up in device settings). They will be shown on a map with a marker of different colour and there will be some sign in popup that they are actually offline.
  14. new device status - idle. It is shown in popup and also there will be a time of idling. Each device got new setting ‘Idle when speed is <=’, which is zero by default. It may be changed to some reasonable value, which is then used to consider device idle (for example to handle ‘satelite drift compansation’).
  15. save grid columns settings (sort order, column order, visibility, etc.) in the database
  16. RESTful API. Available at /traccar/rest/{methodName} - allows to call methods from DataService class.
  17. possibility to export archive to CSV and GPX
  18. possibility to import archive from GPX
  19. possibility to log in via GET request to a separate servlet (for example, for integration on external sites) - http://server-ip:8082/traccar/s/login?user=your_username&password=your_password
  20. possibility to change password hashing function to store passwords in database passwords as hash sums instead of plain text
  21. notifications via email/pushbullet
  22. archive line and markers style customization
  23. possibility to fit line of archived track the current map view
  24. snap to roads
  25. device groups
  26. device filter/lookup
  27. device visibility management
  28. traccar manager support
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement