Guest User

Untitled

a guest
Apr 28th, 2017
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 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. mobile web UI based on framework7 with general functions for GPS tracking, available at m/ URL, i.e. http://server-ip:8082/m/ Desktop version will redirect automatically to the mobile version when accessed from mobile device unless nomobileredirect=1 url parameter is not set.
  19. RESTful API. Available at /traccar/rest/{methodName} - allows to call methods from DataService class.
  20. possibility to export archive to CSV and GPX
  21. possibility to import archive from GPX
  22. 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
  23. possibility to change password hashing function to store passwords in database passwords as hash sums instead of plain text
  24. notifications via email/pushbullet
  25. archive line and markers style customization
  26. disable login dialog moving and resizing
  27. prohibit empty device name and id
  28. do not create user with name ‘admin’ when any other user with ‘administrator’ role present
  29. possibility to fit line of archived track the current map view
  30. possibility to upload photo of device/vehicle
  31. snap to roads
  32. reports
  33. commands
  34. device groups
  35. device filter/lookup
  36. device visibility management
  37. traccar manager support
Add Comment
Please, Sign In to add comment