Coder Social home page Coder Social logo

michele-segata / cooperis Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 3.07 MB

A Plexe/Veins framework to study Reconfigurable Intelligent Surfaces in connected vehicles scenarios

License: GNU General Public License v2.0

Makefile 0.58% Python 2.52% Shell 0.28% C++ 96.47% C 0.15%

cooperis's Introduction

CoopeRIS

CoopeRIS is a Plexe/Veins framework enabling the simulation of reconfigurable intelligent surfaces (RIS) for connected vehicles.

Note

The software is currently in its infancy. It has been recently released to the public but proper documentation and example are still being developed.

Building

CoopeRIS depends on the Plexe software ecosystem, so SUMO, OMNeT++, Veins, and of course Plexe. With respect to SUMO, please consider installing version 1.18.0, whereas for OMNeT++ use 6.0.1.

GNU scientific library

CoopeRIS requires you need to install the GNU scientific library. On a Ubuntu/Debian system, please install it with

sudo apt install libgsl-dev

while on macOS you can either use MacPorts

sudo port install gsl

or homebrew

brew install gsl

Veins

CooperRIS works on a customized version of Veins. Clone it using this link and be sure to choose the cooperis branch:

git clone https://github.com/michele-segata/veins/tree/cooperis
cd veins
git checkout cooperis

Then simply compile Veins as usual:

./configure
make

Plexe

CooperRIS example is included within Plexe (starting from version 3.1.3). Clone it using this link and be sure to choose the 3.1.3 version:

git clone https://github.com/michele-segata/plexe
cd plexe
git checkout -b plexe-3.1.3-work plexe-3.1.3

Then simply compile Plexe as usual:

./configure
make

CoopeRIS

To build CoopeRIS, clone first the repository:

git clone https://github.com/michele-segata/cooperis
cd cooperis

To build it, please configure it indicating the path to the GSL include and lib folders. You can do so in the following way:

./configure --with-gsl-include=/opt/local/include --with-gsl-lib=/opt/local/lib

Please make sure to change the GSL paths to match your owns. Finally, simply type

make

to build CoopeRIS.

Warning

CoopeRIS includes a large set of unit tests to ensure that all mathematical computations are properly working. Such unit tests are located in the subprojects/cooperis_catch folder. We will soon add instructions on how to run them.

Plexe example

The plexe_cooperis subproject example includes a simple intersection scenario where a car is static on a road, while a second one is travelling being tracked by the RIS. To run the project simply build the subproject:

cd plexe/subprojects/plexe_cooperis
source setenv
./configure
make

Then run the example with:

cd examples/plexe_cooperis
plexe_cooperis_run -u Cmdenv -c TrackingTIntersection -r 0

Matlab

Warning

This section is still incomplete, we are working on the full release.

Scientific documentation

Warning

We are in the process of publishing an accepted paper on CoopeRIS, which will explain to user the model in detail. We will update the repository as soon as the article will be available online.

cooperis's People

Contributors

michele-segata avatar agnmmd avatar

Stargazers

Joseba Gorospe avatar

Watchers

 avatar

Forkers

luigimiazzo17

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.