CIS206 - Advanced Visual Basic - Week 13

Networking and Sockets


Example 1

Server application. Use telnet as a client.

Download the example


Example 2

Server is a console application.
Client converses with server to connect, request a file, then disconnect

Download the solution


Example 3

Client / Server Chat Application

Download the server example

Download the client example


Example 4

Use the web service to retrieve weather information
The class module (written in C#) will post the generated HTML to a web server

Download the class

Download the example


Assignment

        Write a server application that will return the current date and time given a time zone
        Write the client that will make the request and display the results.

        Your server can be windows or console based
        Your client can be windows, web, console, or telnet

         This is the last homework problem


Return to Home Page