From: Michal Sojka Date: Mon, 6 Oct 2008 14:51:58 +0000 (+0200) Subject: Updated README and added TODO X-Git-Url: https://rtime.felk.cvut.cz/gitweb/frescor/frsh-forb.git/commitdiff_plain/1c09e96694339327cb13b33fb2f8b428e6a3cd28 Updated README and added TODO --- diff --git a/README b/README index 8be3beb3..f6969c04 100644 --- 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 index 00000000..1ff979d7 --- /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