Matt's Page
| Main page | Chatroom | BBS | Message board | Guestbook | Request form | Site search
About me
Pictures
Assembly language
C++ code
Java code
CGI library
Message board
Chatroom
BBS
Guestbook
Site search
Request form
Math
Philosophy
Networking
Applications
Snipits
Sockets
Threads
Maps
Directions




C++ Berkely sockets API and Java sockets code...

C++ sockets API:

  tcp_stream.h - C++ sockets API TCP/IP client network data stream class
  tcp_stream.cpp
  tcp_stream6.h - C++ sockets API TCP/IP6 client network data stream class
  tcp_stream6.cpp
  tcp_server.h - C++ sockets API TCP/IP server class
  tcp_server.cpp
  udp.h - UDP/IP stream calss.
  smtp.h - SMTP client.
  tftp.h - TFTP client.
  unp.tar.gz - UNIX network programming book source code.


C++ client/serer applications:

  wget.cpp - command line HTTP client
  tftp.cpp - TFTP client
  smtp_test.cpp - SMTP client
  ping.cpp - ICMP ping command
  client.zip - TCP/IP client
  svr.zip - TCP/IP server
  title-robot.tar.gz - TCP/IP HTTP web robot


Java client applications:

ChatApplet.java - TCP/IP chat java web applet