Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - malandrin

Pages: [1]
1
SFML projects / Re: Updator
« on: May 11, 2013, 03:30:59 pm »
New release : Updator 0.3

Major changes :
- SFML2
- files on server are compressed (lzma compression)

There is a compiled version of the example in the package 0.3 : https://code.google.com/p/updator/downloads/list


(Congratulations and thanks for SFML2)

2
SFML projects / Updator
« on: October 25, 2011, 11:57:52 pm »
Oups, sorry I didnt see your post, I just changed the google project to MIT License.
I have to change the header in every files but, from now, feel free to use the source as you like.


For information, the trunk is in a mess long time ago, but announces the use of lzma compression.
I need time to finalize the 0.3.

3
General discussions / List of modifications from SFML 1.6 to 2.0
« on: July 20, 2011, 10:15:37 am »
I can't find Socket::isValid anymore in 2.0.
Should I forget it ?

4
SFML projects / Updator
« on: July 15, 2011, 01:30:08 pm »
If under Windows, you just need the updator.lib and includes (IUpdateListener.h, Updator.h) to use it in your project.
You connect to your GUI with the IUpdateListener (look in the example project).
The updator.lib doesn't need any SFML1.6 libs to work.

You should be able to use your SFML2 GUI with my updator.

I prefer wait the final release of SFML2.0 to port it...


I'm eager to see your project using my lib

 :D

5
SFML projects / Updator
« on: July 15, 2011, 08:58:20 am »
When sfml 2.0 will be released, but I don't know if it's expected soon.

Is it for the Updator.lib or the crappy example ?
The Updator.lib doesn't make a lot of call to SFML, you should easily port it to SFML2.0 yourself.

6
SFML projects / Updator
« on: July 10, 2011, 11:06:53 am »
0.2 released !

- different type of update
- multithreaded hash computing

(more infos)

7
SFML projects / [RELEASED] SFMLUploads.Org
« on: June 20, 2011, 04:29:37 pm »
Hi,

I tested your site but 2 problems :
- when Im logged in and I press News, I log out
- I uploaded 2 little file for test but I can't see them in my stuffs

But that's a great initiative.

Pity I can't use it for my updator example files (cause I need folder structure for my files)

8
SFML projects / Updator
« on: June 19, 2011, 11:34:47 am »
Quote from: "Nexus"
By the way, namespaces are usually rather short (up to 5 letters) because one has to type them all the time... But it's ok :P

I tried but

Up
Upr
Upd
Upor
Uptor
Updtor

that's ugly  :x

9
SFML projects / Updator
« on: June 19, 2011, 11:17:33 am »
Thank you for these advices.
I commit some changes.

The main class is now Updator::Updator wich is using a Updator::Downloader.

Updator contains a Downloader pointer (so a dynamic allocation) to avoid to #include "Downloader.h" in Updator.h.


You are right, I should say that my project sources are on this svn, but for my defense, a googlecode project has always a public repository  :D

10
SFML projects / Updator
« on: June 18, 2011, 09:49:08 pm »
Quote from: "Nexus"
Quote from: "malandrin"
As it's my first opensource project, don't hesitate to advice/criticize me.
You say Updator is open-source, and according to your Google Code site, it is licensed under GPL. But you don't provide the source code, only include and lib files?


You should be able to svn checkout the project at this address http://updator.googlecode.com/svn/trunk/

The zip file is just for using compiled lib.

11
SFML projects / Updator
« on: June 18, 2011, 08:37:15 pm »
After some changes, here is the first release : Updator 0.1

And here is a short howto : http://code.google.com/p/updator/wiki/Updator01_HowToUse

As it's my first opensource project, don't hesitate to advice/criticize me.

12
SFML projects / Updator (2013/05/11 : new version 0.3)
« on: June 15, 2011, 10:21:15 pm »
2013/05/11 : New release : Updator 0.3

Major changes :
- SFML2
- files on server are compressed (lzma compression)

There is a compiled version of the example in the package 0.3 : https://code.google.com/p/updator/downloads/list



Hi,

I come here (from the french forum) to introduce my open-source project called Updator.
It's a small application wich synchronizes (updates) the local files with the files from the server (RSync style).

The server is a simple HTTP server. There is a folder on the server wich contains all updated files and a special file.

This special file contains the path and the hash of every files to update.

So :
- the user launches the app (the client)
- the client download the hashs file
- for each file (with the path) the client compare hashes (computed local and the one in file)
---- if hash ok -> the file is already updated, nothing to do
---- if hash not ok (or no local file) -> donwload the file and replace

I created a googlecode project : http://updator.googlecode.com
And a forum to discuss about it if needed : http://www.amnov.net/forum/viewforum.php?f=26

I'm using SFML for Network and GUI.

The current version is working but it could be improved a lot and optimize.
Here is the list of things I have thought to do : http://code.google.com/p/updator/issues/list
If you have more ideas, I'll be glad to hear them :)
I hope find some people to help with this project, even if it's not a big one.

Do not hesitate to ask more details or explication.

Screen of the client (I'm not designer...) :
[/url]

Pages: [1]