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.
PixelHub/README.md

20 lines
878 B
Markdown
Raw Normal View History

2016-10-15 15:15:25 +00:00
# PixelHub
A combination of a C# server and an arduino program that allows the control of a Hull Pixelbot.
2016-10-20 19:06:41 +00:00
## Credits
- Debugging:
- Andrew C, Karen van Eck, Mike C
## Useful Links
2016-10-21 20:57:33 +00:00
### Tcp Client
- [ESP8266 examples](https://github.com/esp8266/Arduino/tree/master/libraries/ESP8266WiFi/examples)
- [WiFiClient header file](https://github.com/esp8266/Arduino/blob/master/libraries/ESP8266WiFi/src/WiFiClient.h)
### For Multicast networkinterface blog post
2016-10-22 08:08:52 +00:00
- [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)
2016-10-20 19:06:41 +00:00