Skip to content

IntegrCiTy/obnl-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

  1. Foreword
  2. Synopsis
  3. Latest Version
  4. Installation
  5. Documentation
  6. Bug Reporting
  7. Contributors
  8. Contacts
  9. License
  10. Copyright

Foreword

As OBNL uses RabbitMQ (with pika), a server SHALL be running. If docker is installed the following command starts a RabbitMQ server:

docker run -d --hostname my-rabbit -p 5672:5672 --name some-rabbit rabbitmq:alpine

Synopsis

The main purpose of OBNL is simulator communication to simply realise a co-simulation.

Latest Version

You can find the latest version of OBNL on: https://github.com/IntegrCiTy/obnl

Installation

OBNL is a full python project thus as long as Python is installed on your system you can install it by moving in the root folder (the folder this README file should be) and run:

python setup.py install

In some systems you need Administrator right to run this command.

Warning: OBNL requires these packages to be used in full:

Documentation

Currently, the documentation is only accessible in source code.

Bug Reporting

If you find any bugs, or if you want new features you can put your request on github at the following address:

https://github.com/IntegrCiTy/obnl

Contributors

The OBNL Team is currently composed of:

Contacts

For questions, bug reports, patches and new elements / modules, please use the Bug Reporting.

License

You should have received a copy of the Apache License Version 2.0 along with this program. If not, see http://www.apache.org/licenses/LICENSE-2.0.

Copyright

Copyright 2017 The OBNL Team

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

The wrapper of obnl to be connected to the backend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages