Point-to-point information push method based on mqtt
An information push, peer-to-peer technology, applied in the field of information exchange, can solve the problems of server unavailability, subscription access control cannot be flexibly configured, etc., to achieve the effect of protecting subscription security
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment
[0056] 1. User authentication: User authentication is implemented through the http authentication plug-in of emqttd. The strategy is to identify users who need to perform peer-to-peer push through the fixed username, and the user password is the hash of the user account name, random number and password in the system Algorithm combination, the user client ID input value can only be the corresponding user name in the password; parameters that do not follow the above rules will fail to verify;
[0057] 2. Subscription control: users can only subscribe to private topics whose client ID (user name) corresponds to the user name;
[0058] 3. Point-to-point push: When the business system needs to push the private information (such as user A’s asset information) of a certain user (such as user A) to user A itself, it will first push the asset information of user A to the corresponding function of the emqttd server If and only when user A subscribes to the private topic corresponding to...
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More 


