The following warnings occurred: | |||||||||||||||
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.2.28 (Linux)
|
![]() |
Download from other websites - Printable Version +- EmuNewz Network (https://www.emunewz.net/forum) +-- Forum: PSP Emulation (https://www.emunewz.net/forum/forumdisplay.php?fid=191) +--- Forum: JPCSP Official Forum (https://www.emunewz.net/forum/forumdisplay.php?fid=51) +---- Forum: JPCSP builds and releases (https://www.emunewz.net/forum/forumdisplay.php?fid=53) +---- Thread: Download from other websites (/showthread.php?tid=3854) Pages:
1
2
|
Download from other websites - shakirmole - 03-08-2011 I wish to upload the recent builds to another website (filetrip.net to be exact) so is it okay for me to do so? Especially since i find it difficult to download the file off the usual website so i though for those who are having issues, it would be better to do so Thanks RE: Download from other websites - Orphis - 03-08-2011 It's okay to do it. But what's the problem with the buildbot website ? If you tell me about it, I could fix it. RE: Download from other websites - shakirmole - 03-08-2011 my download speed goes up and down on two internet connections that are available in my area. it goes to around 20Kbps to a few bytes or kilobytes then back up and so on. Sometimes it shoots to max speed but only for a few seconds. Possibly its because i am using a wireless connection but the rest of my resumable downloads are quite stable in terms of speed. The only thing that annoyed me was i downloaded it until 11 Mb and then it cut off completely and thus restart. So maybe if you could just add a resumable download capability thanks. RE: Download from other websites - dista_bagus - 03-09-2011 agree.should add a resumable download capability. RE: Download from other websites - hyakki - 03-09-2011 For slower connections wouldn't it be easier to build your own? all you have to do is checkout on each new revision (maybe a few kb in changes to update it to the latest code), then setup a script to compile it. Here is a linux script i made and use to quickly checkout, compile and clean it, without having to mess with eclipse / netbeans, when it's done you will get a dist folder with a 7z file (like the buildbot has) jpcsp_build.sh #!/bin/sh export JAVA_HOME=/opt/jdk1.6.0_23/ svn co http://jpcsp.googlecode.com/svn/trunk/ /builds/jpcsp-read-only/ /opt/ant/apache-ant-1.8.1/bin/ant -f /builds/jpcsp-read-only/build-auto.xml dist-windows-x86 /opt/ant/apache-ant-1.8.1/bin/ant -f /builds/jpcsp-read-only/build-auto.xml clean I'm sure it could be easily adapted to windows. (just need svn, ant, jdk) RE: Download from other websites - shakirmole - 03-09-2011 it becomes a little messy esp for ppl like me who would be asking too many questions then RE: Download from other websites - Orphis - 03-09-2011 You know the server has a gigabit connection, it can handle more than 100MB/s of transfer easily. As Jpcsp isn't that popular, the load average is quite low and there's no bandwidth problem. I think it's a peering problem of Online (french host and ISP) and your ISP. So what's your ISP, and where are you located ? And I will add resumable downloads soon. RE: Download from other websites - shakirmole - 03-10-2011 my ISP is selcom/uhuru one and i am located in Tanzania (africa)... pretty far isnt it ![]() i think resumable downloads is all I could want thanks! RE: Download from other websites - Orphis - 03-11-2011 You should now be able to pause and resume downloads. Tell me if it works well enough for you ! RE: Download from other websites - dista_bagus - 03-11-2011 my ISP Smart and located in Surabaya(Indonesia). |