Sample Projects

The sample projects listed below demonstrate the usage of the IPWorks components in a simple, straightforward way. By default, the sample projects are installed in the demos subfolder of the installation directory.
Sample ProjectDescription
CalDAV Client

Shows how to use the CalDAV component to get, add, and delete events from an existing calendar on Google.

CardDAV Client

Shows how to use the CardDAV component to get, add, and delete contacts from an existing addressbook on Google.

Certificate Manager

Full-featured certificate management sample. Demonstrates how to list, manage, create, and sign certificates.

DNS Query

Shows how to use the DNS component to perform queries for a wide range of DNS record types.

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).

IPConfig

Shows how to use the IPInfo component to obtain adapter information and perform DHCP Release/Renew operations.

IPMonitor

Shows how to use the IPMonitor component to see all data received by a network interface.

JSON Parser

Uses the JSON object to parse JSON from a URL, file, or string input sources.

LDAP Browser

Demonstrates how to build a directory browser which can visually display the directory structure of an LDAP server.

LDAP Search

Shows how to contact an LDAP server and lookup a name.

MX Query

Shows how to query a DNS server for a list of servers accepting email for a specific email address.

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.

NetCode

Demonstrates the use of the NetCode component to encode and decode strings or files in formats UUEncode, Base64, Quoted Printable, and URL encoding.

OAuth

Demonstrates how to authenticate using the OAuth component.

POP Email Client

A simple email client. It shows how to use the SMTP and POP components access POP and SMTP mail servers.

Ping

Shows how to use the Ping component to check whether a host is accessible.

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.

Resolve IP

Shows how to use the IPInfo component to resolve hostnames.

S3

Uses the S3 component to allow you to interact with Amazon S3 and other S3-compatible services.

SMPP Text Message

A short demo showing how to use the SMPP component to send text messages to an SMS-compliant device (e.g. cell phone).

SMTP

Shows how to use the SMTP component to send a basic email.

SOAP Temperature Converter

Uses the SOAP component and a freely available Web Service to do temperature conversion.

Syslog Server

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 TCPClient 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 TCPServer to build the simplest TCP/IP server. Use in conjunction with the TCP Echo Client demo.

TFTP Client

A simple demonstration of how to use TFTP to copy files to and from a TFTP server.

TFTP Server

Shows how to build a simple TFTP Server.

Telnet Client

A simple demo of the Telnet component. Shows how to use the component to build a Telnet client.

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

A simple UDP echo client. It demonstrates use of the UDP component to build the simplest UDP client. Use in conjunction with the UDP Echo Server demo.

UDP Echo Server

A simple UDP echo server. It demonstrates use of the UDP component to build the simplest UDP server. Use in conjunction with the UDP Echo Client demo.

WebDAV Client

Allows you to copy files back and forth between a DAV server and localhost.

WebSocket Client

Shows how to use the WebSocketClient component to send and receive data.

WebSocket Server

Uses the WebSocketServer component to create a simple WebSocket server.

XML Parser

Uses the XML object to parse XML from http, file, or string input sources.

XMPP

Uses the XMPP component to implement a simple Jabber instant messaging demo.

CardDAV Client

Shows how to use the CardDAV component to get, add, and delete contacts from an existing addressbook on Google.

Certificate Manager

Full-featured certificate management sample. Demonstrates how to list, manage, create, and sign certificates.

DNS Query

Shows how to use the DNS component to perform queries for a wide range of DNS record types.

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).

JSON Parser

Uses the JSON object to parse JSON from a URL, file, or string input sources.

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.

NetCode

Demonstrates the use of the NetCode component to encode and decode strings or files in formats UUEncode, Base64, Quoted Printable, and URL encoding.

OAuth

Demonstrates how to authenticate using the OAuth component.

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.

Resolve IP

Shows how to use the IPInfo component to resolve hostnames.

REST OpenWeatherAPI

Shows how to use the REST object to send and retrieve information from RESTful web services.

S3

Uses the S3 component to allow you to interact with Amazon S3 and other S3-compatible services.

SMPP Text Message

A short demo showing how to use the SMPP component to send text messages to an SMS-compliant device (e.g. cell phone).

SMTP

Shows how to use the SMTP component to send a basic email.

SOAP Temperature Converter

Uses the SOAP component and a freely available Web Service to do temperature conversion.

Syslog Server

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 TCPClient 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 TCPServer to build the simplest TCP/IP server. Use in conjunction with the TCP Echo Client demo.

TFTP Client

A simple demonstration of how to use TFTP to copy files to and from a TFTP server.

TFTP Server

Shows how to build a simple TFTP Server.

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

A simple UDP echo client. It demonstrates use of the UDP component to build the simplest UDP client. Use in conjunction with the UDP Echo Server demo.

UDP Echo Server

A simple UDP echo server. It demonstrates use of the UDP component to build the simplest UDP server. Use in conjunction with the UDP Echo Client demo.

WebDAV Client

Allows you to copy files back and forth between a DAV server and localhost.

WebSocket Client

Shows how to use the WebSocketClient component to send and receive data.

WebSocket Server

Uses the WebSocketServer component to create a simple WebSocket server.

XML Parser

Uses the XML object to parse XML from http, file, or string input sources.

NOTE: These projects are mostly simple demos and by no means complete applications. They are intended to illustrate the usage of the IPWorks components in a simple, straightforward way. What we are hoping to demonstrate is how simple it is to program with our tools. If you want to know more about them, or if you have questions, please visit www.nsoftware.com or email to support@nsoftware.com.