|
SiReNe Simulation Software
1.0
|
Copyright © 2018-2020, INRIA, CNRS, Université de Lorraine. All rights reserved.
The SiReNe software aims at simulating biological neural networks with adjustable properties (normal state, Parkinson's disease,...).
Latest version of the source code is available in the source code archive
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:
make docmake pdfThe 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.