Addmore useful links

This commit is contained in:
Starbeamrainbowlabs 2016-10-21 21:57:33 +01:00
parent 571b472b54
commit 59f0bf376c
1 changed files with 6 additions and 0 deletions

View File

@ -7,8 +7,14 @@ A combination of a C# server and an arduino program that allows the control of a
- Andrew C, Karen van Eck, Mike C
## Useful Links
### 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 another blog post
- [Arduino error codes](https://github.com/esp8266/Arduino/blob/master/doc/exception_causes.md)
### 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)