Add notes to README ready for blog post

This commit is contained in:
Starbeamrainbowlabs 2016-10-20 18:48:23 +01:00
parent 53b9dbdafd
commit 2304c6e338
1 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
# PixelHub
A combination of a C# server and an arduino program that allows the control of a Hull Pixelbot.
A combination of a C# server and an arduino program that allows the control of a Hull Pixelbot.
## Useful Links
### For Multicast networkinterface blog post
- [NetworkInterface class](https://msdn.microsoft.com/en-us/library/system.net.networkinformation.networkinterface(v=vs.110).aspx))
- [Sockoverflow answer](http://stackoverflow.com/questions/2192548/specifying-what-network-interface-an-udp-multicast-should-go-to-in-net)
- [IPv4InterfaceProperties](https://msdn.microsoft.com/en-us/library/system.net.networkinformation.ipv4interfaceproperties(v=vs.110).aspx)