Sample Projects
Sample Project | Description |
Atom Feed Reader | Shows how to use the Atom component to read Atom feeds. |
DNS Query | Shows how to use the DNS component to perform queries for a wide range of DNS record types. |
Finger | Finger client. Demonstrates the use of the IPPort component. |
FTP Client | A full featured FTP client built using the FTP component. It allows browsing of directories, uploads and downloads of files, and more. |
GET URL | Shows how to download the content of a URL from a Web server. |
HTML Mailer | Shows how to use HTMLMailer to send HTML Mail with inline images. |
IMAP Email Client | Shows how to use the IMAP component to access IMAP servers (e.g. MS Exchange). |
LDAP Search | Shows how to contact an LDAP server and lookup a name. |
Multicast Chat | A simple chat program built using the MCast, this sample demonstrates how to use multicast to build a simple yet powerful and very efficient one-to-many communication tool. |
MX Query | Shows how to query a DNS server for a list of servers accepting email for a specific email address. |
News Client | A simple news client using the NNTP component. The news client can be used to connect to Usenet News servers to view, post and reply to messages. |
Ping | Shows how to use the Ping component to check whether a host is accessible. |
POP Email Client | A simple email client. It shows how to use the SMTP and POP components access POP and SMTP mail servers. |
REST OpenWeatherAPI | Shows how to use the REST object to send and retrieve information from RESTful web services. |
RSS Aggregator | Shows how to use the RSS component to read RSS feeds. |
Syslog Daemon | Shows how to use the Syslog component to receive and send syslog packets. |
TCP Echo Client | A simple TCP echo client. It demonstrates the use of IPPort to build the simplest TCP/IP client. Use in conjunction with the TCP Echo Server demo. |
TCP Echo Server | A simple TCP echo server. It demonstrates the use of IPDaemon to build the simplest TCP/IP server. Use in conjunction with the TCP Echo Client demo. |
Time Synchronization | Shows how to get the time from a network time server and synchronize the PC clock with it. |
TraceRoute | Demonstrates the use of the TraceRoute component. |
UDP Echo Client | Sends a broadcast message on the ECHO port to all the machines in a LAN and measures the time it takes them to respond. |
Whois Client | Demonstrates the use of the Whois component. |
XMPP | Uses the XMPP component to implement a simple Jabber instant messaging demo. |