Advertisement
Guest User

Untitled

a guest
Apr 28th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 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. fixed issue when devices are not updated between different instances of web browser
  13. moved DB transaction management and user rights checks outside of data service implementation (AOP) with google guice
  14. 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.
  15. 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’).
  16. possibility to restrict ordinary users to manage (i.e. add/edit/delete) devices. Configured in global application settings.
  17. save grid columns settings (sort order, column order, visibility, etc.) in the database
  18. RESTful API. Available at /traccar/rest/{methodName} - allows to call methods from DataService class.
  19. possibility to export archive to CSV and GPX
  20. possibility to import archive from GPX
  21. 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
  22. possibility to change password hashing function to store passwords in database passwords as hash sums instead of plain text
  23. notifications via email/pushbullet
  24. archive line and markers style customization
  25. disable login dialog moving and resizing
  26. prohibit empty device name and id
  27. possibility to fit line of archived track the current map view
  28. possibility to upload photo of device/vehicle
  29. snap to roads
  30. reports
  31. commands
  32. device groups
  33. device filter/lookup
  34. device visibility management
  35. traccar manager support
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement