Pavel Bánský

About .NET in Embedded World

Goto menu
Tag » Networking

E-mail class library update

Monday, August 11, 2008 @ 10:49
Few updates to mailing library for .NET Micro Framework

Sending e-mails from .NET Micro Framework

Friday, August 1, 2008 @ 02:15
.NET Micro Framework has good enough support for TCP/IP, so why not to send e-mails from tiny devices? Because the SmtpClient class is missing. Hmmm, is it hard to implement it? Well, a bit but it's not impossible.

Echo server and echo client for Windows

Saturday, November 17, 2007 @ 02:38
Last days I've spend writing echo server and client application for tcp and udp protocols. Echo is very useful for developers and network administrators.