]> rtime.felk.cvut.cz Git - frescor/frsh-forb.git/commitdiff
Updated README and added TODO
authorMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 6 Oct 2008 14:51:58 +0000 (16:51 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 6 Oct 2008 14:51:58 +0000 (16:51 +0200)
README
TODO [new file with mode: 0644]

diff --git a/README b/README
index 8be3beb35f2804c95aecaab300015f5af22d06dc..f6969c040433e895b6a2d8957a86e3e2a85094fc 100644 (file)
--- a/README
+++ b/README
@@ -1,19 +1,22 @@
 Compilation
 ===========
 
-1. Download ulut (from
+1. Download FRESCOR SVN repositories fosa and omk-build
+
+2. Download ulut (from
    http://sourceforge.net/project/showfiles.php?group_id=118937&package_id=130840)
-   and create symlink named ulut in the forb directory. Then follow
-   these steps:
 
-2. Download fosa and create symlink named fosa pointing to it
+3. Create symbolic links to forb, fosa and ulut sources inside
+   omk-build/aquosa:
+
+   cd omk-build/aquosa
+   ln -s some-path/fosa .
+   ln -s some-path/ulut .
+   ln -s path-to-this-directory/forb .
 
 3. Configure the sources:
        make default-config
 
-4. Compile IDL compilator:
-       make -C forb-idl
-
-5. Compile the rest:
+5. Compile it:
        make    
        
diff --git a/TODO b/TODO
new file mode 100644 (file)
index 0000000..1ff979d
--- /dev/null
+++ b/TODO
@@ -0,0 +1,7 @@
+* Add timeout to forb_get_next_hop() to temporarily solve to problem
+  of undiscovered peers when sending reply.
+
+* Implement forb_register_reference() and forb_resolve_reference() to
+  allow applications find CM/DTM.
+
+* Error checking of deserialization in skeletons