GithubHelp home page GithubHelp logo

guiqulaxi / ba-hla Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chiemseesurfer/ba-hla

0.0 2.0 0.0 624 KB

contains a example implementation of HLA based on openrti

License: GNU General Public License v3.0

CMake 2.98% C++ 97.02%

ba-hla's Introduction

Source of my bachelor thesis

Copyright © 2012-2013 Max Oberberger ([email protected])

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 3 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, see http://www.gnu.org/licenses/.


Introduction

This repository contains a example implementation of HLA based on OpenRTI

System Requirements

  • openrti. Available at his gitorious-repository.
  • cmake. Should be already installed, because you need it also to install openrti.

Installation from Source

  • clone it from GitHub: git clone https://github.com/chiemseesurfer/ba-hla.git
  • cd into directory: cd ba-hla
  • create new folder called build: mkdir build
  • change to folder and generate makefile with cmake: cd build; cmake ../source/
  • Do make all and make install to perform installation under /usr/local/bin
  • Just call make all if you don't want to perform installation under /usr/local/bin

How to use it

To use the Federates, you need a running openrti first.

$ rtinode

Note: Port 14321 has to be enabled in firewall. See rtinode -h and README file of openrti for more options to openrti.

After rtinode was started, you can run the Testfederate with ba-hla --name <NAME> --address <IP-ADDRESS> --fom </PATH/TO/FOM>.

If you have rtinode running on the same computer as ba-hla you can use something like:

ba-hla --name myFederate --address 127.0.0.1 --fom /tmp/testFom.xml

Documentation

The source code documentation is available in the repository or can be seen as a html-page here

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.