|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
See:
Description
The Verinec Project, developped at the University of Fribourg, aims to develop a tool for intelligent network configuration and simulation.
Based on a framework of XML network definition and configuration, there is a collection simulation, configuration import and configuration distribution tools. You can learn more about the project at the web site of the telecom, networks and security group under diuf.unifr.ch/tns/projects/verinec/.
The Java framework for Verinec includes four parts (different projects in the CVS repository.)
verinec.data.repository
The repository is used for storing node and network definition.verinec.gui package.
The VerinecStudio is the main application for Verinec, providing many options based on the Swing GUI framework.
Every module used in Verinec should be implemented as a IVerinecModule to be accessible from within the GUI.verinec.util package:
VerinecNamespaces class must be used whenever Namespaces are needed in Java code. SchemaValidator is to be used to validate documents against a schema.ProgramExec should be used when you need to call external programs.LogUtil.SimulationFactory, returning an instance of ISimulation.
Translator, to distribute the configuration onto the actual machines, use Distribute.
verinec.importer.analysis packages to determine network layout without needing special access privileges and the
verinec.importer.parser to import configuration files and generate Verinec XML configuration.
|
Copyright © 2005 Verinec, DIUF | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||