VXI-11 for Python

The files in this package are © 2008 Spencer E. Olson.

Most was written by Spencer E. Olson <olsonse -at- umich.edu>
The vxi11.x file is a modified version of the one from the vxi11 for linux package (and the author of that package borrowed it from somewhere else).

To generate the rpc protocol for VXI-11, the vxi11.x file was parsed and interpreted by the rpcgen.py script from from the newpynfs package (version 20060822). The generated VXI-11 implementation subsequently depended on the rpc package that is also shipped with the newpynfs package. The newpynfs package is written by:

Martin Murray <mmurray -at- deepthought.org>
and Fred Isaman <iisaman -at- citi.umich.edu>
Copyright (C) 2001 University of Michigan
Center for Information Technology Integration

I am including the rpc package from newpynfs here (but not rpcgen.py).

This software is licensed under the GPL:
** This program is free software; you can redistribute it and/or
** modify it under the terms of the GNU General Public License
** as published by the Free Software Foundation; either version 2
** of the License, or (at your option) any later version.
** This program is distributed in the hope that it will be useful,
** but WITHOUT ANY WARRANTY; without even the implied warranty of
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
** GNU General Public License for more details.
** You should have received a copy of the GNU General Public License
** along with this program; if not, write to the Free Software
** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.


Back to Software
Last modified Wednesday, 18-Jun-2008 17:13:39 EDT.

Back to Home