The GPS online positioning platform can be connected with the general logistics CRM platform to provide vehicle location information, so as to realize the visualized logistics scheduling and operation management of CRM.
Solution 1
GPS is used as the server online, CRM is used as the client, and the "pull" method is used to obtain data. Because it is a random event, HTTP is more flexible.
Advantage: the CRM client does not need to continuously process the reported data, and the data is changed to centralized processing. CRM can customize data according to the business, and data does not need to be stored locally. CRM only provides business logic data views
Disadvantage: it is inefficient to query a large volume of data at a time.
Solution 2
GPS is used as the client online, CRM is used as the server, and push is used.
Advantage: GPS online and CRM servers report basic data in real time according to the CRM data protocol. The interface is simple, and all services are completed by the CRM end based on the basic data. High real-time performance and flexibility.
Disadvantage: GPS maintains a persistent connection with CRM, and continuously occupies system resources.