⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 这个程序实现了FLUTE协议
💻 TXT
字号:
----------------------------------------------------------------------------------------------------

						MAD-FCL archive

----------------------------------------------------------------------------------------------------

	MAD-ALCLIB: Implementation of ALC/LCT protocols, Compact No-Code FEC,
	Simple XOR FEC, Reed-Solomon FEC, and RLC Congestion Control protocol.
	Copyright (c) 2003-2006 TUT - Tampere University of Technology
	main authors/contacts: jani.peltotalo@tut.fi and sami.peltotalo@tut.fi

	MAD-SDPLIB: Implementation of SDP protocol with FLUTE descriptors.
	Copyright (c) 2003-2006 TUT - Tampere University of Technology
	main authors/contacts: jani.peltotalo@tut.fi and sami.peltotalo@tut.fi

	MAD-FLUTELIB: Implementation of FLUTE protocol.
	Copyright (c) 2003-2006 TUT - Tampere University of Technology
	main authors/contacts: jani.peltotalo@tut.fi and sami.peltotalo@tut.fi

	MAD-FLUTE: FLUTE application.
	Copyright (c) 2003-2006 TUT - Tampere University of Technology
	main authors/contacts: jani.peltotalo@tut.fi and sami.peltotalo@tut.fi

	This program is free software; you can redistribute it and/or modify	
	it under the terms of the GNU General Public License as published by
	the Free Software Foundation; either version 2 of the License, or
	(at your option) any later version.

	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
	GNU General Public License for more details.

	You should have received a copy of the GNU General Public License
	along with this program; if not, write to the Free Software
	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

----------------------------------------------------------------------------------------------------

	MAD-FCL archive consist of:

	- alclib:       Source files for MAD-ALCLIB library (Implementation of ALC/LCT protocols,
                        Compact No-Code FEC, Simple XOR FEC, Reed-Solomon FEC, and RLC Congestion
                        Control protocol).
	- flute:	Source files for MAD-FLUTE application.
        - flutelib:     Source file for MAD-FLUTELIB library (Implementation of FLUTE protocol).
	- sdplib:	Source files for MAD-SDPLIB library.
	- doc:		Example File Delivery Table (FDT) and example SDP file.
	- Makefile:	Makefile for Linux OS.
	- mad_fcl.sln:	Microsoft Visual Studio .NET solution file.
	- README.TXT:	This readme file.
	- LICENCE.TXT:	Archive's license file.
	
----------------------------------------------------------------------------------------------------

	Supported Operation Systems are:

	- Debian GNU/Linux (Tested with version 2.6.5) 
	- Windows 2000/XP

----------------------------------------------------------------------------------------------------

	How to compile MAD-FCL in Linux:

	The MAD-FCL archive contains a Makefile to compile the MAD-ALCLIB, the MAD-FLUTELIB and the
        MAD-SDPLIB libraries and the MAD-FLUTE application. Please note that the Makefile is defined
        for the GNU make.

	Only write (g)make in the top directory, and all directories are scanned through and
	the MAD-ALCLIB, the MAD-FLUTELIB and the MAD-SDPLIB libraries, and the MAD-FLUTE application
        are compiled.

	The MAD-ALCLIB, the MAD-FLUTELIB and the MAD-SDPLIB libraries are created to the lib
        directory, and the MAD-FLUTE application is created to the bin directory.
	
----------------------------------------------------------------------------------------------------

	How to compile MAD-FCL in Windows:

	The MAD-FCL archive contains a Microsoft Visual Studio .NET solution file (mad_fcl.sln)
	to compile the MAD-ALCLIB, the MAD-FLUTELIB and the MAD-SDPLIB libraries, and the MAD-FLUTE
        application.

	First start the Microsoft Visual Studio .NET and open the MAD-FCL solution, and then use
	Build menu (Build Solution) to create the MAD-ALCLIB, the MAD-FLUTELIB and the MAD-SDPLIB
        libraries, and the MAD-FLUTE application. Project dependencies are set so everything should
        go automatically.

	The MAD-ALCLIB, the MAD-FLUTELIB and the MAD-SDPLIB libraries are created to the lib\win32
        directory, and the MAD-FLUTE application is created to the bin\win32 directory.

----------------------------------------------------------------------------------------------------

	How to use:

	Go to the bin directory in Linux or the bin/win32 directory in Windows and write ./flute -h
        or flute -h respectively to see what are possible parameters and use cases.

----------------------------------------------------------------------------------------------------	

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -