Correct README

This commit is contained in:
Starbeamrainbowlabs 2016-10-22 09:08:52 +01:00
parent 59f0bf376c
commit 9d141b2682
1 changed files with 1 additions and 4 deletions

View File

@ -12,11 +12,8 @@ A combination of a C# server and an arduino program that allows the control of a
- [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))
- [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)