Project:HUGnetLib
From HUG Wiki
HUGnetLib is a library of code in PHP for dealing with everything HUGnet. It should be included into any PHP script that is going to do anything with HUGnet. This code is the core of the HUGnet system. It does things like deal with endpoints, including decoding data from them and sending packets to them.
Contents |
Installation
HUGnetLib should be installed in your PHP path somewhere. The file hugnet.inc.php is the key file that must be installed in the path. Everything else can be found by it.
Documentation
The code documentation is here. It is generated with phpDocumentor.
SVN Access
The svn file path for this is:
See SVN Code Repository for more information

