Main Page: Difference between revisions

From Lundman Wiki
mNo edit summary
No edit summary
Line 1: Line 1:
<google uid="C01">Unix</google>
== Sources for llink ==


[[FXP.One]] - FXP.One project, engine daemon, clients, protocol API etc.
Latest sources are here:


[[UFxp]] - Ultimate++ GUI client for the FXP.One engine
[http://www.lundman.net/ftp/llink/llink-2.3.1.tar.gz llink-2.3.1.tar.gz]


[[LiON]] Lundman's Input Output Library.
If you want UPNP support, you also need to get clinkc-2.4 and clinkav-2.4. Until these are officially released, you can get them here:


[[L4IP]] Software load-balancer, health-check daemon for IP Filter.
  [http://www.lundman.net/ftp/llink/clinkc-2.4.tar.gz clinkc-2.4.tar.gz]
  [http://www.lundman.net/ftp/llink/clinkcav-2.4.tar.gz clinkcav-2.4.tar.gz]


[[LundFTPD]] The famous single process FTP daemon.
To compile them, I would do something like:


[[SSL-lbnc]] FTP bnc/relay program with SSL.
cd /your/compile/area/
tar -zxf clinkc-2.4.tar.gz
cd clinkc-2.4
./configure --enable-anyaddr
make
(make install - if you are root, or use the direct path in the following compiles)


[[llink]] Media Streamer for Media Players. SSDP/UPNP/HTTP
cd /your/compile/area/
tar -zxf clinkcav-2.4.tar.gz
cd clinkcav-2.4
./configure CPPFLAGS=-I/your/compile/area/clinkc-2.4/include LDFLAGS=-L/your/compile/area/clinkc-2.4/lib/unix/ LIBS=""
make
(make install - if you want)
Here the CPPFLAGS and LDFLAGS are needed if you did not "make install". The LIBS="" part in the end will depend on your system. On OSX, I would use LIBS="-lexpat", on Linux LIBS="-lexpat -lpthread -luuid"


[[rbl-add-ip]] Perl program to modify BDBHPT driver for DLZ+named.
cd /your/compile/area/
tar -zxf llink-2.3.0.tar.gz
./configure --enable-clinkc --without-openssl CPPFLAGS="-I/your/compile/area/clinkc-2.4/include  -I/your/compile/area/clinkcav-2.4/include" LDFLAGS="-L/your/compile/area/clinkcav-2.4/lib/unix/.libs LIBS=""
make
Here the CPPFLAGS and LDFLAGS are needed if you did not "make install". The LIBS="" part in the end will depend on your system. On OSX, I would use LIBS="-lexpat", on Linux LIBS="-lexpat -lpthread -luuid"


[[DLZUtil]] Perl script to run a generic DLZ BDBHPT (not customised for RBL)


[[TeraStation]] My own programs and hacks for the Buffalo TeraStation RAID NAS.
<paypal></paypal>
 
[[LimHD200i]] My attempts to improve things on Tomacros HD player.
 
[[NetworkedMediaTank]] My attempts to improve things on Syabas' Networked Media Tank (popcornhour etc)


[[Dune HD Center]] My attempts to improve things on HDI's media player, Dune HD Center / Dune BD Prime


[[librarchy]] Interposing libc calls to add direct streaming from RAR archives.


[[ZFS_RAID|ZFS RAID]] Home build ZFS RAID running Open Solaris.


[[OsX_Spaces|OsX Spaces]] Attempting to remove the Spaces switch-transition-animation
Older sources:


[[mediainfo-rar]] Wrote a little front-end to MediaInfo to handle content in RAR archives.
[http://www.lundman.net/ftp/llink/llink-2.3.0.tar.gz llink-2.3.0.tar.gz]
[http://www.lundman.net/ftp/llink/llink-2.2.4.tar.gz llink-2.2.4.tar.gz]
[http://www.lundman.net/ftp/llink/llink-2.2.3.tar.gz llink-2.2.3.tar.gz]
[http://www.lundman.net/ftp/llink/llink-2.2.2.tar.gz llink-2.2.2.tar.gz]
[http://www.lundman.net/ftp/llink/llink-2.2.0.tar.gz llink-2.2.0.tar.gz]
[http://www.lundman.net/ftp/llink/llink-2.1.2.tar.gz llink-2.1.2.tar.gz]
[http://www.lundman.net/ftp/llink/llink-2.1.1.tar.gz llink-2.1.1.tar.gz]
[http://www.lundman.net/ftp/llink/llink-2.1.0.tar.gz llink-2.1.0.tar.gz]
[http://www.lundman.net/ftp/llink/llink-2.0.9.tar.gz llink-2.0.9.tar.gz]
[http://www.lundman.net/ftp/llink/llink-2.0.8.tar.gz llink-2.0.8.tar.gz]  
[http://www.lundman.net/ftp/llink/llink-2.0.7.tar.gz llink-2.0.7.tar.gz]  
[http://www.lundman.net/ftp/llink/llink-2.0.6.tar.gz llink-2.0.6.tar.gz]
[http://www.lundman.net/ftp/llink/llink-2.0.5.tar.gz llink-2.0.5.tar.gz]
[http://www.lundman.net/ftp/llink/llink-2.0.4.tar.gz llink-2.0.4.tar.gz]
[http://www.lundman.net/ftp/llink/llink-2.0.3.tar.gz llink-2.0.3.tar.gz]
[http://www.lundman.net/ftp/llink/llink-2.0.2.tar.gz llink-2.0.2.tar.gz]
[http://www.lundman.net/ftp/llink/llink-2.0.1.tar.gz llink-2.0.1.tar.gz]
[http://www.lundman.net/ftp/llink/llink-2.0.tar.gz llink-2.0.tar.gz]
[http://www.lundman.net/ftp/llink/llink-1.9.9.tar.gz llink-1.9.9.tar.gz]
[http://www.lundman.net/ftp/llink/llink-1.9.6.tar.gz llink-1.9.6.tar.gz]
[http://www.lundman.net/ftp/llink/llink-1.9.5.tar.gz llink-1.9.5.tar.gz]
[http://www.lundman.net/ftp/llink/llink-1.9.4.tar.gz llink-1.9.4.tar.gz]
[http://www.lundman.net/ftp/llink/llink-1.9.2.tar.gz llink-1.9.2.tar.gz]
[http://www.lundman.net/ftp/llink/llink-1.9.1.tar.gz llink-1.9.1.tar.gz]
[http://www.lundman.net/ftp/llink/llink-1.9.tar.gz llink-1.9.tar.gz]
[http://www.lundman.net/ftp/llink/llink-1.8.tar.gz llink-1.8.tar.gz]
[http://www.lundman.net/ftp/llink/llink-1.7.tar.gz llink-1.7.tar.gz]
[http://www.lundman.net/ftp/llink/llink-1.6.tar.gz llink-1.6.tar.gz]
[http://www.lundman.net/ftp/llink/llink-1.5.tar.gz llink-1.5.tar.gz]
[http://www.lundman.net/ftp/llink/llink-1.4.tar.gz llink-1.4.tar.gz]
[http://www.lundman.net/ftp/llink/llink-1.3.tar.gz llink-1.3.tar.gz]


[[android]] Section for Android apps and games


Current testing sources:


[[Tokyo]] Places to go to with kids.
[http://www.lundman.net/ftp/llink/llink-2.2.5.tar.gz llink-2.2.5.tar.gz]


[[Amiga!_DS_Users]] For sharing Friend Codes.
CVS Version control
 
[[Personal]] Area for personal stuff, not interesting to anyone.
 
 
<paypal></paypal>


[[Donations]] '''Hall of Fame. Seriously appreciated gifts from kind people. Feel free to click on some of the ads too.'''
[[CVS]].

Revision as of 07:20, 27 September 2011

Sources for llink

Latest sources are here:

llink-2.3.1.tar.gz 

If you want UPNP support, you also need to get clinkc-2.4 and clinkav-2.4. Until these are officially released, you can get them here:

 clinkc-2.4.tar.gz 
 clinkcav-2.4.tar.gz 

To compile them, I would do something like:

cd /your/compile/area/
tar -zxf clinkc-2.4.tar.gz
cd clinkc-2.4
./configure --enable-anyaddr
make
(make install - if you are root, or use the direct path in the following compiles)
cd /your/compile/area/
tar -zxf clinkcav-2.4.tar.gz
cd clinkcav-2.4
./configure CPPFLAGS=-I/your/compile/area/clinkc-2.4/include LDFLAGS=-L/your/compile/area/clinkc-2.4/lib/unix/ LIBS=""
make
(make install - if you want)

Here the CPPFLAGS and LDFLAGS are needed if you did not "make install". The LIBS="" part in the end will depend on your system. On OSX, I would use LIBS="-lexpat", on Linux LIBS="-lexpat -lpthread -luuid"

cd /your/compile/area/
tar -zxf llink-2.3.0.tar.gz
./configure --enable-clinkc --without-openssl CPPFLAGS="-I/your/compile/area/clinkc-2.4/include  -I/your/compile/area/clinkcav-2.4/include" LDFLAGS="-L/your/compile/area/clinkcav-2.4/lib/unix/.libs LIBS=""
make

Here the CPPFLAGS and LDFLAGS are needed if you did not "make install". The LIBS="" part in the end will depend on your system. On OSX, I would use LIBS="-lexpat", on Linux LIBS="-lexpat -lpthread -luuid"


<paypal></paypal>



Older sources:

llink-2.3.0.tar.gz 
llink-2.2.4.tar.gz 
llink-2.2.3.tar.gz 
llink-2.2.2.tar.gz 
llink-2.2.0.tar.gz 
llink-2.1.2.tar.gz 
llink-2.1.1.tar.gz 
llink-2.1.0.tar.gz 
llink-2.0.9.tar.gz 
llink-2.0.8.tar.gz 
llink-2.0.7.tar.gz 
llink-2.0.6.tar.gz 
llink-2.0.5.tar.gz 
llink-2.0.4.tar.gz 
llink-2.0.3.tar.gz 
llink-2.0.2.tar.gz 
llink-2.0.1.tar.gz 
llink-2.0.tar.gz 
llink-1.9.9.tar.gz 
llink-1.9.6.tar.gz
llink-1.9.5.tar.gz
llink-1.9.4.tar.gz
llink-1.9.2.tar.gz
llink-1.9.1.tar.gz
llink-1.9.tar.gz
llink-1.8.tar.gz
llink-1.7.tar.gz
llink-1.6.tar.gz
llink-1.5.tar.gz
llink-1.4.tar.gz
llink-1.3.tar.gz


Current testing sources:

llink-2.2.5.tar.gz

CVS Version control

CVS.