1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<HTML> 3<HEAD> 4<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 5<META http-equiv="Content-Style-Type" content="text/css"> 6<TITLE>NET Function Introduction</TITLE> 7<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 8</HEAD> 9<BODY> 10<H1>NET Function Description</H1> 11 12<H2>Introduction</H2> 13<P> 14The NET library is a line of APIs for handling the basic network functions of the Wii. 15</P> 16 17<H2>Overview</H2> 18<P> 19The NET library provides APIs for implementing the basic functions commonly used with typical network processes. 20</P> 21 22<H2>NET Function Sample Demo</H2> 23<P> 24A simple demo showing how to use NET functions is provided in the directory /build/demos/netdemo. 25</P> 26<P> 27<UL> 28<LI>digest : This sample tests the appropriateness of the various hash algorithms. 29<LI>crypto : This sample tests the appropriateness of the AES encryption. 30</UL> 31 32<H2>Revision History</H2> 33<P> 342006/10/27 Added an explanation of the crypto sample demo.<br>2006/09/01 Initial version.<br> 35</P> 36 37<hr><p>CONFIDENTIAL</p></body> 38</HTML>