hzeller / rpi-matrix-pixelpusher

PixelPusher protocol for LED matrix.
GNU General Public License v3.0
173 stars 30 forks source link

Broadcasting problem: Network is unreachable #6

Closed lucasParis closed 7 years ago

lucasParis commented 8 years ago

The pi is connected directly to my computer by ethernet, they can ping each other and ssh but when starting pixel push it repeatedly prints Broadcasting problem: Network is unreachable and can't make the connection to processing.

Could it be the configuration of things like gateway and subnet mask?

I was using it with a wifi router the other day and that was working.

hzeller commented 8 years ago

There is an option in which you can provide the interface it should connect to.

lucasParis commented 8 years ago

yes -i eth0 I did try that with no luck