May 22, 200818 yr LinuxDC++ http://prdownload.berlios.de/linuxdcpp/linuxdcpp-1.0.1.tar.bz2 psyBNC http://www.psybnc.at/download/beta/psyBNC-2.3.2-7.tar.gz inadyn http://cdn.dyndns.com/inadyn.zip Muchly appreciated.
May 22, 200818 yr perhaps it would be a better idea for us to create a vmware development image so we are are compiling on the same platform?
May 22, 200818 yr I was thinking that too. Also a central repository to place these files. Also It;'s much easier and preferred if you can find a SLACKBUILD version of the programs to be compiled. Then it can be compiled and packaged in one fell swoop. It takes a bit of time to make a proper slackbuild script.
May 22, 200818 yr LinuxDC++ http://prdownload.berlios.de/linuxdcpp/linuxdcpp-1.0.1.tar.bz2 What is linuixdc++? My quick review found this http://www.linuxpackages.net/pkg_details.php?id=11339 which seems to show it beiing a graphical front end of something. If so, this may be an issue as gui libs are not usually on unRAID. ". It is written in C++ and makes use of GTK+ for the user-interface. LinuxDC++ is free and open source software licensed under the GPL." If you are interested, I've been playing with tinycc. It's a very small C compiler that can literally be used for scripting. I.E it has a mode that allows you to use it as an interpreter and have a C program as the script #!/usr/bin/tcc -run #include <stdio.h> main(int arc, char **argv) { printf("helllo unRAID world\n"); }
May 24, 200818 yr Author I found a command line based DC++ client. http://ubuntuforums.org/showthread.php?t=702350
May 24, 200818 yr What does this program do? all I get is it's a directconnect client.. Is this directconnect as in network data mover ?? directconnect.
May 24, 200818 yr Prebuilt binary here -> http://ftp.cgu.edu.tw/Mirror/linuxpackages/Slackware-12.0-i386/Console/microdc2/
May 24, 200818 yr dc+ is P2P protocol. Works a bit different, but is P2P. http://en.wikipedia.org/wiki/Peer-to-peer The more important in such a server in my opinion is torrent. It is widely used (read this "legally widely used") by many companies to actually download their data (many linux distros use it too as you probably already know). The least you can do is to keep sharing, so a torrent client really fits. (yes I will test what you gave me this weekend) DC+ is maybe next, as it is mostly used in semi-closed groups and you personally share your data. You can have a picture of how open and how popular a protocol is by checking out the page above and seeing how many programs actually implement each protocol.
May 24, 200818 yr Author I use it as on my internet exchange I get free data to other members of the same ISP, we have a DC++ hub to share. All I need compiled now is psyBNC, any ideas on how to do this and would I have to recompile every time Unraid updates?
May 24, 200818 yr Try and find a slackbuild script for psyBnc. Once compiled you should be OK until one of the shared libs that it depends on changes. Also there are precompiled static linux binaries here. Try one of those. http://www.psybnc.at/download.html
Archived
This topic is now archived and is closed to further replies.