Adapters for communicating with SpiNNaker hardware
This package has the following dependencies:
-
The SpiNNaker external devices library
The build system used is GNU autotools (aclocal, autoconf, automake, libtool).
To build and install, do:
./autogen.sh # generate autotools files
./configure
make
make install
For examples of communication between SpiNNaker hardware and a host, see the subdirectory 'examples'.