<?php
	require_once("globals.php");
?>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
<TITLE>PyCss: Python Bindings for IBM Switch Table Library</TITLE>
<base href="http://www.gingergeeks.co.uk/pycss/">
<link rel="icon" href="favicon.ico" type="image/ico" />
<link rel="shortcut icon" href="favicon.ico" />

<?php
	echoCodeLinks();
?>

</head>
<body>

<?php
	echoOuterStart('index.php');
?>

<h2><a name="INTRO"></a><center>Introduction</center></h2>

<p>
PyCss is a <a href="http://www.python.org/">Python</a>/<a href="http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/">Pyrex</a> 
module to allow access to the IBM Switch Table Library, tested with Pyrex 0.9.3, AIX5.2 and PSSP 3.4.
</p>

<h2><a name="API"></a><center>API Support</center></h2>
<p>
Only the functions that I needed in order to retrieve switch table information for LoadLeveler external schedulers have been coded :
<ul>
   <li><font color="green">swtbl_version</font>
   <li><font color="green">swtbl_status</font>
   <li><font color="green">swtbl_node_status</font>
</ul>
</p>

<p style="text-align:center;">
<i><small>Last modified 17th December 2006</small></i>
</p>

<?php
	echoOuterEnd();
?>

</body>
</html>
