A combination of a C# server and an arduino program that allows you to control a bunch of Hull Pixelbots at once. Currently a work in progress - it should be amazing once it's done!
This repository has been archived on 2019-06-21. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Starbeamrainbowlabs 63dbbdde0a Add NeoPixel link 2017-01-19 19:52:14 +00:00
PixelHub-Client Begin work on client side command processor & wheel controller 2016-11-20 21:54:09 +00:00
PixelHub-Client-Test Add missing test client sln file 2016-11-17 19:35:37 +00:00
PixelHub-Server Add BeacomMessage property to pixelhub server for debugging purposes & send debugging message 2016-11-20 21:51:31 +00:00
.gitignore .orig files should never be allowed to enter the git repo 2016-10-25 18:06:41 +01:00
LICENSE initial commit 2016-10-15 17:15:25 +02:00
README.md Add NeoPixel link 2017-01-19 19:52:14 +00:00

README.md

PixelHub

A combination of a C# server and an arduino program that allows the control of a Hull Pixelbot.

Credits

  • Debugging:
    • Andrew C, Karen van Eck, Mike C

Tcp Client

For Multicast networkinterface blog post

Bits and Bobs