Linking Employee Photo's to Outlook contact's on the fly in VB.NET

So this sniblet is a little something I wrote a few years back that I still use today. In our environment, we have a Public folder that is available to users on the exchange server. Within the Public folder drilling down is a list of Contact cards that are maintained by our secretary. This code …

Resolving UDP and IGMP issue with ESP8266

One of the next steps I am taking is making the ESP8266 aware of other ESP8266 devices and being able to talk to them. There is a couple way’s I can do this via UDP either with Broadcast or Multicast and I am still planning to figure out what would work best. One thing I …