home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / frip28.zip / English.txt < prev    next >
Text File  |  1996-07-29  |  3KB  |  93 lines

  1. $Id: English.txt 1.1 1996/01/07 15:15:23 dz Exp $
  2.  
  3. Hi there, those who can't read in Russian. I'm sorry, but there's
  4. still no dox in english. I'll try to do my best in next versions, 
  5. but nothing guaranteed.
  6.  
  7. Here's a brief translation of russian read.me.
  8.  
  9. Q: What's this?
  10.  
  11. A: Automatic netmail routing table builder and netmail/file router called FRIP.
  12.  
  13.  
  14.  
  15. Q: How does it work in brief?
  16.  
  17. A: FRIP is a decentralized system, no central authority or control
  18. required. Each one, who needs that, sets up FRIP for his system and
  19. systems running FRIP start to exchange routing information packets
  20. called 'rips' or 'ads' here. Each ad carries information about one
  21. routing destination (either one node or complete network or even
  22. zone or domain) and gives information about which node mail addressed
  23. to that destination can be routed to. Each frip node once a while
  24. creates ads describing himself and broadcasts them around. Directly
  25. connected nodes receive this ad and send it along to their other links,
  26. and ad goes on and on until it makes it to a node, which knows shorter
  27. path to the given destination, that this ad came through.
  28.  
  29.  
  30. Q: Which ad is considered to be better among two of them?
  31.  
  32. A: Each ad carries its time of birth inside. Using it we can calculate time
  33. this ad was on its way here. Ad, which took less time to make to us, 
  34. considered to be better.
  35.  
  36.  
  37. Q: Does it mean that FRIP will build me a routing table contating, in
  38. some future, records about all the nodes in the world?? It will be a huge
  39. list, is not it?
  40.  
  41. A: It is not going to list all nodes in the world in its database.
  42. There's a simple trick to prevent this: FRIP can build routing to
  43. the nets, zones and domains as a whole, and if it knows, how to
  44. send mail to, say, zone 6 in 24 hours, it will ignore information
  45. about worse routing to zone 6 nodes and nets.
  46.  
  47.  
  48.  
  49. Q; Can I announce with FRIP such thing as, say, *:*/*.*@fidonet.org?
  50.  
  51. A: Yeah. Domains are fully supported.
  52.  
  53.  
  54.  
  55. Q: And if I do that just to forge routing?
  56.  
  57. A:
  58.    1. You'll be traced in a moment: all paths are kept in ads.
  59.    2. There's an ability to filter ads in FRIP, and each node
  60.       can define who can send it which kinds of ads, so unwanted
  61.       routing changes can be prevented.
  62.  
  63.  
  64.  
  65. Q: How can I set thing up?
  66.  
  67. A: Put everything in a fresh new clean directory. Set up your
  68.    links.cfg, frip.cfg. If you like to start FRIP
  69.    from other directory, that it was put to, set environment variable
  70.    'FRIP' with a command such as "set FRIP=x:\....\frip.cfg" in your
  71.    autoexec.bat for DOS or Config.Sys for OS/2.
  72.  
  73.  
  74. Q: How to run it?
  75.  
  76. A: Each time your node received *.ri?, but at least once a day.
  77.  
  78.  
  79.  
  80.  
  81. Q: Where can I ask questions?
  82.  
  83. A: There's an echo Ru.FRIP in Russia, welcome!
  84.  
  85.  
  86. Q: Is there a version for Unix?
  87.  
  88. A: Not yet, but if you like to port - I'll give you sources.
  89.    Frip is written in C++ mostly in system-independent way. 
  90.    STL contatiner class lib is used.
  91.  
  92.  
  93.