Source:  As smartNET is based upon Python, it is not necessary to compile it and install it in the traditional manner.  The client and server source files can be run using python in the following manner:  
 
Server
              1.  Ensure server machine has Python installed.
              2.  Place source folder named ‘server’ in directory on server machine.
              3.  Enter server directory and type “python smartserver.py <number>” where
                   <number> designates the number of time in minutes you wish the server
                   to wait before re-requesting S.M.A.R.T. data from connected clients.
 
Client  
              1.  Ensure client machines have Python and smartmontools installed.
              2.  Ensure user which will run smartNET has sufficient privileges to run  
                   smartmontools.
              3.  Place source folder named ‘client’ in directory on client machine.
              4.  Enter client directory and type “python smartclient.py <server ip>” where
                 <server ip> is the IP address of the server which is running the smartNET server.
 
 
Windows:  Windows smartNET installer is currently unimplemented.  Check back for updates.
 
Linux:  Linux smartNET install script is currently unimplemented.  Check back for updates.
 
Mac:  Mac smartNET install script is currently unimplemented.  Check back for updates.
 
Downloads
 
Source (cross platform):
Windows:
Click for Windows Installer
Linux:
Click for Linux Install Script
Mac:
Click for Mac OS X Install Script
Download smartNET
Installation Instructions