home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 October / PCW1001.iso / Linux / konspire / konspire.txt < prev   
Text File  |  2001-06-28  |  2KB  |  21 lines

  1. Any platform
  2.  
  3. To run konspire on any platform that supports Java 1.1 (and Swing, if you're running the client), all you need is the konspire.jar Java archive. Please note that when either a client or a server starts up, it looks for a file called "servers.dat" from which it reads a server list. If the file does not exist, the programs will complain about it, but they will still operate fine. After connecting to the konspire network for the first time, both client and server will save a list of live servers by creating a new "servers.dat" file.
  4.  
  5. Also, note that if you're running the client, you should create a directory (folder) called "files" in the same directory as konspire. This is the folder that the client scans for its file list.
  6.  
  7. You can run the konspire server by typing (at command line):
  8. java -cp konspire.jar konspire.server.Server 5455 25
  9. where the first number is the port you want the server to listen on, and the second number is the maximum number of clients that can connect to your server simultaneously.
  10.  
  11. You can run the konspire client by typing (at command line):
  12. java -cp konspire.jar konspire.client.Client 6455 25
  13. where the first number is the port you want the client to listen on, and the second number is the maximum number of clients that can connect to your client simultaneously (to download files from you).
  14.  
  15. If you want to run konspire from the command line, download:
  16. konspire.jar (131 KiB) (ver. 1.0)
  17.  
  18. All Unix platforms should download the "Any Platform" version. These platforms include Linux and Solaris.
  19.  
  20.  
  21.