Posts Tagged Server

Creating an UDP Server with .NET Gadgeteer

Posted by Marco Minerva Some time ago, we presented a simple TCP Server for .NET Gadgeteer, that has been used in many other projects. Today, we’ll see how to create another kind of server, based on UDP protocol. Its behavior is similar to the one of our TCP Server, but it is simpler because with UDP we don’t have to take […]

, ,

1 Comment