Gabriele Contini
2020-03-22 c7a56b270bd7c3ffd287b042f3797fb68d9788ed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#######################################
Extension points
#######################################
 
The version 2.0 of the library comes with clear API extension and customization points. 
 
Tweak hardware signature generator
***************************************
 
You've found the provided hardware signatures don't behave well for your customers (we can test on a limited set of 
hardware we've receiving reports of usage on environments we never imagined before). 
You can either change the way the default strategy behaves (choose for instance cpu type over disk label as default) or
invent your own identification method.
 
.. toctree::
 
   hardware_identifiers
   
Custom license locator 
***************************************
Your software struggle to find the license file ? you can implement your own way to find it. For instance if you want 
to download the license from a remote server, you could implement the logic here. 
 
.. TODO::
   
   this section need to be completed