Jump to content

Recommended Posts

Posted

Hello greatest minds of mxc , i want to get info/tips about l2 updater. But would like it to be private. So any 1 interested in gaining some earnings or just with updater experience plz pm me.

Posted

First you create a list that contains all data, file path, name, hash, size

 

For each file:

  1. Hash the file
  2. Compress the file
  3. Upload on the Server
  4. Append all the info on the list

 

Getting the updates:

  1. Get the list file
  2. For every file in the list file
  3. Hash the local file if any
  4. Compare list hash and local hash
  5. If there are not equal download the file from the server
  6. Decompress it
  7.  

 

Posted
17 minutes ago, xxdem said:

First you create a list that contains all data, file path, name, hash, size

 

For each file:

  1. Hash the file
  2. Compress the file
  3. Upload on the Server
  4. Append all the info on the list

 

Getting the updates:

  1. Get the list file
  2. For every file in the list file
  3. Hash the local file if any
  4. Compare list hash and local hash
  5. If there are not equal download the file from the server
  6. Decompress it
  7.  

 

Well see thats to difficult for me , dont even know this terminology :D

Posted
11 hours ago, AlmostGood said:

search f"updater" on github, there are tons of ready solutions in most languages

Ty will try <3

  • 2 weeks later...
Guest
This topic is now closed to further replies.


×
×
  • Create New...