try just click JAR file instead of using ruinRodi.batI tested it, but runRodi.bat does not work for me - the command prompt windows will only flash when I run it. I looked inside and the java directory needed to be changed, as mine was not "C:\j2sdk1.4.2_05\bin\javaw"
try to replace javaw by java
something like
and post here or send me (mailto:larytet@yahoo.com) the log and i will try to figure out what is going on.Code:C:\j2sdk1.4.2_05\bin\java -Xdebug -jar rodi.jar LocalIP 0.0.0.0
for alternative ways to run the client see http://larytet.sourceforge.net/tryRodi.shtml
GUI is under development. My mental milestone - end of Apr.Rodi is a command-line client, which is going to make it a hard sell to the bulk of the P2P community, since nearly everyone these days expects a GUI in any Windows application.
CLI is not totaly useless. For example, one can put applet on the web server hiding under "Download file X" link - size of the applet is about 250K (like torrent for large video) and can be made ~30% smaller if remove debug info and debug CLI commands.
When a user click the link she actually runs the applet and connects to the Rodi network. Rodi CLI client can run initialization scripts, so WEB master can easily configure the Rodi client to download the correct file.
and this is after two or three major clean ups. The main page http://larytet.sourceforge.net/btRat.shtml is reasonably understandable considering my English and very limited writing skils.One thing that I think the website badly lacks is a short summary of what Rodi does
i invite everybody to help the project (see join us page at http://larytet.sourceforge.net/joinUs.shtml). The project is desperately looking for a person with good writing skills. The project is open source and i am not seeking for money/donations/etc.
That's true. But i think that it's enough that 1% has an ability to spoof. Courts will eventually stop to accept logs of IP addresses collected on the edge of the network, because IP source of the packet is not reliable.I understand that many people, maybe a majority, cannot IP spoof because their ISP will drop all packets with a non-matching source IP.
Anonimity is not a problem number one though. Protecting of the publisher in case of DDoS not less important task. One of the ways to do it is spoof IP port (see User Manual Lesson 3 http://larytet.sourceforge.net/userManu ... sson%203.0)
But that file named 'bigRedButton.bat' is a bit scary. Will it really delete all files in C: like it implies?This code removes all files with extensions *.mov *.avi *.rar *.vob *.mpeg *.mp3 *.mp4, etc. After that it attempts to fill the disck with some pattern. I think that it makes the data of removed files unrecoverable. though i can not garantee it. The batch file takes time - ~20 minutes for 80G diskCode:@set EXTENSIONS=*.mov *.avi *.rar *.vob *.mpeg *.mp3 *.mp4 @set DEL_PATH=C:\ @set PATTERN=The rabbit-hole went straight on like a tunnel for some way, and then dipped suddenly down, so suddenly that Alice had not a moment to think about stopping herself before she found herself falling down a very deep well @set FILE_NAME_PREFIX=bigRedButton @echo Delete %EXTENSIONS% from subdirs of %DEL_PATH% :: @echo press Enter if you are agree, press Ctrl-C to exit :: @pause @cd %DEL_PATH% @del %EXTENSIONS% /S /Q @echo Fill disk ....................................
I suggest - i am deadly serious - to use external hard disk and keep a bottle of gasoline around. It shoud take 3-4 minutes to heat hard disk up to the point where the stored data is d
estructed.
finally i am happy to hear that somebody at least tried this thing and i appreciate your attempt to bring attention to my project.
P.S. "anonymous" is not the exact word and it is only part of the project, and not even significant part. probably it is important from "marketing" point of view but i do not want to leave any misundesrtanding here. Main propose of Rodi is open source decentralized alternative to the existing commercial Internet search engines. I want to find text by content and I want to download it immediately without going to Amazon or somewhere else. I want to be able to find anything stored in Internet and not only linked HTML files. I want to protect publishers of sensitive content. I want to build a network of trust (see public/private keys and identification server in the User Manual) which does not need any index servers like SuprNova. I truly believe that I found answer to all this.
P.S.1 IP address of the downloader can be spoofed too, btw. Only publisher knows what IP send data to, downloader can send packets with arbitrary IP source in the IP header. Man in the Middle will never know for sure where packet comes from, but only the destination.
P.S.2 Must read - http://craphound.com/complexecosystems.txt
It explains what i am trying to do - i am trying to open Internet search for anybody by providing immediate access to the content and ability to run own WEB page index engine with own criteria of word rank



LinkBack URL
About LinkBacks
Reply With Quote



Bookmarks