SiReNe Simulation Software  1.0
General information

Copyright © 2018-2020, INRIA, CNRS, Université de Lorraine. All rights reserved.

Version
1.0
Authors
N. AZEVEDO CARVALHO, S. CONTASSOT-VIVIER, L. BUHRY and D. MARTINEZ, 2018-2020.
Date
2018-2020
Version
0.1
Authors
W. RAPHA, E. HUGUES, D. MARTINEZ and Y. BONIFACE, 2002-2009.
Date
2002-2009

Description

The SiReNe software aims at simulating biological neural networks with adjustable properties (normal state, Parkinson's disease,...).

Source code

Latest version of the source code is available in the source code archive

Installation

Create a directory and untar the source archive inside it.

Compile the code with the command make in the directory containing the source files.

Some compilation settings are available in the SETTINGS part of the Makefile.

Documentation of the source code can be generated locally via Doxygen:

  • HTML version: make doc
  • PDF version: make pdf

Use

The SiReNe software is composed of a set of source files that are to be included and linked to a main program file.

In the present distribution, an example of main file is given in TestMSN.c which simulates a MSN network.