![]() |
![]() |
#12 | |
"Sander"
Oct 2002
52.345322,5.52471
4A516 Posts |
![]() Quote:
It would also be nice if a table like on http://home.earthlink.net/~elevensmooth/Progress.html could be created. This kind of table would make overall progres more clear. |
|
![]() |
![]() |
![]() |
#13 | |
Sep 2004
5·37 Posts |
![]() Quote:
Sorry, I do undertand what I have missed (HP was an exemple), thanks... Sander, Mark, if you are OK, I can create a thread containing such a table and maintain it here for HP up to 1000 (like the cunnhingham ones), including reservations. I am writing a small Ubasic program to check the factors and the terms of a sequence so I can also centralize the results on the same thread... I'll however let Sander archive the results on his pages... If you are ok, I'll contact Alexis (Leo_01) and ask for other active members to send me the results, reservations, the amount of curves done and the current "term" of the sequence they have reached.... I feel concerned with HP, just tell me. Thanks. Regards. Philippe Strohl. Last fiddled with by Phil MjX on 2005-12-15 at 16:50 |
|
![]() |
![]() |
![]() |
#14 |
Sep 2004
101110012 Posts |
![]()
eeeerhm, consider my last post off-topic...Concerning the summary table, I'm not sure Sander was referring to HP or server candidates in general
![]() But feel free to PM me for the HP thread proposal... ![]() P.S. |
![]() |
![]() |
![]() |
#15 | |
"Sander"
Oct 2002
52.345322,5.52471
100101001012 Posts |
![]() Quote:
The current site is all manual and time consuming. I would be surprised if there aren't any errors in there (appart from the one mentioned above). |
|
![]() |
![]() |
![]() |
#16 | |
Aug 2003
Europe
2×97 Posts |
![]() Quote:
But for some C and sockets using http and other things this library with source for hints and tips can be used http://www.alhem.net/Sockets/ And ofcourse the http rfc http://www.w3.org/Protocols/rfc2616/rfc2616.html But for the template you could be thinking of the following structure. The template would be using a plain html file. The template it self would consist of three parts. (or three files, depends on what is easier). I will call them A, B and C. A. This would have static html code with some extra information or description about the statistics. Just copied directly into the generated file, no adjustment needed. Just reading out a file.. B. would contain a markup for the statistics. And would consist of only a few lines that will be used for all number data. Depends on how you would find variables in the text but you could use [N-value], [N-name] for instance and [B1-value], [B1-ecmcurves], [B1-ppcurves], [B1-pmcurves] and so on. So the part could look like this example: Code:
[N-line] <B>Name: [N-name]</B><BR> Digits: [N-digits]<BR> Number: [N-value]<BR> <TABLE> [B1-line]<TR><TD>[B1-value]</TD><TD>[B1-ecmcurves]</TD><TD>[B1-ppcurves]</TD><TD>[B1-pmcurves]</TD></TR>[/B1-line] </TABLE> [/N-line] The part between [B1-line] would be repeated for all B1 values of the certain N value. It is just an idea, no idea if it is that practical to use or to make. Total code of the template could be something like this: Code:
<HTML> <HEAD><TITLE>MyECMNetServer</TITLE></HEAD> <BODY> <H1>This is MyECMNetServer with thingies and numbers</H1><BR><BR> At this moment this and this number is loaded because this and this is important. So here you can find clients to connect and this is the IP adres to connect to. bla bla bla bla. <BR><BR> <B>Stats:</B><BR><BR> [N-line] <B>Name: [N-name]</B><BR> Digits: [N-digits]<BR> Number: [N-value]<BR> <TABLE> [B1-line]<TR><TD>[B1-value]</TD><TD>[B1-ecmcurves]</TD><TD>[B1-ppcurves]</TD><TD>[B1-pmcurves]</TD></TR>[/B1-line] </TABLE> [/N-line] For more information <A HREF="mailto:me@home.com">contact me at my home</A> </BODY> </HTML> Code:
<TABLE> <TR><TD>Name</TD><TD>Digits</TD><TD>B1 1M ECM</TD><TD>B1 1M P+1</TD><TD>B1 1M P-1</TD><TD>B1 3M ECM</TD><TD>B1 3M P+1</TD><TD>B1 3M P-1</TD></TR> [N-line] <TR><TD>[N-name]</TD><TD>[N-digits]</TD> [B1-line]<TD>[B1-ecmcurves]</TD><TD>[B1-ppcurves]</TD><TD>[B1-pmcurves]</TD>[/B1-line] </TR> [/N-line] </TABLE> Last fiddled with by BotXXX on 2005-12-16 at 09:00 |
|
![]() |
![]() |
![]() |
#17 |
May 2005
Brutal Police State, UK
112 Posts |
![]()
I had great fun compiling GMP-ECM 6.0.1, using the detailed instructions on
this forum, and it works too! I have now downloaded the latest version of ecmnet (2.7.0). Question: How EXACTLY do you compile the client for use with Windows? |
![]() |
![]() |
![]() |
#18 | |
Aug 2005
Brazil
2·181 Posts |
![]() Quote:
1.Open MSys and cd to the source directory of ECMNet. 2.Run "make". This will read the makefile and run gcc. |
|
![]() |
![]() |
![]() |
#19 | |
May 2005
Brutal Police State, UK
112 Posts |
![]() Quote:
It outputted about 2 pages of 'undefined reference to' lots of stuff, and ended with Error 1. I tested that my MinGW was working properly by making another copy of GMP-ECM 6.0.1 I didn't think that it was going to be easy! |
|
![]() |
![]() |
![]() |
#20 | |
Aug 2005
Brazil
2·181 Posts |
![]() Quote:
|
|
![]() |
![]() |
![]() |
#21 |
Sep 2002
2·131 Posts |
![]()
How about providing a P4 binary of EcmNet 2.7.0 and ECM 6.0.1
You would reach 90% of cpu users. Since Prime95 is down many users could turn to EcmNet without the need to build it themself. |
![]() |
![]() |
![]() |
#22 | |
Aug 2005
Brazil
2·181 Posts |
![]() Quote:
I'll upload a new version of ECM-6.0.1 if I find out it's much better than this one. Go here Edit: Hotlinking not allowed... Edit2: BTW, does ECMNet work with GMP-ECM 6.0.1? I'm using the 5.1 version... Last fiddled with by fetofs on 2006-01-03 at 17:38 |
|
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
ECMNet Client/Server 2.7.2 is Released | rogue | Factoring | 0 | 2006-06-03 15:13 |
ECMNet Client/Server 2.7.1 is Released | rogue | GMP-ECM | 3 | 2006-05-26 13:19 |
ECMNet Client/Server 2.5.7 is Released | rogue | Factoring | 8 | 2006-03-26 13:31 |
Serious ECMNet Client/Server 2.5.7 bug | rogue | Factoring | 6 | 2005-03-21 15:24 |
ECMNet Client/Server 2.5.6 is Released | rogue | Factoring | 9 | 2005-01-11 03:12 |