Тема: New Wialon SDK features
As far as Wialon Hosting GUI is going own way, I would like to present some new features that are avaible in Wialon Hosting/Kit remote API and JS SDK. These features are for software developers only. Some of them may not be used by Wialon Hosting GUI at that moment.
1. Most important is somwhere related to topic Приложение на Wialon Hosting доступ с клиентского ПК We changed this duplicate/login methods with IP to another technology. So now if you need to create duplicate of some session you can just use couple of methods:
- create authorization hash: http://sdk.wialon.com/api/index.html#wi … hod_public
(API method: core/create_auth_hash)
- use it to initiate session from any server:
http://sdk.wialon.com/api/index.html#wi … hod_public
(API method: core/use_auth_hash, parameters: {authHash: text})
Auth hash can be used from any IP address (valid for 2 minutes). Additionally (for Apps) in Apps settings you can checkbox Authorize hash in Additional URL params session, so that you can instantly use generated auth hash in your App.
I recommend to switch all Apps to this new methodology.
2. Second phone number for double-SIM devices. Same as primary phone number in most operations. We defined special flags for unit commands in order to store-defaults/select to which phone number SMS should be delivered. more avaible in documentation.
3. Admin fields. This is special thing now avaible in most types of items (units, users, accounts) where you can store some special information that should be hidden from user. It can be used absolutelly same way as custom fields, but have own data-flags, acl flags, etc.
In own applications I recommend to use it to store accounting information about customers, like company name, billing options, some admin parameters, etc.
Do not hesitate me if you have questions about how to use new features.