The following network clients are implemented:

simple

this is a basic asynchronous http client.

options are:

nickname=<nickname>

the nickname to associate with your data. Optional.

host=<host>

the host that the central server runs on. Default: reflextor.com

port=<port>

the port that the central server runs on. Default: 80

interval=<time>

the interval between updates, in the form 30s (30 seconds) or 10m (600 seconds) or 2h (7200 seconds). Default 60m.

cinterval=<chains>

The interval between updates measured in chains, in the form 123, 123K, 123M, 123G. Default: not used.

atend

Only update the server once, before program termination. Default: false.

reset

Reset the counter of reported chains on the server. This way you do not have to keep track what data is already reported. This is a hint, the server tries to keep track himself. Please give the hint. Default: false.

htproxy=host^port

the http proxy to use. with privoxy tor is supported. Default: not used.