Skip to content
This repository has been archived by the owner on Apr 6, 2019. It is now read-only.

Python tools to play with SpiNNaker sending and receiving spikes using ethernet

License

Notifications You must be signed in to change notification settings

ricardodeazambuja/sPLYnnaker

Repository files navigation

sPLYnnaker

sPLYnnaker is a collection of tools in Python I'm creating to be able to play with SpiNNaker sending and receiving spikes using ethernet.

Useful command line spells:

Verifies the PID of the process using the port (e.g. 8080):
sudo lsof -i :8080

Makes the default route the SpiNN-? board IP (the only way I've found to send and receive spikes using OSX after the board was programmed using Ubuntu):
sudo route -nv delete 0.0.0.0
sudo route -nv add 0.0.0.0 192.169.110.2

http://ricardodeazambuja.com/

About

Python tools to play with SpiNNaker sending and receiving spikes using ethernet

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages