Correct README
This commit is contained in:
parent
59f0bf376c
commit
9d141b2682
1 changed files with 1 additions and 4 deletions
|
@ -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)
|
- [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)
|
- [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
|
### 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)
|
- [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)
|
- [IPv4InterfaceProperties](https://msdn.microsoft.com/en-us/library/system.net.networkinformation.ipv4interfaceproperties(v=vs.110).aspx)
|
||||||
|
|
||||||
|
|
Reference in a new issue