NEST EngineΒΆ
This engine enables the interfacing of the NEST spiking neural network simulator to NRP-core. Two implementations are provided:
NEST JSON Engine : based on the JSON over REST engine
NEST Server Engine : this is a client-only engine implementation that enables the use of nest-server with NRP-core.
Both implementations behave and are configured in a very similar way. At initialisation time, they take as input a python script where a NEST network is defined; then, at run time, they handle the communication with the Simulation Loop. The details of their behaviour and configuration are described in the pages linked above.
Related Pages: