Added SILC Thread Queue API
[crypto.git] / doc / examples / README
1 This directory includes example files for a small SILC network.  The
2 network consists of one router, and three (3) servers.  The cell also
3 has one backup router.
4
5 Cell 1:
6 Router                212.146.42.250    cell_router.conf
7  Backup router        212.146.42.100    cell_backup.conf
8  Server1              212.146.42.101    cell_server1.conf
9  Server2              212.146.42.102    cell_server2.conf
10
11 To make it simple all servers and routers use the same public and private
12 keys.  They are the silcd.pub and silcd.prv in this directory.  Also, to
13 make authentication simple all servers and routers authenticate themselves
14 to other routers by simple password.
15
16 Also note that the format in the configuration file is very raw so if you 
17 need any help to understand what some setting means please check the
18 documented example configuration files in doc/ directory.  Mainly, the
19 example_silcd.conf.
20
21 If you want to test this network you should change the IP addresses
22 in the configuration file or perhaps set IP aliases for you local
23 machine.