This folder contains some simple programs to test the basic functionality of the SpinnIO library
spinnioSendOnly.cpp - sets up a spike sender. spinnioRecvOnly.cpp - sets up a spike receiver. spinnioSendRecv.cpp - sets up a spike receiver and sender.
-
You will likely need to change some information in these programs to reflect your SpiNNaker IP and the path to the database.
-
do ccmake ./
-
cmake will ask for the paths to SpinnIO cmake config file this should be ${HOME}/SpinnIO unless you have installed elsewhere
-
do make and then run the executables
-
example PyNN scripts for send, receive and send-receive are in the examples directory