mf2o4-beta4

所属分类:通讯编程
开发工具:Visual C++
文件大小:2202KB
下载次数:26
上传日期:2009-10-06 15:37:43
上 传 者anurags
说明:  mobile framwork for omnet++

文件列表:
mf2o4-beta4 (0, 2009-06-02)
mf2o4-beta4\.cproject (31174, 2009-06-02)
mf2o4-beta4\.nedfolders (32, 2009-06-02)
mf2o4-beta4\.oppbuildspec (713, 2009-06-02)
mf2o4-beta4\.project (2741, 2009-06-02)
mf2o4-beta4\AUTHORS (1815, 2009-06-02)
mf2o4-beta4\COPYING (18009, 2009-06-02)
mf2o4-beta4\ChangeLog (4457, 2009-06-02)
mf2o4-beta4\Version (32, 2009-06-02)
mf2o4-beta4\bitmaps (0, 2009-06-02)
mf2o4-beta4\bitmaps\dice.gif (1033, 2009-06-02)
mf2o4-beta4\bitmaps\eye14.gif (405, 2009-06-02)
mf2o4-beta4\bitmaps\failed.gif (75, 2009-06-02)
mf2o4-beta4\bitmaps\node.gif (315, 2009-06-02)
mf2o4-beta4\bitmaps\wisenode2.png (2694, 2009-06-02)
mf2o4-beta4\contrib (0, 2009-06-02)
mf2o4-beta4\contrib\ChangeLog (428, 2009-06-02)
mf2o4-beta4\contrib\applLayer (0, 2009-06-02)
mf2o4-beta4\contrib\applLayer\BasicApplLayer.cc (2588, 2009-06-02)
mf2o4-beta4\contrib\applLayer\BasicApplLayer.h (4380, 2009-06-02)
mf2o4-beta4\contrib\applLayer\BasicApplLayer.ned (2082, 2009-06-02)
mf2o4-beta4\contrib\applLayer\BurstApplLayer.cc (1640, 2009-06-02)
mf2o4-beta4\contrib\applLayer\BurstApplLayer.h (1811, 2009-06-02)
mf2o4-beta4\contrib\applLayer\BurstApplLayer.ned (2102, 2009-06-02)
mf2o4-beta4\contrib\applLayer\ChangeLog (1127, 2009-06-02)
mf2o4-beta4\contrib\applLayer\ClientApplLayer.cc (2403, 2009-06-02)
mf2o4-beta4\contrib\applLayer\ClientApplLayer.h (1840, 2009-06-02)
mf2o4-beta4\contrib\applLayer\ClientApplLayer.ned (2112, 2009-06-02)
mf2o4-beta4\contrib\applLayer\Packet.h (2019, 2009-06-02)
mf2o4-beta4\contrib\applLayer\PollApplLayer.cc (6811, 2009-06-02)
mf2o4-beta4\contrib\applLayer\PollApplLayer.h (2942, 2009-06-02)
mf2o4-beta4\contrib\applLayer\PollApplLayer.ned (2294, 2009-06-02)
mf2o4-beta4\contrib\applLayer\SensorApplLayer.cc (8263, 2009-06-02)
mf2o4-beta4\contrib\applLayer\SensorApplLayer.h (3380, 2009-06-02)
mf2o4-beta4\contrib\applLayer\SensorApplLayer.ned (1971, 2009-06-02)
mf2o4-beta4\contrib\applLayer\TestApplLayer.cc (4199, 2009-06-02)
mf2o4-beta4\contrib\applLayer\TestApplLayer.h (2091, 2009-06-02)
... ...

A port of mobility-fw2.0p3 for OMNeT++ 4.0 simulator ==================================================== by Jerome Rousselot and Rudolf Hornig This is an unofficial (not supported by its original authors) port of the Mobility Framework 2.0p3 to OMNeT++ 4.0. Its latest version can be found at github.com: http://github.com/mobility-fw/mf-opp4/tree/master and some information is available at the wiki page: http://wiki.github.com/mobility-fw/mf-opp4 Two branches are available: master and ext. master is a "pure" port of mf2. ext includes additional modules from other authors. Contributions and bug fixes are welcome. An example network was added in networks/ieee802154 to demonstrate the use of the high precision multiple access interference PHY SnrEvalRadioAccNoise3, the CSMA protocol as defined in IEEE 802.15.4 (csma.ned) and the WiseRoute routing layer (wiseroute.ned). Several modules in the ext branch have been partially financed by the European Commission under the Framework 6 IST Project "Wirelessly Accessible Sensor Populations" (WASP) under contract IST-034963. To run examples in the "networks" folder. Use the "run" script in the example dirs Note that the "networks", folder does not contain any .cc files so it is not added to the makefiles. Changes ------- In contrib, the P2PLayer does not use the sendDirect method anymore. The core/include and contrib/include directories have been removed, as well as the core/lib and contrib/lib directories, to simplify the build process. The libraries are now in core/libmfcore.so and in contrib/libmfcontrib.so. Contents ======== - Purpose - Requirements - Copyright - Installation - Getting started - Release notes - Legal stuff Purpose ======= The mobility framework provides abstractions needed to develop network protocols for non-stationary wireless nodes. Requirements ============ This version of the Mobility Framework requires OMNeT++ 4.0 or higher. The only platform it has been tested on is Linux (2.6.xx kernel, g++ 4.3.x). COPYRIGHT ========= Copyright (C) 2004 Telecommunication Networks Group at Technische Universitaet Berlin, Germany 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 Installation ============ 1. Unpack the archive (you have probably already done so) tar xzf mobility-fw.tgz 2. Import the project in the OMNeT++ IDE: After starting the OMNeT++ IDE, you can import the project by right-clicking in the project list and choosing the "Import..." wizard, and "General->Existing project into Workspace". Select the directory containing the branch as root directory. You should be able to build it by pressing CTRL-B. 3. Select one of the networks in the "Project explorer" panel (e.g. ieee802154), right-click on its omnetpp.ini file and choose "Run as..." "Omnet++ simulation" to create and execute a run configuration. 4. Two windows should show up. The first shows a graphical representation of a small network. Use the zoom buttons in the tool bar and decrease the icon size using Ctrl-O to improve the visibility. The other window shows the initialization messages from all modules part of the simulation. The simulation time is set at 0. Clicking on "Step" will let Omnet++ handle the first event waiting in the events queue. "Run" makes Omnet++ processes all events until the simulation ends. Getting started =============== This will "install" the library in the lib directories and the include files in the include directories of the MF. To see if it runs, try the networks in the networks directory. Select or open an inifile and press the Run button in the IDE. Copy the template from the template directory to a directory of your choice -- it has its own INSTALL instructions to get you started quickly with your own simulation. NOTE: The template directory is not fully adapted to MF 2.0. So not all the stuff will work! Release notes ============= * 2.0p3 for OMNeT++ 4 The same version for OMNeT++ 4 converted by Jerome Rousselot and Rudolf Hornig Changes: In contrib, the P2PLayer does not use the sendDirect method anymore. The core/include and contrib/include directories have been removed, as well as the core/lib and contrib/lib directories, to simplify the build process. The libraries are now in core/libmfcore.so and in contrib/libmfcontrib.so. * 2.0p3 just another preview. Basically just contains several 802.11 bug fixes. Re-added old manual of MF v1 * 2.0p2: Preview no.2. Main enhancements (apart from some minor bug fixes) are: - windows make system should work know. See the install directions for details - MAC OS make system added. MF can be installed on MAC OS either with or without shared libraries. NOT TESTED! - 802.11 should work again - at least with the basic bitrate. However, the automatic bitrate adaption still crashes. - We started to adapt the template folder to MF 2.0 - not finished yet! * 2.0p1: Preview of a MF with major restructuring and redesign. As with previews there may still be bugs and not everything has been thorouly tested yet. Especially the 802.11 network still CRASHES! The manual has not been updated yet, please use the doxygen documentation for detailed information. Key changes include: - enhanced efficiency of the code (speed and memory consumption), up to thousands of nodes can now be simulated on standard PCs - added sendDirect option (less gates -> less memory) - added grid to channel control to speed up connection management - more user implementation flexibility - reduced core MF (only contains basic mobility, channel control and modules up to the MAC) - cleaner possibility to add / modify control infos to messages - moved radio related stuff into a seperate radio module - added arp functionality - completely redesigned blackboard - only publisher can change published items - items are identified by their class instead of strings (speed!) - items can be subclassed and extended - better mobility support - complete border handling implemented - supported policies are: reflect, wrap, place randomly and raise error - bug fixes - several bugs removed from aloha, csma and snr-eval modules - started to debug 802.11 - NOT FINISHED yet! Legal Stuff =========== The copying, modifications, redistribution and so on is covered by the GNU General Public License, see the file COPYING for details. The Telecommunication Networks Group at the Technische Universitaet Berlin does not provide any warranty for the Mobility Framework -- you did not pay for it! Further details can be found in the file COPYING. As a good practice, you should acknowledge the work done at the Telecommunication Networks Group at the Technische Universitaet Berlin, just as you do if you cite a scientific work.

近期下载者

相关文件


收藏者