S-Update-Server icon indicating copy to clipboard operation
S-Update-Server copied to clipboard

Using the server statistics ?

Open Aathoss opened this issue 6 years ago • 3 comments

Hello, I would like to know how to use the "Statistics" function on the server side ? Because my program does not add the ip of the user

thanks in advance cordially

Aathoss avatar Jan 04 '19 11:01 Aathoss

It never worked and i never really tried to see why, it was not really useful and i don't think it was very legal too anyway

Litarvan avatar Jan 06 '19 14:01 Litarvan

There will always be people with good intentions and others with bad for the use of IP addresses

Without necessarily displaying ip we can use the statistical tab for something else:

  1. We can recover the ip of the customers (without displaying them) leaves to the encrypted ones to avoid any problem, we can use it is ip for the continuation
  2. have a traffic counter to see the total number of Giga download + reset button
  3. have a client-side option that allows to "broadcast" its version customer example:
SUpdate su = new SUpdate ("url", Directory);
su.addApplication (new FileDeleter ());
su.addApplication (new VersionTransmitte ("0.0.15"));

"VersionTransmitte" with the value "0.0.15" this value is the developer who changes it when we update a program

example I currently have 2 Launcher on which I work Launcher 1 - VersionTransmitte ("1.2.84") Launcher 2 - VersionTransmitte ("Bêta 2.0.0")

The s-update server retrieves "VersionTransmitte" to see how many users have updated the application, then show it to us

etc ... I would like to know the advantages of the code language so that I develop it myself Desolate for the inconvenience, these are only unattainable suggestion :)

Aathoss avatar Jan 06 '19 16:01 Aathoss

Do as you want, but i didn't really think it would be worth to take time for this. You can add it, i would accept such a pull request

Litarvan avatar Jan 06 '19 21:01 Litarvan