[Olsr-cvs] olsrd-current README,1.20,1.21

Bernd Petrovitsch (spam-protected)
Thu Aug 2 22:02:58 CEST 2007


Update of /cvsroot/olsrd/olsrd-current
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv20857

Modified Files:
	README 
Log Message:
* new version and a little more blurb

Index: README
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/README,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** README	17 Jul 2007 11:06:28 -0000	1.20
--- README	2 Aug 2007 20:02:56 -0000	1.21
***************
*** 1,5 ****
  
  +====================================================================+
! | README - olsr.org OLSR daemon 0.5.2, 17.07.2007                    |
  +====================================================================+
  
--- 1,5 ----
  
  +====================================================================+
! | README - olsr.org OLSR daemon 0.5.3, 02.08.2007                    |
  +====================================================================+
  
***************
*** 83,87 ****
  ===========
  
! Olsrd supports dynamic loading of plugins(dynamically loaded libraries) for 
  functions like generation and processing of private package types, setting
  olsrd configurations in run-time and much more. This design is chosen for
--- 83,87 ----
  ===========
  
! Olsrd supports dynamic loading of plugins (dynamically loaded libraries) for 
  functions like generation and processing of private package types, setting
  olsrd configurations in run-time and much more. This design is chosen for
***************
*** 114,118 ****
    Plugins that are part of this release(can be found in the lib/ directory):
  
!   - Tiny Application Server(TAS).
  
    - HttpInfo. This plugin implements a simple HTTP server that serves dynamic
--- 114,118 ----
    Plugins that are part of this release(can be found in the lib/ directory):
  
!   - Tiny Application Server (TAS).
  
    - HttpInfo. This plugin implements a simple HTTP server that serves dynamic
***************
*** 154,157 ****
--- 154,158 ----
  There is no synchronization concept (and thus - and for Gods sake -  no
  code). Some plugins use threads for concurrency so this should be solved.
+ ATM the bmf plugin is the only one using threads.
  
  ===============
***************
*** 159,163 ****
  ===============
  
! Future work concentrates on reduction of ressource (ab)use nad to make
  it more scalable. Of course additional useful plugins are always
  appreciated.
--- 160,164 ----
  ===============
  
! Future work concentrates on reduction of ressource (ab)use and to make
  it more scalable. Of course additional useful plugins are always
  appreciated.
***************
*** 184,187 ****
--- 185,199 ----
  for download at olsr.org
  
+ Ports exist for all major operating systems:
+ - Linux
+ - NetBSD/OpenBSD/FreeBSD: ATM the main development occurs on Linux with
+          GNU tools so occasionally it needs some minor tweaks to compile
+          it on *BSD. Please send patches if you fix problems there.
+ - Win32: You need (the relevant parts of) cygwin to compile the daemon
+          as such. The installer and GUI needs VisualC++ though.
+ 
+ Packages for the operating systems and various distributions are available
+ at olsr.org. Feel free to package it and announce it on the mailing lists.
+ 
  ===========
   * PLUGINS
***************
*** 195,198 ****
--- 207,211 ----
  while installing requires(as root):
  make install
+ in the plugins top directory (i.e. "lib/$plugin/").
  To use the plugins add them to the olsrd configuration file.
  





More information about the Olsr-cvs mailing list