I need a C/C++ software system (client/server) similar to the following:
http://www.niftystats.com/index.html
http://www.statsremote.com/info.php
http://affmeter.com/affmeter.php
The bid could lists which features will be included compared to those three.
The client software will run on a Windows machine (could be compatible with Linux too). Here is a brief list of what it must do:
– login to the server using encrypted connection.
– fetches encrypted data from the server. The …